Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Him26
    Member
    • Aug 2011
    • 20

    #1

    STAR mapping error

    Hi, I am using STAR to find fusion transcripts and may be use cufflinks to quantify the transcripts. below is my command for 2ndpass mapping.

    $STAR_HOME/STAR --runThreadN $CORE \
    --genomeDir $GDIR \
    --readFilesIn $READ1 $READ2 \
    --readFilesCommand zcat \
    --sjdbGTFfile $GTF \
    --quantMode TranscriptomeSAM GeneCounts \
    --outSAMattributes NH HI NM MD AS nM XS \
    --chimSegmentMin 12 \
    --chimJunctionOverhangMin 12 \
    --alignSJDBoverhangMin 10 \
    --outSAMtype BAM Unsorted

    I gave 40gb of memory. It ran fine with one sample test but when I generated index with multisample and tried the 2nd pass mapping
    it gave me the following error

    terminate called after throwing an instance of 'std:ut_of_range'
    what(): vector::_M_range_check
    /opt/gridengine/default/spool/r-slave-1-3/job_scripts/581271: line 76: 26016 Aborted (core dumped) $ST

    This happens while processing the gtf file.
    Is there somthing wrong with my new SAindex ? how do I fix this?
    If I want to try the option --alignMatesGapMax --alignIntronMax with bigger numbers the process would get killed. Is there a limit on this?
    Thank you.
  • alexdobin
    Senior Member
    • Feb 2009
    • 161

    #2
    Originally posted by Him26 View Post
    Hi, I am using STAR to find fusion transcripts and may be use cufflinks to quantify the transcripts. below is my command for 2ndpass mapping.

    $STAR_HOME/STAR --runThreadN $CORE \
    --genomeDir $GDIR \
    --readFilesIn $READ1 $READ2 \
    --readFilesCommand zcat \
    --sjdbGTFfile $GTF \
    --quantMode TranscriptomeSAM GeneCounts \
    --outSAMattributes NH HI NM MD AS nM XS \
    --chimSegmentMin 12 \
    --chimJunctionOverhangMin 12 \
    --alignSJDBoverhangMin 10 \
    --outSAMtype BAM Unsorted

    I gave 40gb of memory. It ran fine with one sample test but when I generated index with multisample and tried the 2nd pass mapping
    it gave me the following error

    terminate called after throwing an instance of 'std:ut_of_range'
    what(): vector::_M_range_check
    /opt/gridengine/default/spool/r-slave-1-3/job_scripts/581271: line 76: 26016 Aborted (core dumped) $ST

    This happens while processing the gtf file.
    Is there somthing wrong with my new SAindex ? how do I fix this?
    If I want to try the option --alignMatesGapMax --alignIntronMax with bigger numbers the process would get killed. Is there a limit on this?
    Thank you.
    Hi @Him26,

    please post or send me the Log.out file, and also a few hundred lines. It's likely that the problem is with GTF file formatting.

    Cheers
    Alex

    Comment

    • Him26
      Member
      • Aug 2011
      • 20

      #3
      My dumb mistake

      Hi Alex,

      Thank you for your reply.
      I was looking through the gtf file and found that gtf file I was using had different 'chr' naming.
      Gtf file I was using for the 1st mapping and 2nd mapping was different.
      My bad for not checking this from the first place.

      Thank you for your advice.

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
        by SEQadmin2



        CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

        Despite this, “CRISPR helped turn genome editing from a specialized technique into
        ...
        07-31-2026, 11:01 AM
      • SEQadmin2
        Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
        by SEQadmin2


        Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

        The systematic characterization of the human proteome has
        ...
        07-20-2026, 11:48 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 08-13-2026, 12:22 PM
      0 responses
      29 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-11-2026, 10:35 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-06-2026, 07:41 AM
      0 responses
      38 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-03-2026, 10:13 AM
      0 responses
      51 views
      0 reactions
      Last Post SEQadmin2  
      Working...