Skip to content

Commit

Permalink
Removed debug comment
Browse files Browse the repository at this point in the history
Accidentally left a comment in code that caused mpileup to not run
  • Loading branch information
snayfach authored Nov 21, 2016
1 parent 7b26b1b commit 6d1bb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midas/run/snps.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def run_pipeline(args):
start = time()
print("\nRunning mpileup")
args['log'].write("\nRunning mpileup\n")
# pileup(args)
pileup(args)
print(" %s minutes" % round((time() - start)/60, 2) )
print(" %s Gb maximum memory" % utility.max_mem_usage())

Expand Down

0 comments on commit 6d1bb0b

Please sign in to comment.