Entering edit mode
11.9 years ago
GPR
▴
390
This is a follow up to a question I just posted. I have aligned my reads with Bowtie with the command-line "'bowtie -p 16 -q -n 3 -k 1 -m 1 --best --strata -S BowtieIndex .fastq >& output.sam &" When I try to convert the output SAM file to BAM with "samtools view -bT genome.fa input.sam > output.bam" I get the following error message: " reference 'HWI-ST974:67:C0545ACXX:2:1101:11263:2144' is recognized as ''. Parse error at line 4698: unmatched CIGAR operation" Any help on this? Thanks, G.
What organism is this ?
Human. I have aligned with BWA and Tophat, using different command-lines and succeeding with downstream analyses. Not sure what it wrong with Bowtie.