Skip to content

Commit

Permalink
update gtdbtk
Browse files Browse the repository at this point in the history
  • Loading branch information
alienzj committed Sep 4, 2023
1 parent 97b5f52 commit f28ec0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions metapi/envs/gtdbtk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ channels:
- bioconda
- defaults
dependencies:
- gtdbtk=2.1.1
- gtdbtk=2.3.2
- pandas
- numpy=1.23.1
- dendropy>=4.1.0
- tqdm>=4.35.0
- pigz
- jq
6 changes: 1 addition & 5 deletions metapi/rules/taxonomic.smk
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ rule taxonomic_gtdbtk:
output:
done = os.path.join(
config["output"]["taxonomic"],
"table/gtdbtk/gtdbtk.out.{assembler}.{binner_checkm}.{batchid}/gtdbtk_done"),
mash_db = os.path.join(
config["output"]["taxonomic"],
"table/gtdbtk/gtdbtk.out.{assembler}.{binner_checkm}.{batchid}/msh")
"table/gtdbtk/gtdbtk.out.{assembler}.{binner_checkm}.{batchid}/gtdbtk_done")
wildcard_constraints:
batchid = "\d+"
log:
Expand Down Expand Up @@ -64,7 +61,6 @@ rule taxonomic_gtdbtk:
--extension gz \
--cpus {threads} \
--pplacer_cpus {params.pplacer_threads} \
--mash_db {output.mash_db} \
--keep_intermediates \
--write_single_copy_genes \
--skip_ani_screen \
Expand Down

0 comments on commit f28ec0f

Please sign in to comment.