Skip to content

Commit 9c12a09

Browse files
Jon PalmerJon Palmer
Jon Palmer
authored and
Jon Palmer
committed
updates v0.2.11
1 parent 14b1b4d commit 9c12a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/library.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def checkFastaHeaders(input, limit):
274274
for line in fasta:
275275
if line.startswith('>'):
276276
line = line.replace('\n', '')
277-
headlen = len(line) - 1 #subtract one character for fasta carrot
277+
headlen = len(line) - 1 #subtract one character for fasta carrot
278278
if headlen > length:
279279
length = headlen
280280
if length > int(limit):

0 commit comments

Comments
 (0)