Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jetse
    Member
    • Nov 2012
    • 38

    #1

    Tophat gtf problem

    Hello everyone,

    I am using tophat with a gtf file. I used it once with this command:
    Code:
    /home/sge_share_fedor8/common_scripts/tophat-2.0.6/tophat2 --color --quals  --GTF /home/sge_share_fedor12/jetse/GENOMES/GRCh37_gatk/human_GRCh37_gatk.gtf -x 1 --library-type fr-secondstrand --read-realign-edit-dist 0 -N 10 -m 2 -a 5 -p 5 --read-edit-dist 10 --coverage-search --bowtie1 -o /home/sge_share_fedor12/jetse/wntSignalling/test//tophat/PolyPlus1/ /home/sge_share_fedor12/jetse/GENOMES/GRCh37_gatk/GRCh37_gatk_colorspace /data/jetse/wntSignalling/rawData/csfasta/polyplus1/run1/reads/PolyPlus1_F3.csfasta /data/jetse/wntSignalling/rawData/csfasta/polyplus1/run1/reads/PolyPlus1_F5.csfasta /data/jetse/wntSignalling/rawData/csfasta/polyplus1/run1/reads/PolyPlus1_F3.qual /data/jetse/wntSignalling/rawData/csfasta/polyplus1/run1/reads/PolyPlus1_F5.qual
    After this I want to run Tophat 26 times, so I dont want to build this gtf file everytime again. For this I use the command:
    Code:
    /home/sge_share_fedor8/common_scripts/tophat-2.0.6/tophat2 --color --quals  --transcriptome-index /home/sge_share_fedor12/jetse/GENOMES/GRCh37_gatk/human_GRCh37_gatk -x 1 --library-type fr-secondstrand --read-realign-edit-dist 0 -N 10 -m 2 -a 5 -p 5 --read-edit-dist 10 --coverage-search --bowtie1 -o /home/sge_share_fedor12/jetse/wntSignalling/test//tophat/PolyPlus1/ /home/sge_share_fedor12/jetse/GENOMES/GRCh37_gatk/GRCh37_gatk_colorspace /data/jetse/wntSignalling/rawData/csfasta/polyplus1/run1/reads/PolyPlus1_F3.csfasta /data/jetse/wntSignalling/rawData/csfasta/polyplus1/run1/reads/PolyPlus1_F5.csfasta /data/jetse/wntSignalling/rawData/csfasta/polyplus1/run1/reads/PolyPlus1_F3.qual /data/jetse/wntSignalling/rawData/csfasta/polyplus1/run1/reads/PolyPlus1_F5.qual
    This is exactly the same command, but i removed the .gtf and changed the --GTF to --transcriptome-index. But now I get this error:
    Code:
    [2013-02-12 15:15:48] Beginning TopHat run (v2.0.6)
    -----------------------------------------------
    [2013-02-12 15:15:48] Checking for Bowtie
                      Bowtie version:        0.12.8.0
    [2013-02-12 15:15:48] Checking for Samtools
                    Samtools version:        0.1.14.0
    Error: GFF transcripts file not found or invalid (/home/sge_share_fedor12/jetse/GENOMES/GRCh37_gatk/human_GRCh37_gatk.gff)
    When I look at the directory where the indexes are build, all references are build when using the first command. When this command is finished, the indexes are removed! What am I doing wrong? I just want to build an index once of my gtf file and want to use the index after the first time...
  • Jetse
    Member
    • Nov 2012
    • 38

    #2
    Had to read the manual better...
    TopHat should be first run with the -G option and with the --transcriptome-index option
    I hope this will fix it

    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
    22 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-11-2026, 10:35 AM
    0 responses
    19 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    33 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...