Skip to content

Commit

Permalink
3.x (#145)
Browse files Browse the repository at this point in the history
* dbcan 3.x development (#141)

* move cli to the pkg

* add .editorconfig

* add pre-commit-config.yaml

* add .dockerignore

* reformat

* rm setup script and conf

* change ValueError to KeyError

* add readthedocs conf

* add .toml to manage the proj

* add sphinx docs

* .dockerignore

* add user guide doc

* simplify readme

* reorder authors

* :Update 4.1.0: 1. Update dbCAN 2. Harmonizing codes from Jinfang's updates

* fix small bugs

* update dbCAN version

* revise sha256 for 4.1.0

* add yml file to install environment for dbcan-protocol

---------

Co-authored-by: HD Yi <[email protected]>
  • Loading branch information
linnabrown and HaidYi authored Jan 5, 2024
1 parent f2e1bc0 commit 4b35ca1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions dbcan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: CAZyme_annotation
channels:
- conda-forge
- bioconda
- defaults
- agBiome
dependencies:
- python=3.9
- prokka
- megahit
- trim-galore
- blast
- bwa
- diamond
- hmmer
- samtools
- bedtools
- seqkit
- kraken2
- seqtk
- flye
- minimap2
- mmseqs2
- dbcan
- numpy
- pandas
- scipy
- matplotlib
- openpyxl
- biopython
- bbtools

0 comments on commit 4b35ca1

Please sign in to comment.