Hi everyone,
I started using HTSeq a couple of days ago and now encountered a problem. Maybe someone knows a workaround.
I am interating over an sam file and cant find a solution for the error:
(also described here http://seqanswers.com/forums/showthread.php?t=12091)
The Alignment is from Bowtie2 and lacks the qualitystring (only a "*" is in the file, but the complete read sequence is there).
Like: blaaaaa ACTACTATCTAC * blaaaaa
Since I have a lot of files I cant perform a filtering in the first place, because I do not want to touch those big files twice.
thanks in advance.
EDIT:
I am using the latest release of HTSeq.
regards
I started using HTSeq a couple of days ago and now encountered a problem. Maybe someone knows a workaround.
I am interating over an sam file and cant find a solution for the error:
(also described here http://seqanswers.com/forums/showthread.php?t=12091)
ValueError: 'seq' and 'qualstr' do not have the same length.
Like: blaaaaa ACTACTATCTAC * blaaaaa
Since I have a lot of files I cant perform a filtering in the first place, because I do not want to touch those big files twice.
thanks in advance.
EDIT:
I am using the latest release of HTSeq.
regards
Comment