Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • seq_GA
    Senior Member
    • Feb 2009
    • 124

    Cufflinks with solexa data

    Has anyone used cufflinks for solexa RNA-Seq data?

    Te reads are mapped using eland_rna algorithm and used export2sam.pl to convert the eland mapping into sam format.

    I get the following error when I try to use cufflinks.

    Code:
    $ ./cufflinks /test/lib.sam 
    Counting hits in map
    Error: this SAM file doesn't appear to be correctly sorted!
            current hit is at RM:-1, last one was at (null):0
    Please let me know the steps involved from solexa eland mapping data. Thanks.
  • kopi-o
    Senior Member
    • Feb 2008
    • 319

    #2
    I would assume that the SAM file is indeed unsorted, as the error message says. If so, you can use the samtools package to sort the SAM file (I think you'll first have to convert it to BAM using "samtools view" before sorting, and then convert back) and try again.

    Alternatively (and easier), you can sort the Eland output file (or the SAM file) on the command line using a command like

    sort -o infile.bed -k 1,1 -k 2,2n infile.bed

    (if the chromosome is in column 1 and the starting coordinate is in column 2, that is ... if not, you have to substitute the correct column numbers for "1" and "2" above)

    Comment

    • middlemale
      Member
      • Feb 2010
      • 16

      #3
      possibly your sam file requires sorted by samtools . I did not have experience. good luck.

      Comment

      • DrD2009
        Member
        • Oct 2009
        • 88

        #4
        Use the following command to sort your SAM files. I experienced the same problem and this fixed it. The code is from the Cufflinks manual, no need for samtools or anything else.

        Code:
        sort -k 3,3 -k 4,4n hits.sam > hits.sam.sorted

        Comment

        • seq_GA
          Senior Member
          • Feb 2009
          • 124

          #5
          Hi
          Thanks for the response. I did sort the sam file as per the manual but I still get the error as below:

          Code:
          Counting hits in map
          Error: this SAM file doesn't appear to be correctly sorted!
                  current hit is at mm9:-43, last one was at (null):0
          My reference genome chromosome names are c1,c2,c3...etc and splice junction reads starts with mm9. This is according to the eland mappingwhich includes mapping data against genome which includes c1,c2,c3 etc.. and the splice juctions generated (mm9)

          Please let me know how to overcome this problem. Thanks.

          Comment

          • Thomas Doktor
            Senior Member
            • Apr 2009
            • 105

            #6
            I would try aligning the reads with TopHat instead. I have no experience with the Eland RNA-seq alignment program, but I doubt TopHat would do a much worse job.

            Comment

            • seq_GA
              Senior Member
              • Feb 2009
              • 124

              #7
              Hi,
              HAs anyone tried converting solexa eland output into sam format and use cufflinks successfully? I would erally appreciate very much for any help. Thanks.
              Regards

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                by SEQadmin2



                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                ...
                07-09-2026, 11:10 AM
              • SEQadmin2
                Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                by SEQadmin2



                Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                07-08-2026, 05:17 AM
              • GATTACAT
                Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                by GATTACAT
                Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                07-01-2026, 11:43 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-13-2026, 10:26 AM
              0 responses
              24 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-09-2026, 10:04 AM
              0 responses
              33 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-08-2026, 10:08 AM
              0 responses
              20 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-07-2026, 11:05 AM
              0 responses
              34 views
              0 reactions
              Last Post SEQadmin2  
              Working...