Skip to content

Commit

Permalink
bug: GTDB-Tk input folder was not properly named (fix issue #45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Zorrilla committed Jun 10, 2021
1 parent 3485bb1 commit d81186a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ rule GTDBTk:
# export GTDBTK_DATA_PATH=/path/to/the/gtdbtk/database/you/downloaded
# Run GTDBTk
gtdbtk classify_wf --genome_dir $(basename $(dirname {input})) --out_dir GTDBTk -x fa --cpus {config[cores][gtdbtk]}
gtdbtk classify_wf --genome_dir $(basename {input}) --out_dir GTDBTk -x fa --cpus {config[cores][gtdbtk]}
mv GTDBTk/* {output}
"""
Expand Down

0 comments on commit d81186a

Please sign in to comment.