Patch decoding of URL

This commit is contained in:
2017-07-28 12:41:28 +02:00
parent 84bb93096f
commit b9c65a871f
9 changed files with 276 additions and 260 deletions

View File

@ -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':