Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Jan 18, 2018
1 parent c211f61 commit 52f5657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taxon_filter.py
Expand Up @@ -371,7 +371,6 @@ def multi_db_deplete_bam(inBam, refDbs, deplete_method, outBam, **kwargs):
for db in refDbs:
if not samtools.isEmpty(tmpBamIn):
tmpBamOut = mkstempfname('.bam')
print("db", db)
deplete_method(tmpBamIn, db, tmpBamOut, **kwargs)
if tmpBamIn != inBam:
os.unlink(tmpBamIn)
Expand Down

0 comments on commit 52f5657

Please sign in to comment.