Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • cuba_diem
    replied
    Thank's. That worked.

    Leave a comment:


  • GenoMax
    replied
    You may need a corresponding older version of bowtie to go with TopHat 2.0.9. Try v.2.1.0.

    Leave a comment:


  • cuba_diem
    replied
    Weird. After I replaced Tophat's 2.0.12 version with the 2.0.9 version it doesn't find bowtie anymore. Even though it's in the PATH. I tried with --bowtie1 and --bowtie2. Bowtie2 is present as I can access it from the command line.
    What's the catch?

    [2014-08-27 09:09:09] Beginning TopHat run (v2.0.9)
    -----------------------------------------------
    [2014-08-27 09:09:09] Checking for Bowtie
    Bowtie 2 not found, checking for older version..
    Error: Bowtie not found on this system.

    Leave a comment:


  • cuba_diem
    replied
    Ok. Thank you. I'll continue with v.2.0.9 then. I'm still waiting for a response from the developers after I reported the issue. Once I get an update I will post it here.

    Leave a comment:


  • GenoMax
    replied
    Unfortunately no. Your only option is to use TopHat 2.0.9 on OS X, unless you want to try compiling from source (not simple).

    Leave a comment:


  • cuba_diem
    replied
    Has this issue been resolved? Any updates? I'm dealing the exact same errors/error logs as described above.

    Leave a comment:


  • GenoMax
    replied
    It appears that all Mac binaries since 2.0.10 have this problem. -stdlib option to build the binary either needs libstdc++ or libc++ (am not a developer) and it does not appear to be properly linked for Mac binaries. I am surprised that no one has reported this problem to the developers. Until the authors correct this we may be out-of-luck.

    Has anyone tried to compile from source?

    The last version of TopHat that is functional on OS X (10.9.x) is v.2.0.9.
    Last edited by GenoMax; 08-14-2014, 09:39 AM.

    Leave a comment:


  • zhangxw
    replied
    Such problem disappears with the test_data by TapHat v2.0.10;

    however, in TapHat v2.0.10; it has Error: gtf_to_fasta returned an error. with my own data.

    Leave a comment:


  • zhangxw
    replied
    Yes, I am using Mac OS.
    Same problem with the test_data by TopHat run (v2.0.11)

    Leave a comment:


  • GenoMax
    replied
    Originally posted by zhangxw View Post
    has this problem solved? I met the same issue.
    Just to be specific. You are using a Mac and have had the exact same issue as jthomas5062.

    With the test data and/or your own?

    Leave a comment:


  • zhangxw
    replied
    TopHat - Error: gtf_to_fasta returned an error.

    has this problem solved? I met the same issue.

    Leave a comment:


  • jthomas5062
    replied
    My submmitted commands:

    mkdir testdata_thout

    tophat2 -p 8 -o testdata_thout test_ref reads_1.fq reads_2.fq

    Leave a comment:


  • jthomas5062
    replied
    I downloaded v.2.0.11 of TopHat and am now getting this error message after running on the test data set:

    [2014-07-30 16:36:24] Beginning TopHat run (v2.0.11)
    -----------------------------------------------
    [2014-07-30 16:36:24] Checking for Bowtie
    Bowtie version: 2.2.3.0
    [2014-07-30 16:36:24] Checking for Samtools
    Samtools version: 0.1.19.0
    [2014-07-30 16:36:24] Checking for Bowtie index files (genome)..
    [2014-07-30 16:36:24] Checking for reference FASTA file
    [2014-07-30 16:36:24] Generating SAM header for test_ref
    [2014-07-30 16:36:24] Preparing reads
    left reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
    right reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
    [2014-07-30 16:36:24] Mapping left_kept_reads to genome test_ref with Bowtie2
    [FAILED]
    Error running:
    /usr/local/bin/bam2fastx --all testdata_thout/tmp/left_kept_reads.bam|/usr/local/bin/bowtie2 -k 20 -D 15 -R 2 -N 0 -L 20 -i S,1,1.25 --gbar 4 --mp 6,2 --np 1 --rdg 5,3 --rfg 5,3 --score-min C,-14,0 -p 8 --sam-no-hd -x test_ref -|/usr/local/bin/fix_map_ordering --bowtie2-min-score 15 --read-mismatches 2 --read-gap-length 2 --read-edit-dist 2 --read-realign-edit-dist 3 --index-outfile testdata_thout/tmp/left_kept_reads.mapped.bam.index --sam-header testdata_thout/tmp/test_ref_genome.bwt.samheader.sam - testdata_thout/tmp/left_kept_reads.mapped.bam testdata_thout/tmp/left_kept_reads_unmapped.bam

    Leave a comment:


  • GenoMax
    replied
    Can you try a previous version of TopHat with the test data (say v.2.0.11, http://ccb.jhu.edu/software/tophat/downloads/) to see if this is a problem with the latest Mac binary that is being supplied?

    Leave a comment:


  • jthomas5062
    replied
    My command:
    tophat -p 8 -o test_thout test_ref reads_1.fq reads_2.fq

    Output:
    [2014-07-29 09:10:21] Beginning TopHat run (v2.0.12)
    -----------------------------------------------
    [2014-07-29 09:10:21] Checking for Bowtie
    Bowtie version: 2.2.3.0
    [2014-07-29 09:10:21] Checking for Samtools
    Samtools version: 0.1.19.0
    [2014-07-29 09:10:21] Checking for Bowtie index files (genome)..
    [2014-07-29 09:10:21] Checking for reference FASTA file
    [2014-07-29 09:10:21] Generating SAM header for test_ref
    [2014-07-29 09:10:21] Preparing reads
    left reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
    right reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
    [2014-07-29 09:10:21] Mapping left_kept_reads to genome test_ref with Bowtie2
    [2014-07-29 09:10:21] Mapping left_kept_reads_seg1 to genome test_ref with Bowtie2 (1/3)
    [2014-07-29 09:10:22] Mapping left_kept_reads_seg2 to genome test_ref with Bowtie2 (2/3)
    [2014-07-29 09:10:22] Mapping left_kept_reads_seg3 to genome test_ref with Bowtie2 (3/3)
    [2014-07-29 09:10:22] Mapping right_kept_reads to genome test_ref with Bowtie2
    [2014-07-29 09:10:22] Mapping right_kept_reads_seg1 to genome test_ref with Bowtie2 (1/3)
    [2014-07-29 09:10:22] Mapping right_kept_reads_seg2 to genome test_ref with Bowtie2 (2/3)
    [2014-07-29 09:10:22] Mapping right_kept_reads_seg3 to genome test_ref with Bowtie2 (3/3)
    [2014-07-29 09:10:22] Searching for junctions via segment mapping
    [FAILED]
    Error: segment-based junction search failed with err =-5


    When I look in segment_juncs log, I see the same error as with my actual dataset:
    segment_juncs v2.0.12 (4277)
    ---------------------------
    [samopen] SAM header is present: 1 sequences.
    Loading reference sequences...
    Loading test_chromosome...done
    Loading ...done
    >> Performing segment-search:
    Loading left segment hits...
    dyld: lazy symbol binding failed: Symbol not found: __ZNKSt5ctypeIcE13_M_widen_initEv
    Referenced from: /usr/local/bin/segment_juncs
    Expected in: /usr/lib/libstdc++.6.dylib

    dyld: Symbol not found: __ZNKSt5ctypeIcE13_M_widen_initEv
    Referenced from: /usr/local/bin/segment_juncs
    Expected in: /usr/lib/libstdc++.6.dylib


    It seems like more of a "my computer problem" than a TopHat specific problem. I'm somewhat of a novice when it comes to libraries, etc. When I tried to search for a solution to these "symbol not found" errors, I came up pretty empty handed.

    Thanks,
    James

    Leave a comment:

Latest Articles

Collapse

  • seqadmin
    Best Practices for Single-Cell Sequencing Analysis
    by seqadmin



    While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
    Today, 07:15 AM
  • seqadmin
    Latest Developments in Precision Medicine
    by seqadmin



    Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

    Somatic Genomics
    “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
    05-24-2024, 01:16 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 08:18 AM
0 responses
10 views
0 likes
Last Post seqadmin  
Started by seqadmin, Today, 08:04 AM
0 responses
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 06-03-2024, 06:55 AM
0 responses
13 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-30-2024, 03:16 PM
0 responses
27 views
0 likes
Last Post seqadmin  
Working...
X