We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661a974 commit 9fc4413Copy full SHA for 9fc4413
1 file changed
StrainID/strainScripts/detect_strain_BAM.py
@@ -27,8 +27,6 @@ def buildBackground(bam, gen, rng):
27
else:
28
RANDREAD = list(range(samfile.mapped))
29
30
- sys.stderr.write("\n".join([str(i) for i in RANDREAD]))
31
-
32
# Performance tests of random sampling methods--runtimes
33
#( 5 sec) a = [ random.randint(0,100000000) for _ in range(1000000)]
34
#(15 sec) a = numpy.random.choice(range(0,100000000),size=1000000,replace=True)
0 commit comments