Kennedy-Lab-UW / Duplex-Sequencing

Other
57 stars 34 forks source link

Ncutoff was always zero. #26

Closed nh13 closed 8 years ago

nh13 commented 8 years ago

See example below:

>>> consensus = "ABNCD"
>>> consensus.count("N" )/ len(consensus)
0
>>> consensus.count("N" )/ float(len(consensus))
0.2