https://github.com/bcb-unl/run_dbcan

Run_dbcan V5

https://github.com/bcb-unl/run_dbcan

Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 9 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Run_dbcan V5

Basic Info
  • Host: GitHub
  • Owner: bcb-unl
  • License: gpl-3.0
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 132 MB
Statistics
  • Stars: 18
  • Watchers: 2
  • Forks: 2
  • Open Issues: 2
  • Releases: 9
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

dbCAN-logo
run_dbcan - Standalone Tool of dbCAN3

GitHub Repo stars PyPI - Version Conda Downloads Read the Docs GitHub Issues or Pull Requests
PyPI - Python Version GitHub Release GitHub License GitHub Actions Workflow Status GitHub Actions Workflow Status

Update

5/12/2025: dev-dbcan branch is used to test new functions and fix issues. After testing, this branch will be merged into the main branch and update docker/conda/pypi. If you want to use those beta functions, please replace the code folder (dbcan) with your current package.

3/16/2025: 1. Rewrite the structure of rundbcan 4.0 (suggested by Haidong), using object-oriented programming (OOP) to improve maintainability and readability. 2. Added new function: cgccircle, which can visualize CGC in genome.

Future plans Add prediction of food consumption through CAZyme. If you have new suggestions, please contact Dr. Yanbin Yin (yyin@unl.edu), Xinpeng Zhang (xzhang55@huskers.unl.edu), and Dr. Haidong Yi (hyi@stjude.org).

Introduction

Notice

This is the updated version of rundbcan 4.0. Many changes have been made and described in https://run-dbcan.readthedocs.io/en/latest/. From now on, this repo is the official rundbcan site, and the site at run_dbcan 4.0 will be no longer maintained.

run_dbcan is the standalone version of the dbCAN3 annotation tool for automated CAZyme annotation. This tool, known as run_dbcan, incorporates HMMER, Diamond, and dbCAN_sub for annotating CAZyme families, and integrates Cazyme Gene Clusters (CGCs) and substrate predictions.

For usage discussions, visit our issue tracker. To learn more, read the dbcan doc. If you're interested in contributing, whether through issues or pull requests, please review our contribution guide.

Reference

Please cite the following dbCAN publications if you use run_dbcan in your research:

dbCAN3: automated carbohydrate-active enzyme and substrate annotation

Jinfang Zheng, Qiwei Ge, Yuchen Yan, Xinpeng Zhang, Le Huang, Yanbin Yin,

Nucleic Acids Research, 2023;, gkad328, doi: 10.1093/nar/gkad328.

dbCAN2: a meta server for automated carbohydrate-active enzyme annotation

Han Zhang, Tanner Yohe, Le Huang, Sarah Entwistle, Peizhi Wu, Zhenglu Yang, Peter K Busk, Ying Xu, Yanbin Yin

Nucleic Acids Research, Volume 46, Issue W1, 2 July 2018, Pages W95–W101, doi: 10.1093/nar/gky418.

dbCAN-seq: a database of carbohydrate-active enzyme (CAZyme) sequence and annotation

Le Huang, Han Zhang, Peizhi Wu, Sarah Entwistle, Xueqiong Li, Tanner Yohe, Haidong Yi, Zhenglu Yang, Yanbin Yin

Nucleic Acids Research, Volume 46, Issue D1, 4 January 2018, Pages D516–D521, doi: 10.1093/nar/gkx894*.

Owner

  • Name: bcb-unl
  • Login: bcb-unl
  • Kind: organization

GitHub Events

Total
  • Create event: 16
  • Release event: 7
  • Issues event: 29
  • Watch event: 17
  • Delete event: 5
  • Issue comment event: 49
  • Push event: 39
  • Pull request event: 5
  • Fork event: 3
Last Year
  • Create event: 16
  • Release event: 7
  • Issues event: 29
  • Watch event: 17
  • Delete event: 5
  • Issue comment event: 49
  • Push event: 39
  • Pull request event: 5
  • Fork event: 3

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 15
  • Total pull requests: 4
  • Average time to close issues: 7 days
  • Average time to close pull requests: 10 days
  • Total issue authors: 10
  • Total pull request authors: 3
  • Average comments per issue: 1.87
  • Average comments per pull request: 0.25
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 15
  • Pull requests: 4
  • Average time to close issues: 7 days
  • Average time to close pull requests: 10 days
  • Issue authors: 10
  • Pull request authors: 3
  • Average comments per issue: 1.87
  • Average comments per pull request: 0.25
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jmattock5 (5)
  • Xinpeng021001 (2)
  • caelanjmiller (1)
  • AaronAOliver (1)
  • ruixuan-zhang (1)
  • robcli (1)
  • zhaolei6116 (1)
  • mohitsharma-123 (1)
  • SinaedaA (1)
  • antonluckyjay (1)
Pull Request Authors
  • noelle-haddad (2)
  • Xinpeng021001 (1)
  • AaronAOliver (1)
Top Labels
Issue Labels
bug (9) enhancement (2) question (1)
Pull Request Labels

Dependencies

docs/requirements.txt pypi
  • sphinx ==7.1.2
  • sphinx-rtd-theme ==1.3.0rc1
pyproject.toml pypi
  • bcbio-gff *
  • biopython *
  • importlib_metadata python_version<'3.13'
  • matplotlib *
  • openpyxl *
  • pandas *
  • psutil *
  • pyhmmer *
  • pyrodigal *
  • pysam *
  • requests *
  • seaborn *
  • session-info *
  • tqdm *
.github/workflows/build_dbcan_docker.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/metadata-action 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 composite
  • docker/setup-buildx-action v3 composite
  • docker/setup-qemu-action v3 composite
.github/workflows/pypi_release.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/test_dbcan.yml actions
  • actions/checkout v3 composite
  • conda-incubator/setup-miniconda v3 composite
docker/Dockerfile docker
  • mambaorg/micromamba 2-ubuntu22.04 build
docker/environment.yml pypi
environment.yml pypi
envs/environment.yml pypi