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
          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 on Modified Bases...
          Yesterday, 07:01 AM
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        39 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        41 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        35 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X