Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Helical
    Junior Member
    • Mar 2013
    • 9

    Processing SOLiD data from SRA using Tophat

    Hello all,

    I'm attempting to run Tophat on SOLiD data from an SRA file and running into problems with the fastq file formatting.

    After running fastq-dump on the SRA file, I get the following format:

    @SRR1119927.1 solid309_20110721_FRAG_BC_yadegari_1_55_1170 length=50
    T000002201013000130000000.01...20...2....2.....2...
    +SRR1119927.1 solid309_20110721_FRAG_BC_yadegari_1_55_1170 length=50
    !+,0,,/'*&/)&&)2%&+2.0%37!7%!!!1%!!!%!!!!5!!!!!5!!!
    Executing Tophat like this:

    tophat -C -o output --bowtie1 ColorIndex SRR.fastq

    Results in the following error:

    Error running bowtie:
    Too few quality values for read: 2899T33
    are you sure this is a FASTQ-int file?
    I researched this error and found that the problem may be I need to use the --quals option and provide a separate quality file. So, I split the fastq file into two separate files:

    @SRR1119927.1 solid309_20110721_FRAG_BC_yadegari_1_55_1170 length=50
    T000002201013000130000000.01...20...2....2.....2...
    +SRR1119927.1 solid309_20110721_FRAG_BC_yadegari_1_55_1170 length=50
    !+,0,,/'*&/)&&)2%&+2.0%37!7%!!!1%!!!%!!!!5!!!!!5!!!
    And ran:

    tophat -C --quals -o output --bowtie1 ColorIndex SRR.fastq SRR_qual.fastq

    That generates the following error:

    Error encountered parsing file SRR.fastq:
    Premature end of file (missing quality values for SRR1119927.1 solid309_20110721_FRAG_BC_yadegari_1_55_1170 length=50)
    I can't find any information on how to properly format the base and quality files when they are separated so that Tophat can read them. Is this my problem? Or something else?

    <EDIT>

    I properly formatted the two split files into proper FASTA:

    >SRR1119927.1 solid309_20110721_FRAG_BC_yadegari_1_55_1170 length=50
    T000002201013000130000000.01...20...2....2.....2...
    >SRR1119927.1 solid309_20110721_FRAG_BC_yadegari_1_55_1170 length=50
    !+,0,,/'*&/)&&)2%&+2.0%37!7%!!!1%!!!%!!!!5!!!!!5!!!
    But now get the following error:

    Error running 'prep_reads'
    Error: beginning of quality values record not found! (!'/,<&.&&*'%1*%.2(%&20%'&!')!!!%&!!!1!!!!1!!!!!%!!!)
    Last edited by Helical; 06-19-2014, 06:43 AM.
  • mastal
    Senior Member
    • Mar 2009
    • 666

    #2
    TopHat is probably expecting the data to be in 2 files, .csfasta and .qual.

    I think there should be a command 'abi-dump', instead of fastq-dump,

    that will produce the file formats that you need.

    Comment

    • mbblack
      Senior Member
      • Aug 2009
      • 245

      #3
      Did you use fastq-dump, or abi-dump to generate your original files? If the SRA submission was actually in color space reads, then you should use "abi-dump" NOT fastq-dump with the SRA toolkit. The abi-dump command will actually give you matched csfasta/csqual files.
      Michael Black, Ph.D.
      ScitoVation LLC. RTP, N.C.

      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
      20 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-09-2026, 10:04 AM
      0 responses
      30 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-08-2026, 10:08 AM
      0 responses
      18 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...