Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • repinementer
    Member
    • Dec 2009
    • 80

    problem with tophat commnd directing bowtie indexes

    here is the command I given. I directed bowtie indexes but not working

    I downloaded hg18 index from bowtie ftp site and unzipped in index folder of bowtie by creating a sub directory hg18.
    Hope I did every thing correct?

    Code:
    [B] tophat -r 200 /home/bogugk/rnaseq/software/bowtie-0.12.5/indexes/hg18 SL001_R00089_RHE011_01pgx2_F3.csfasta SL001_R00089_RHE012_01pgx2_F3.csfasta SL001_R00089_RHE013_01pgx2_F3.csfasta SL001_R00089_RHE014_01pgx2_F3.csfasta SL004_R00058_RHE015_01pgx2_F3.csfasta [/B]
    
    [Wed Jun 16 18:12:39 2010] Beginning TopHat run (v1.0.13)
    -----------------------------------------------
    [Wed Jun 16 18:12:39 2010] Preparing output location ./tophat_out/
    [Wed Jun 16 18:12:39 2010] Checking for Bowtie index files
    Error: Could not find Bowtie index files /home/bogugk/rnaseq/software/bowtie-0.12.5/indexes.*
    Traceback (most recent call last):
      File "/home/bogugk/rnaseq/software/tophat-1.0.13/bin/tophat", line 1635, in ?
        sys.exit(main())
      File "/home/bogugk/rnaseq/software/tophat-1.0.13/bin/tophat", line 1556, in main
        (ref_fasta, ref_seq_dict) = check_index(bwt_idx_prefix)
      File "/home/bogugk/rnaseq/software/tophat-1.0.13/bin/tophat", line 634, in check_index
        check_bowtie_index(idx_prefix)
      File "/home/bogugk/rnaseq/software/tophat-1.0.13/bin/tophat", line 569, in check_bowtie_index
        exit(1)
    TypeError: 'str' object is not callable
    FYI: I also exported index path to .bashrc by plaing this command in .bashrc
    Code:
    export PATH=$PATH:/home/bogugk/rnaseq/software/bowtie-0.12.5/indexes
    /hg18
    Please let me know any suggestions.
    Thanx
  • Bio.X2Y
    Member
    • Apr 2010
    • 46

    #2
    As far as I know you don't create a subdirectory for each index. just place the 6 hg18 files in the indexes directory.

    Comment

    • john_mu
      Member
      • May 2010
      • 88

      #3
      "/home/bogugk/rnaseq/software/bowtie-0.12.5/indexes/hg18"

      That is wrong

      You should point the the bowtie-base, rather than the directory.

      eg. something like

      "/home/bogugk/rnaseq/software/bowtie-0.12.5/indexes/hg18/genome"
      SpliceMap: De novo detection of splice junctions from RNA-seq
      Download SpliceMap Comment here

      Comment

      Latest Articles

      Collapse

      • 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
      • SEQadmin2
        Cancer Drug Resistance: The Lingering Barrier to Rising Survival
        by SEQadmin2



        Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

        There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
        07-08-2026, 05:17 AM
      • GATTACAT
        Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
        by GATTACAT
        Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
        07-01-2026, 11:43 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 07-13-2026, 10:26 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-09-2026, 10:04 AM
      0 responses
      34 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-08-2026, 10:08 AM
      0 responses
      21 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-07-2026, 11:05 AM
      0 responses
      34 views
      0 reactions
      Last Post SEQadmin2  
      Working...