Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    I am already in the directory where I stored all the files and then exceuted fasq-dump..is it right?

    Comment


    • #17
      Originally posted by dena.dinesh View Post
      I am already in the directory where I stored all the files and then exceuted fasq-dump..is it right?
      I know it does not make sense to provide the full path, but that seems to work in many cases. Like the example I tried from your dataset above (even though I was in the directory where the file was located).
      Last edited by GenoMax; 11-06-2014, 05:28 AM.

      Comment


      • #18
        We have also experienced these problems, and as a result always use a relative path to the file if we are in the directory already:

        Code:
        $ fastq-dump ./SRR1266967.sra

        Comment


        • #19
          I tried giving relative path. then also the same error..how can i rectify it.
          Last edited by dena.dinesh; 11-06-2014, 07:05 AM.

          Comment


          • #20
            Dear Kruger,

            Did it ran well for you? When I ran fastq-dump ./SRR1266967.sra, it failed immeditely where as for other files it ran for 3 seconds and throwed this error.
            Last edited by dena.dinesh; 11-06-2014, 07:05 AM.

            Comment


            • #21
              I just tested it, and it actually works well with or without prepending './'. I am using fastq-dump version 2.3.5 by the way.

              Comment


              • #22
                I used sra-toolkit v.2.3.2.

                Comment


                • #23
                  Hi

                  I am using fastqdump 2.1.7. I downloaded the sratoolkit.2.4.2-ubuntu64 and later installed it suing sudo agt-get command. Inside the bin folder of sratoolkit.2.4.2 I am able find following version fastq-dump version:

                  fastq-dump.2.4.2; fastq-dump; fastq-dump.2

                  But I am not able to run the fastq-dump.2.4.2. Not only this file but also all other files of version 2.4.2 were higlighted in green color and I am not able to run those highlighted in green color.

                  Please guide me.

                  Comment


                  • #24
                    This is why you don't need to re-invent sftp and gzip.

                    Just ... don't ... do it.

                    Comment


                    • #25
                      Originally posted by dena.dinesh View Post
                      Hi

                      I am using fastqdump 2.1.7. I downloaded the sratoolkit.2.4.2-ubuntu64 and later installed it suing sudo agt-get command. Inside the bin folder of sratoolkit.2.4.2 I am able find following version fastq-dump version:

                      fastq-dump.2.4.2; fastq-dump; fastq-dump.2

                      But I am not able to run the fastq-dump.2.4.2. Not only this file but also all other files of version 2.4.2 were higlighted in green color and I am not able to run those highlighted in green color.

                      Please guide me.
                      Do the following to make that fastq-dump executable in the bin folder of sratoolkit-2.4.2:

                      Code:
                      $ chmod u+x fastq-dump*
                      Hopefully this is the only version on your machine now. Just to be safe provide the full path to this new file when you try to run it and see if it works.

                      Comment


                      • #26
                        Originally posted by dena.dinesh View Post
                        When I ran fastq-dump ./SRR1266967.sra, it failed immeditely
                        For curiosity I have also tried SRR1266967.sra and I could convert to fastq successfully. But notably, download of the the SRA file (about 430 Mb) was very slow and took about 30 minutes. Maybe you have downloaded the SRA file only partially?

                        Code:
                        wget ftp://ftp-trace.ncbi.nlm.nih.gov/sra/sra-instant/reads/ByRun/sra/SRR/SRR126/SRR1266967/SRR1266967.sra
                        md5sum SRR1266967.sra
                          01c653175917848a60ad01f700793a49  SRR1266967.sra
                        fastq-dump -F SRR1266967.sra
                        grep ^@ SRR1266967.fastq | wc
                          16557954 16557954 521453404
                        As expected I got 16557954 reads.

                        Comment


                        • #27
                          I had a similar error message. The problem in my case was that the temporary download directory was full. I resolved it by changing the download directory using vdb-config -i.

                          From: http://trace.ncbi.nlm.nih.gov/Traces..._doc&f=std#s-3

                          The default location for the "download repository" is:

                          Linux: /home/[user_name]/ncbi/public
                          Mac OS X: /Users/[user_name]/ncbi/public
                          Windows: C:\Users\[user_name]\ncbi\public

                          Here's hoping for some more helpful error messages in the next release!

                          Comment

                          Latest Articles

                          Collapse

                          • seqadmin
                            Understanding Genetic Influence on Infectious Disease
                            by seqadmin




                            During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

                            Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
                            09-09-2024, 10:59 AM
                          • seqadmin
                            Addressing Off-Target Effects in CRISPR Technologies
                            by seqadmin






                            The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...
                            08-27-2024, 04:44 AM

                          ad_right_rmr

                          Collapse

                          News

                          Collapse

                          Topics Statistics Last Post
                          Started by seqadmin, Today, 06:25 AM
                          0 responses
                          13 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, Yesterday, 01:02 PM
                          0 responses
                          12 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, 09-18-2024, 06:39 AM
                          0 responses
                          14 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, 09-11-2024, 02:44 PM
                          0 responses
                          14 views
                          0 likes
                          Last Post seqadmin  
                          Working...
                          X