Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • STAR + Cufflinks. Cufflinks hanging. BAM XS error?

    Hello All,

    I have an RNA-Seq pipeline, using the STAR aligner and Cufflinks.
    I am running cufflinks in the 'Reference Annotation Based Transcript' assemvbly mode to predict alternative splicing variants.
    I have been using Cufflinks on our compute servers for a while now, and I didn't have any problems until recently.
    For the past few weeks, Cufflinks always hangs after a few hours of running.
    I can't seem to identify the problem. It doesn't seem to be a network issue, as I have installed cufflinks locally and also have the data locally.

    I have tried this with cufflinks 2.2.1 and 2.1.1, and both hang. Using STAR version 2.4.0f1.

    The only error I get is associated with the STAR output (and I didn't have this problem before either)
    BAM record error: found spliced alignment without XS attribute
    I find it strange because I do specify the '--outSAMstrandField intronMotif' parameter for STAR.

    Why do I get this error even though I have specified the correct parameters for STAR?
    Could this be the reason Cufflinks is hanging?

    Thank you!

  • #2
    Perhaps STAR 2.4.0f1 has a bug. Try something like this with one of the BAM files that's causing a problem:
    Code:
    samtools view foo.bam | awk -F '\t' '{if($6 ~"N") print $0}' | grep -v "XS:A:"
    If something like that prints any lines then the file will cause an error in cufflinks. This would then likely be a bug in STAR.

    Comment


    • #3
      I have been using STAR and a de novo assembler called IsoSCM to identify 3'UTR. IsoSCM requested the XS tag to work, so I set the same --outSAMStrandField option and it went well.
      I note that using "--outFilterIntronMotifs RemoveNonCanonical" is also recommended with Cufflinks in the STAR manual.

      Comment


      • #4
        4.2.3 Compatibility with Cufflinks
        For unstranded RNA-seq data, Cuinks/Cu di require spliced alignments with XS strand attribute,which STAR will generate with --outSAMstrandField intronMotif option. As required, the XS strand attribute will be generated for all alignments that contain splice junctions. The spliced alignments that have unde ned strand (i.e. containing only non-canonical unannotated junctions)
        will be suppressed.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Recent Advances in Sequencing Analysis Tools
          by seqadmin


          The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
          05-06-2024, 07:48 AM
        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 07:03 AM
        0 responses
        10 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-10-2024, 06:35 AM
        0 responses
        29 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-09-2024, 02:46 PM
        0 responses
        37 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-07-2024, 06:57 AM
        0 responses
        31 views
        0 likes
        Last Post seqadmin  
        Working...
        X