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 14b1b4d commit 9c12a09Copy full SHA for 9c12a09
lib/library.py
@@ -274,7 +274,7 @@ def checkFastaHeaders(input, limit):
274
for line in fasta:
275
if line.startswith('>'):
276
line = line.replace('\n', '')
277
- headlen = len(line) - 1 #subtract one character for fasta carrot
+ headlen = len(line) - 1 #subtract one character for fasta carrot
278
if headlen > length:
279
length = headlen
280
if length > int(limit):
0 commit comments