Dear Bioinformaticians,
I was trying to download some data from SRS using Aspera.
I was able to download this example SRR304976 mentioned at http://www.ncbi.nlm.nih.gov/books/NBK158899/ sample
ascp -T -l640M -i ~/.aspera/connect/etc/asperaweb_id_dsa.openssh anonftp@ftp.ncbi.nlm.nih.gov:/sra/sra-instant/reads/ByRun/sra/SRR/SRR304/SRR304976/SRR304976.sra .
But when I am trying to download sample SRR2125414 http://www.ncbi.nlm.nih.gov/Traces/study/?acc=SRP060765%2CSRP061943%2CSRP061463&go=go using below command
ascp -T -l640M -i ~/.aspera/connect/etc/asperaweb_id_dsa.openssh anonftp@ftp.ncbi.nlm.nih.gov:/sra/sra-instant/reads/ByRun/sra/SRR/SRR212/SRR2125414/SRR2125414.sra .
Then I am getting below error.
Session Stop (Error: Server aborted session: No such file or directory)
If someone else has seen same problem and than what was workaround? Please guide me on this problems.
Thanks
If you look here, there is no .sra file in that directory. In fact there are no files in that directory at all.
So what will be folder structure than ? as per example given at that page, I have given correct structure.
Thanks
Is this a controlled access sample? Corresponding page at ENA also has no sequence files either.
I can able to download same data using fastq-dump SRR2125414 and can access using fastq-sam SRR2125414 as well.