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.
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
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
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:
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.thanks a lots Dear Ram
Seems like you've been hitting
copy as HTML
rather thancopy
.The existence of
<..>
does not mean HTML.