Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from taylorreiter/patch-1
Browse files Browse the repository at this point in the history
fix typo that prints to command line
  • Loading branch information
andersgs authored Sep 6, 2017
2 parents b92b684 + 887dde2 commit 694835d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraken_trawl/kraken_trawl.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def download_gbk(assemb_tab, cmd, outdir = '.'):
p.communicate()
files_to_check = [a['gbk_file'] for a in assembs_dic_list]
was_updated = parse_aspera_manifest_file(outdir, files_to_check, "aspera_assemblies_manifest.txt")
print("Finisehd downloading all genomes.", file = sys.stderr)
print("Finished downloading all genomes.", file = sys.stderr)
return assembs_dic_list

### LOADING GENOMES TO THE KRAKEN STAGGING AREA ################################
Expand Down

0 comments on commit 694835d

Please sign in to comment.