Skip to content

Commit 9fc4413

Browse files
committed
clean detect_strain_BAM.py
remove leftover debug print statement
1 parent 661a974 commit 9fc4413

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

StrainID/strainScripts/detect_strain_BAM.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ def buildBackground(bam, gen, rng):
2727
else:
2828
RANDREAD = list(range(samfile.mapped))
2929

30-
sys.stderr.write("\n".join([str(i) for i in RANDREAD]))
31-
3230
# Performance tests of random sampling methods--runtimes
3331
#( 5 sec) a = [ random.randint(0,100000000) for _ in range(1000000)]
3432
#(15 sec) a = numpy.random.choice(range(0,100000000),size=1000000,replace=True)

0 commit comments

Comments
 (0)