BWA cufflink error
1
0
Entering edit mode
9.8 years ago
BDK_compbio ▴ 140

I used BWA for alignment and then used the sam generated by BWA for alignment, but I am getting the following error

Error: this SAM file doesn't appear to be correctly sorted!
current hit is at IWGSC_CSS_1DL_scaff_2280152:6081, last one was at IWGSC_CSS_1DL_scaff_2280152:6084
Cufflinks requires that if your file has SQ records in the SAM header that they appear in the same order as the chromosomes names in the alignments.
If there are no SQ records in the header, or if the header is missing, the alignments must be sorted lexicographically by chromosome name and by position.
cufflinks BWA • 2.3k views
ADD COMMENT
0
Entering edit mode

I have only SAM file which was generated by BWA. Also I tried with bowtie and it says

the reference sequence has more than 2^32-1 characters! Please divide the reference into batches or chunks of about 3.6 billion character or less each and index each independently.

ADD REPLY
1
Entering edit mode

So convert it to a BAM file and sort it (or use picard tools and just directly sort the SAM file).

Recent versions of bowtie2 wouldn't produce the error that you're reporting.

ADD REPLY
0
Entering edit mode
9.8 years ago

Just sort the BAM file. It's funny how often doing what an error message says will make said error message disappear...

ADD COMMENT

Login before adding your answer.

Traffic: 3237 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6