Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aurorasea1
    Junior Member
    • May 2016
    • 5

    #1

    Running Top-HAT/Bowtie2 index base name & transcript files help

    Hello, I am new to running RNAseq data and I am getting confused about the terminologies used for running the program.
    Right now, I am trying to run Tophat & bowtie2 using the Ugene software's workflow.
    It requires me to enter:
    1. Bowtie index base name
    2. Known transcript file
    3. Raw junctions

    UGENE's software tutorial page is not very detailed in the instructions and so I visited Bowtie's website.
    I found these files available for download
    A) H. sapiens NCBI GRCh38 (ftp://ftp.ncbi.nlm.nih.gov/genomes/a...e_index.tar.gz) - >3.5gb size file
    and also this:
    B) H. sapiens, EMSEMBL GrCH37 (ftp://igenome:[email protected]..._GRCh37.tar.gz) -> more than 18gb size file

    May I know if it's correct to use (A) as index file, and call it GrCH38 as bowtie index base name?

    And is it correct to call (B) the transcript file ?

    As for "raw junctions", where can I find the list of raw junctions?
    Would really appreciate your help.
  • Michael.Ante
    Senior Member
    • Oct 2011
    • 127

    #2
    Hi,

    A) and B) are different releases of the Human gene assembly. So don't mix them.
    If you want to have a bowtie index and its corresponding transcriptome index, download the Fasta files and the GTF from the same source. I'd recommend the ENSEMBL annotation (see fasta files here and the gtf here). There are some discussions ongoing whether to use the primary assembly (all chromosomes) or the toplevel assembly (all chromosomes plus patches and haplotype sequences). For the beginning, I'd start with the primary one.

    After building the index with bowtie2-build (say you name it GRCh38.84), you can create the index for the transcripts with Tophat2.
    Code:
    tophat -G Homo_sapiens.GRCh38.84.gtf --transcriptome-index=transcriptome_data/known GRCh38.84
    Cheers,

    Michael

    Comment

    • aurorasea1
      Junior Member
      • May 2016
      • 5

      #3
      Originally posted by Michael.Ante View Post
      Hi,

      A) and B) are different releases of the Human gene assembly. So don't mix them.
      If you want to have a bowtie index and its corresponding transcriptome index, download the Fasta files and the GTF from the same source. I'd recommend the ENSEMBL annotation (see fasta files here and the gtf here). There are some discussions ongoing whether to use the primary assembly (all chromosomes) or the toplevel assembly (all chromosomes plus patches and haplotype sequences). For the beginning, I'd start with the primary one.

      After building the index with bowtie2-build (say you name it GRCh38.84), you can create the index for the transcripts with Tophat2.
      Code:
      tophat -G Homo_sapiens.GRCh38.84.gtf --transcriptome-index=transcriptome_data/known GRCh38.84
      Cheers,

      Michael
      Hi Michael, thanks.
      I'm running on Ugene but I've got these error results.
      [2016-05-14 16:19:04] Beginning TopHat run (v2.0.9)
      -----------------------------------------------
      [2016-05-14 16:19:04] Checking for Bowtie
      Bowtie version: 2.1.0.0
      [2016-05-14 16:19:04] Checking for Samtools
      Samtools version: 0.1.19.0
      [2016-05-14 16:19:04] Checking for Bowtie index files (genome)..
      Error: Could not find Bowtie 2 index files (/Users/*.bt2)

      Now it's asking for *bt2 file and I'm at loss of what type of file I should be using to run the analysis properly.
      Thank you for all experts here for your useful tips.

      Comment

      • mastal
        Senior Member
        • Mar 2009
        • 666

        #4
        You need to make a bowtie index of the reference genome with the bowtie2-build command before you run tophat. This will produce some 6 files with suffixes like .1.bt2, .2.bt2, .3.bt2, .4.bt2, .rev1.bt2 and .rev2.bt2, with the name of the genome as prefix.

        you need to specify the path to the genome index files and the prefix of the genome index files in your tophat command,

        Comment

        • maxter
          Junior Member
          • Apr 2016
          • 2

          #5
          Hi,

          In UGENE, Settings>Preferences>External Tools, yo have to put the path for every program (tophat, bowtie, etc).

          For the index, you can do it first, before running all the workflow in Tools>NGS data analysis>Build index for reads mapping. That work for me, now i'm just trying to figure out how to retrieve all the information of the Tuxedo protocol.

          Regards

          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
          • SEQadmin2
            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by SEQadmin2



            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
            ...
            07-09-2026, 11:10 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Yesterday, 10:13 AM
          0 responses
          13 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-31-2026, 02:55 AM
          0 responses
          26 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-24-2026, 12:17 PM
          0 responses
          20 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-23-2026, 11:41 AM
          0 responses
          19 views
          0 reactions
          Last Post SEQadmin2  
          Working...