Cleaner stderr prints
This commit is contained in:
@ -115,9 +115,7 @@ def emblIterator_file(lineiterator,
|
||||
line = next(iterator)
|
||||
else:
|
||||
line = firstline
|
||||
|
||||
DONECOUNT=0
|
||||
|
||||
|
||||
while True:
|
||||
|
||||
if ionly >= 0 and read >= ionly-1:
|
||||
@ -154,11 +152,7 @@ def emblIterator_file(lineiterator,
|
||||
break
|
||||
|
||||
seq = emblParser(entry)
|
||||
|
||||
if DONECOUNT%10000 == 0:
|
||||
print(DONECOUNT, "\n")
|
||||
DONECOUNT+=1
|
||||
|
||||
|
||||
yield seq
|
||||
read+=1
|
||||
|
||||
|
Reference in New Issue
Block a user