Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • harlock0083
    Member
    • Jul 2011
    • 15

    fastq-dump on SRA files

    Hello, I have a question about .sra files.
    I've downloaded the .sra files from this dataset.

    SRR039628.sra
    SRR039629.sra
    SRR039630.sra
    SRR039631.sra
    SRR039632.sra
    SRR039633.sra

    However, after running

    ./fastq-dump -A SRR039628 SRR039628.sra

    I only get 1 file: SRR039628.fastq. I thought on paired end reads I would get 3 files SRR039628_1.fastq and SRR039628_2.fastq along with SRR039628.fastq. Am I doing something wrong?
  • srasdk
    Member
    • Jun 2011
    • 19

    #2
    All of the mentioned runs are fragments - single read

    Comment

    • ndeshpan
      Member
      • Nov 2009
      • 29

      #3
      hi,

      I have downloaded a file from SRA and used fastq-dump..

      However when I check my output .fastq file I see this



      head -10 SRR036210.fastq
      @SRR036210.1 VAB_S0040_20080711_Legend_quad_2_NK_Act_462_9_144 length=25
      T2030201230313112312001111
      +SRR036210.1 VAB_S0040_20080711_Legend_quad_2_NK_Act_462_9_144 length=25
      !"""""""""""""""""""""""""
      @SRR036210.2 VAB_S0040_20080711_Legend_quad_2_NK_Act_462_9_198 length=25
      T2030201230313112312001111
      +SRR036210.2 VAB_S0040_20080711_Legend_quad_2_NK_Act_462_9_198 length=25
      !"""""""""""""""""""""""""
      @SRR036210.3 VAB_S0040_20080711_Legend_quad_2_NK_Act_462_9_1360 length=25
      T2030201230313112312001111


      Any suggestions?

      cheers,

      Nandan

      Comment

      • simonandrews
        Simon Andrews
        • May 2009
        • 870

        #4
        That's a colorspace fastq file. From the bit you posted it looks OK, but you'll need to use colorspace aware tools to do anything with it.

        Comment

        • srasdk
          Member
          • Jun 2011
          • 19

          #5
          fastq-dump defaults to colorspace for SOLiD technology.
          You can use '-B' option to force translation into basespace if you wish - the only downside - all bases after miscalled color '.' will become 'N'

          Comment

          • harlock0083
            Member
            • Jul 2011
            • 15

            #6
            Originally posted by srasdk View Post
            All of the mentioned runs are fragments - single read
            Thank you for the reply.

            Comment

            • ndeshpan
              Member
              • Nov 2009
              • 29

              #7
              Thanks everyone

              Comment

              • afkoeppel
                Member
                • Jul 2011
                • 19

                #8
                I'm having the same basic problem as the original poster in this thread.
                I downloaded the file: SRR063783.sra, and ran fastq-dump on it.

                It's supposed to be paired-end data, but I'm only getting a single file: SRR063783.fastq

                In this file it looks as though each pair of forward and reverse reads has been combined into a single sequence. Is there a way to split them up again?

                Comment

                • Benjamin Vincent
                  Junior Member
                  • Jul 2011
                  • 2

                  #9
                  Try fastq-dump -SL

                  Comment

                  • afkoeppel
                    Member
                    • Jul 2011
                    • 19

                    #10
                    Originally posted by Benjamin Vincent View Post
                    Try fastq-dump -SL
                    This did the trick. Thank you very much.

                    Comment

                    • hithesh
                      Junior Member
                      • Nov 2015
                      • 1

                      #11
                      To Convert SRA to Fastq

                      use this command

                      open SRA toolkit kit path

                      open bin folder

                      fastq-dump.exe pathfile\filename outputfilename

                      Comment

                      • Tlexander
                        Member
                        • Aug 2010
                        • 14

                        #12
                        fastq-dump --split-files --gzip ./SRR1232309.sra

                        Comment

                        • yasbo
                          Junior Member
                          • Sep 2018
                          • 1

                          #13
                          Hi,
                          Been using fasterq-dump.2 to download and save fastq files.
                          How can I download the fastq files using fasterq-dump and still keep original read names with details about each read as seen on ncbi website?

                          site: https://www.ncbi.nlm.nih.gov/sra

                          Comment

                          • fraurelie
                            Junior Member
                            • Oct 2018
                            • 1

                            #14
                            Converting SRA files into Fastq

                            Hi I am new to bioinformatics I did some courses online and loved it which doesn't mean I find it easy! On the contrary and I really admire you guys who can get around it!

                            First step, I want to get SRR7962225 as fastq format.

                            I downloaded the data sra_data.fastq.gz and the SRA toolkit but it refuses to convert it using fastq-dump however I get something like

                            2·43222Õ3Ô3T0TÈIÍK/ɰ540ä ÿÿ,ŒÁ......etc

                            using Notepad.

                            Any suggestions?

                            Comment

                            • ddb
                              Member
                              • Feb 2012
                              • 13

                              #15
                              Some more details about the commands you have run would be helpful. If the file has a .gz extension then it needs to be unzipped first. I may be wrong but it sounds like you are on a windows os so try 7zip to decompress. Depending on your objective you might be limited on the analyses you can perform on windows os.

                              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
                                ...
                                Yesterday, 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, Yesterday, 11:10 AM
                              0 responses
                              8 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-13-2026, 10:26 AM
                              0 responses
                              30 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-09-2026, 10:04 AM
                              0 responses
                              39 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-08-2026, 10:08 AM
                              0 responses
                              25 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...