Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • pepperoni
    replied
    Hello none of the recommendations had worked for me, has anyone found out what is the problem with error -11 and how to solve it?
    thanks

    Leave a comment:


  • mastal
    replied
    see the Bowtie 2 Manual,

    the section titled "The bowtie2-inspect index inspector"



    here is a quote from the manual:

    "bowtie2-inspect extracts information from a Bowtie index about what kind of index it is and what reference sequences were used to build it. When run without any options, the tool will output a FASTA file containing the sequences of the original references (with all non-A/C/G/T characters converted to Ns). It can also be used to extract just the reference sequence names using the -n/--names option or a more verbose summary using the -s/--summary option."

    Leave a comment:


  • 1520191
    replied
    Originally posted by alabadorf View Post
    I encountered this error too and it was indeed related to a mismatch between the index and fasta file. Instead of rebuilding the index without random chromosomes, I used bowtie2-inspect to create a new fasta file from the index. The error went away.

    The exit status code -11 corresponds to a segmentation fault suffered by the segment_juncs program, where I suspect it tries to find a fasta sequence but can't. The source of the error is actually in the SeqAn distribution, which they have bundled with the tophat release.
    Hi,I would like to know how you use bowtie2-inspect create a new fasta file from the index?whats your command?
    my reference file is :musref
    my index file are : musref.1.bt2 musref.2.bt2 musref.3.bt2 musref.4.bt2 musref.rev.1.bt2 musref.rev.2.bt2
    what command can help me create a .fa file?
    Thank you a lot!
    Last edited by 1520191; 04-23-2014, 03:52 AM.

    Leave a comment:


  • alabadorf
    replied
    I encountered this error too and it was indeed related to a mismatch between the index and fasta file. Instead of rebuilding the index without random chromosomes, I used bowtie2-inspect to create a new fasta file from the index. The error went away.

    The exit status code -11 corresponds to a segmentation fault suffered by the segment_juncs program, where I suspect it tries to find a fasta sequence but can't. The source of the error is actually in the SeqAn distribution, which they have bundled with the tophat release.

    Leave a comment:


  • apredeus
    replied
    and the command I use is the following:

    tophat -p 8 -G $DATA/mm9.mrna.10.31.gtf --prefilter-multihits -o $WDIR/tophat_$TAG --segment-length 12 --max-multihits 15 $BOWTIE/mm9 $FQFILE

    Leave a comment:


  • apredeus
    replied
    I also get the error with the same ID, with a very established tophat 1.4.1.1

    These are shorter reads I'm working with (25 bp), so I wonder it that is the problem?

    I dug in the code a bit but couldn't find what exactly "-11" refers to. I wish there'd be a more verbose mode to tophat that would give more information on errors.

    Anyhow, if anybody knows more about this, I'd love to know it.

    PS yeah, and segment_juncs.log has no error at all (and it's the last log written). It looks like the program just stopped.

    Leave a comment:


  • bruce01
    replied
    By random chromosomes do you mean scaffolds (eg chrG*)? Do you just remove all from ref.fasta and build your index from this? I thought I had them removed.

    Does anyone know specifically what is causing the error?

    Leave a comment:


  • hmortens
    replied
    How did you re-build the index without the random chromosomes????

    Leave a comment:


  • sameet
    replied
    Thanks Doris, I will try to rebuild the index and see if that helps. I will update the post accordingly.

    Leave a comment:


  • dchen
    replied
    I received the same error message, with Tophat 2.0.0 + Bowtie2.0.0.6,
    but could fix it by correcting the Bowtie genome index, in my case hg19.
    While the downloaded index contained the random chromosomes, the hg19.fa fasta file did not. After re-building the index without the random chromosomes,
    the error message disappeared.

    Hoping that this was helpful,
    Doris

    Leave a comment:


  • sameet
    replied

    [Mon Jun 11 15:35:24 2012] Beginning TopHat run (v1.4.0)
    -----------------------------------------------
    [Mon Jun 11 15:35:24 2012] Preparing output location wt_Deli_thout/
    [Mon Jun 11 15:35:24 2012] Checking for Bowtie index files
    [Mon Jun 11 15:35:24 2012] Checking for reference FASTA file
    [Mon Jun 11 15:35:24 2012] Checking for Bowtie
    Bowtie version: 0.12.5.0
    [Mon Jun 11 15:35:24 2012] Checking for Samtools
    Samtools Version: 0.1.18
    [Mon Jun 11 15:35:24 2012] Generating SAM header for /fdb/bowtie/indexes/genome
    format: fastq
    quality scale: phred33 (default)
    [Mon Jun 11 15:35:24 2012] Preparing reads
    left reads: min. length=45, count=9213949
    right reads: min. length=42, count=7830358
    [Mon Jun 11 15:41:45 2012] Mapping left_kept_reads against genome with Bowtie
    [Mon Jun 11 16:06:18 2012] Processing bowtie hits
    [Mon Jun 11 16:12:37 2012] Mapping left_kept_reads_seg1 against genome with Bowtie (1/2)
    [Mon Jun 11 16:13:57 2012] Mapping left_kept_reads_seg2 against genome with Bowtie (2/2)
    [Mon Jun 11 16:16:01 2012] Mapping right_kept_reads against genome with Bowtie
    [Mon Jun 11 16:39:09 2012] Processing bowtie hits
    [Mon Jun 11 16:44:42 2012] Mapping right_kept_reads_seg1 against genome with Bowtie (1/1)
    [Mon Jun 11 16:53:43 2012] Searching for junctions via segment mapping
    [FAILED]
    Error: segment-based junction search failed with err =-11
    Loading left segment hits...
    I still get the same error with even older release of tophat.

    Leave a comment:


  • sameet
    replied
    The error persists!

    I am using the latest tophat version, but the error persists. I am also trying with the oldest version available in our system to see if that works.

    Leave a comment:


  • Suimye
    replied
    Hi, Johnathon

    Thank you for your rapidly replying and suggestion.
    I am just trying by using the older version of Tophat and bowtie.

    Sincerely,
    Suimye

    Leave a comment:


  • jdanderson
    replied
    Sorry, I actually can't recall how I resolved this error, although I wasn't using Tophat v2.0 when I ran into it.

    Maybe Cole, or another Tophat programmer could be of more help. It also might help if you posted more info about the run you were attempting to perform and what preceeded the error message.

    Cheers,
    Johnathon

    Leave a comment:


  • Suimye
    replied
    I also got this message when Im running TopHat v2.0.0 (Bowtie version:2.0.0.5).
    Do you have any solution for this error?


    Suimye

    Leave a 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...
    04-22-2024, 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-25-2024, 11:49 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-24-2024, 08:47 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
62 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
60 views
0 likes
Last Post seqadmin  
Working...
X