Skip to content

Commit f28ec0f

Browse files
committed
update gtdbtk
1 parent 97b5f52 commit f28ec0f

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

metapi/envs/gtdbtk.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ channels:
33
- bioconda
44
- defaults
55
dependencies:
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

metapi/rules/taxonomic.smk

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)