We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d2931 commit 3727043Copy full SHA for 3727043
lib/BtIO.py
@@ -125,7 +125,7 @@ def parseCovFromHeader(fasta_type, header ):
125
pass
126
127
def readCov(infile, set_of_blobs):
128
- cov_line_re = re.compile(r"^(\S+)\t(\d+\.\d+)")
+ cov_line_re = re.compile(r"^(\S+)\t(\d+\.*\d*)")
129
i = 0
130
with open(infile) as fh:
131
for line in fh:
0 commit comments