Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • manvendra7
    Junior Member
    • Oct 2012
    • 7

    troubleshoot with tophat2 or problem with my fastq files

    Dear Folks,
    I am using TopHat2 to map the reads, I guess, I am fulfilling all the requirements, additionally I give
    /usr/local/bin/tophat2 -p 8 -G ~/path/to/Homo_sapiens.GRCh37.72.gtf -o
    ~/path/to/Human_mapping_iPS_s7_rep1
    --splice-mismatches 1 --max-multihits 30 --microexon-search --fusion-search
    ~/path/to/bowtie2_index/hg19
    ~/path/to/myfile.fastq

    I am submitting on grid engine cluster with qsub -l h_vmem=50G [above_script]
    this is showing error as:
    """""TopHat requires all reads be either FASTQ or FASTA. Mixing formats is not supported"""

    I am bit frustrated because my fastq files look fine to me as shown in code

    @SOLEXA-GA05_00009_SRi_AD_MS_BN_VW:7:1:2364:933#ATGAGCA
    NGGCCTTCCCACATTCTTTACACTCATAGGTTTTCTCACCAGTGTGAGTTCTCTTGTGCACAATAAGGTAAGAGCC
    +SOLEXA-GA05_00009_SRi_AD_MS_BN_VW:7:1:2364:933#ATGAGCA
    !454478347;09977778<655476;69;8588380745<75;57495945158::=677976:7674:64763-

    Please help???????
    manu
    Last edited by manvendra7; 08-19-2013, 12:10 AM. Reason: easier to understand
    Manvendra Singh
    PhD student,
    Mobile DNA, MDC, Berlin
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    Don't use an asterisk, you need to use the actual file names. Also, I kind of doubt that your annotation file is actually in the root ("/") directory. Finally, why are you giving tophat2 a fasta file as input (the "/path/to/hg19.fa" shouldn't be there)? You need to reread the tophat2 manual.
    Last edited by dpryan; 08-18-2013, 04:34 AM.

    Comment

    • manvendra7
      Junior Member
      • Oct 2012
      • 7

      #3
      dpryan reply

      Dear dpryan,
      Please accept my sincere apologies, I am so sorry,
      I was little sleepy while submitting this post, actually there is no problem with tophat, the script written in post is just to convey an impression that I had given these options in tophat2 jobscript ( I had never used asterisk, and had just given path to directory, where my bowtie2 index and ref seq files are there. my tophat2 code is:

      /usr/local/bin/tophat2 -p 8 -G ~/path/to/Homo_sapiens.GRCh37.72.gtf -o
      ~/path/to/Human_mapping_iPS_s7_rep1
      --splice-mismatches 1 --max-multihits 30 --microexon-search --fusion-search
      ~/path/to/bowtie2_index/hg19
      ~/path/to/myfile.fastq
      Last edited by manvendra7; 08-18-2013, 04:44 PM. Reason: made it easier to understand
      Manvendra Singh
      PhD student,
      Mobile DNA, MDC, Berlin

      Comment

      • dpryan
        Devon Ryan
        • Jul 2011
        • 3478

        #4
        Hmm, I don't see anything obviously wrong with that. Your best bet is to just make a minimal version of that command:
        Code:
        tophat2 -p 8 ~/path/to/bowtie2_index/hg19 ~/path/to/myfile.fastq
        to ensure that that works (once you're certain it's running properly, you can then just cancel the job). Then start building up the command, a parameter at a time, until it either fails (in which case you've found the issue) or you have the whole thing running (in which case, who knows what the problem was, go have a beer!). Once you've found the problem, kindly post that back here. I can pretty much guarantee that someone else will run into the exact same issue.

        Comment

        • manvendra7
          Junior Member
          • Oct 2012
          • 7

          #5
          Dear dpryan,
          Thanks a lot, You always help.
          My problem was my fastq file
          Manvendra Singh
          PhD student,
          Mobile DNA, MDC, Berlin

          Comment

          Latest Articles

          Collapse

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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-24-2026, 12:17 PM
          0 responses
          34 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-23-2026, 11:41 AM
          0 responses
          26 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-20-2026, 11:10 AM
          0 responses
          217 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-13-2026, 10:26 AM
          0 responses
          81 views
          0 reactions
          Last Post SEQadmin2  
          Working...