Traceback (most recent call last):
File "/home/trr/galaxy-dist/tools/samtools/sam_bitwise_flag_filter.py", line 148, in <module>
if __name__ == "__main__": main()
File "/home/trr/galaxy-dist/tools/samtools/sam_bitwise_flag_filter.py", line 137, in main
flags = int( fields[flag_col] )
IndexError: list index out of range
On Mon, Jul 22, 2013 at 10:40 AM, Moritz Juchler
<juchler@stud.uni-heidelberg.de> wrote:
> Hey,
>
> now I am having a new problem: Convert SAM to BAMThat's bad.
> Tool execution generated the following error message:
>
> [samopen] SAM header is present: 93 sequences.
> Parse error at line 106: sequence and quality are inconsistent
> /bin/sh: line 1: 27934 Aborted samtools view -bS
> "/home/trr/galaxy-dist/database/files/000/dataset_17.dat" >
> "/tmp/tmp-sam_to_bam_converter-ut5Tag/unsorted.bam"
Which version of samtools? There is a bug in the
> The tool produced the following additional output:
>
> [bam_header_read] EOF marker is absent. The input is probably truncated.
>
> (should I make a new post out of this?)
currently release where that warning is a false alarm:
https://github.com/samtools/samtools/issues/18
Peter