Skip to content

Commit

Permalink
Add copying of the GenBank file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhbnr committed Mar 11, 2022
1 parent d4db87b commit 7bd8f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/wrappers/prokka/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
" {fafilename})"
)

for suffix in ['faa', 'ffn', 'fna', 'gff', 'tsv', 'txt']:
for suffix in ['faa', 'ffn', 'fna', 'gbk', 'gff', 'tsv', 'txt']:
shutil.copy(f"{snakemake.params.tmpdir}/{snakemake.wildcards.bin}.{suffix}",
f"{snakemake.params.outdir}/{snakemake.wildcards.bin}.{suffix}")
shutil.rmtree(snakemake.params.tmpdir)

0 comments on commit 7bd8f4f

Please sign in to comment.