File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ channels:
33 - bioconda
44 - defaults
55dependencies :
6- - gtdbtk=2.1.1
6+ - gtdbtk=2.3.2
77 - pandas
8- - numpy=1.23.1
9- - dendropy>=4.1.0
10- - tqdm>=4.35.0
118 - pigz
129 - jq
Original file line number Diff line number Diff line change @@ -30,10 +30,7 @@ rule taxonomic_gtdbtk:
3030 output :
3131 done = os .path .join (
3232 config ["output" ]["taxonomic" ],
33- "table/gtdbtk/gtdbtk.out.{assembler}.{binner_checkm}.{batchid}/gtdbtk_done" ),
34- mash_db = os .path .join (
35- config ["output" ]["taxonomic" ],
36- "table/gtdbtk/gtdbtk.out.{assembler}.{binner_checkm}.{batchid}/msh" )
33+ "table/gtdbtk/gtdbtk.out.{assembler}.{binner_checkm}.{batchid}/gtdbtk_done" )
3734 wildcard_constraints :
3835 batchid = "\d+"
3936 log :
@@ -64,7 +61,6 @@ rule taxonomic_gtdbtk:
6461 --extension gz \
6562 --cpus {threads} \
6663 --pplacer_cpus {params.pplacer_threads} \
67- --mash_db {output.mash_db} \
6864 --keep_intermediates \
6965 --write_single_copy_genes \
7066 --skip_ani_screen \
You can’t perform that action at this time.
0 commit comments