Patch decoding of URL
This commit is contained in:
@ -46,8 +46,8 @@ def entryIteratorFactory(lineiterator,
|
||||
i = iter(lb)
|
||||
|
||||
first=next(i)
|
||||
|
||||
format="tab"
|
||||
|
||||
format=b"tabular"
|
||||
|
||||
if first[0]==">":
|
||||
format=b"fasta"
|
||||
@ -61,9 +61,6 @@ def entryIteratorFactory(lineiterator,
|
||||
format=b"ecopcrfile"
|
||||
elif is_ngsfilter_line(first):
|
||||
format=b"ngsfilter"
|
||||
else:
|
||||
format=b"tabular"
|
||||
|
||||
|
||||
if format==b'fasta':
|
||||
if seqtype == b'nuc':
|
||||
|
Reference in New Issue
Block a user