Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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...

  • #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

    • 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...
      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
    58 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    54 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    45 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