I just finished mapping my ABI pair end colorspace reads with tophat. The reads were 50bp F3 and 25bp F5.
When I tried to convert the .bam file into .sam for Cufflinks assembly using Picard Tools, I got this error:
Exception in thread "main" java.lang.RuntimeException: SAM validation error: ERROR: Record 127338, Read name 507_970_1560_F3, Mate Alignment start (542169) must be <= reference sequence length (531507) on reference Contig1
It looks like a read is being "mapped" outside of the reference contig?
Bowtie has --fr, --rf, --ff options when aligning pair-end reads. Does tophat take into account that SOLiD mate pairs are both in forward direction? so the --ff would be used.
When I tried to convert the .bam file into .sam for Cufflinks assembly using Picard Tools, I got this error:
Exception in thread "main" java.lang.RuntimeException: SAM validation error: ERROR: Record 127338, Read name 507_970_1560_F3, Mate Alignment start (542169) must be <= reference sequence length (531507) on reference Contig1
It looks like a read is being "mapped" outside of the reference contig?
Bowtie has --fr, --rf, --ff options when aligning pair-end reads. Does tophat take into account that SOLiD mate pairs are both in forward direction? so the --ff would be used.
Comment