prefetch in linux
1
0
Entering edit mode
2.9 years ago
reza • 0

this is my screenshot

RNA coding data non SRR • 2.8k views
ADD COMMENT
0
Entering edit mode

Command line options need spaces at the right places. Reading command line documentation can be challenging for beginners, but it's pretty easy to start learning.

The command you're looking for is:

prefetch --force https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos3/sra-pdb-run-20/SRR10727148/SRR10727148.1

I typed the above URL by eyeballing your screenshot, so it might not be accurate.

When reading docuentation, remember that [..] usually means optional arguments and <...> refers to required parameters.

ADD REPLY
0
Entering edit mode

thanks a lots Dear Ram

ADD REPLY
0
Entering edit mode

Seems like you've been hitting copy as HTML rather than copy.

ADD REPLY
0
Entering edit mode

The existence of <..> does not mean HTML.

ADD REPLY
2
Entering edit mode
2.9 years ago
ATpoint 82k

It is:

prefetch -O ~/downloads SRR10727148

nothing more. Use -O to specify the output directory. Don't provide http or ftp paths, especially not in > and without any whitespaces, the download links are automatically resolved internally, you only have to give the accession number. Better would be to just use sra-explorer.info to get fastq download links directly to load via curl or wget though.

ADD COMMENT
0
Entering edit mode

thank u Dear ATpoint

ADD REPLY
0
Entering edit mode

but i didn't get any result

ADD REPLY
0
Entering edit mode

I can't help with error messages like that as I cannot see your screen. Did you run precisely the above command, if so any status logs, did the command finish? Please do not use the answer field, use ADD REPLY to keep things organized.

ADD REPLY
0
Entering edit mode

thank u.i sent screen shot

ADD REPLY
0
Entering edit mode

I do not see any.

ADD REPLY
0
Entering edit mode

Excuse me

ADD REPLY
0
Entering edit mode

Yeah, the typical cryptic gibberish that this more than unreliable tool produces. Just go to sra-explorer.info, enter the accession and get a download link for the fastq file, done in no time ;-)

Will return something like (I added the wget):

wget ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR107/048/SRR10727148/SRR10727148_1.fastq.gz
wget ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR107/048/SRR10727148/SRR10727148_2.fastq.gz
ADD REPLY

Login before adding your answer.

Traffic: 1532 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6