Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphaltip committed Sep 17, 2019
1 parent 9f42cc0 commit 6407dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AAFTF/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def run(parser,args):
cmd.extend(['in2=%s'%(revReads),'out2=%s_2.fastq.gz'%(clean_reads)])

cmd.extend(['ref=%s'%(",".join(refmatch_bbduk))])

cmd.extend(['prealloc','qhdist=1'])
printCMD(cmd)
if args.debug:
subprocess.run(cmd)
Expand Down
4 changes: 1 addition & 3 deletions AAFTF/sourpurge.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ def run(parser,args):
'--singleton', assembly_working]
printCMD(sour_compute)
subprocess.run(sour_compute, cwd=args.workdir, stderr=DEVNULL)

sour_classify = ['sourmash', 'lca', 'classify', '--db', SOUR,
'--query', sour_sketch]
sour_classify = ['sourmash', 'lca', 'classify', '--db', SOUR,'--query', sour_sketch]
printCMD(sour_classify)
# output csv: ID,status,superkingdom,phylum,class,order,family,genus,species,strain
Taxonomy = {}
Expand Down

0 comments on commit 6407dbb

Please sign in to comment.