erros in dowloading SRA data
1
0
Entering edit mode
3.8 years ago
annaA ▴ 10

Hello,

I am downloading a data set from SRA with the following code ;

# filename= 'SRR_Acc_List_snRNA.txt' 
   while read line;do 
   echo "Line No. $n : $line"

    fastq-dump --split-files --gzip $line  -O /data/scratch/anna9230/Khrameeva_data /snRNA_data/


    done < SRR_Acc_List_snRNA.txt

after the first file which is downloaded successfully I am receiving the following error

timeout exhausted while reading file within network system module - mbedtls_ssl_read returned -76 ( NET - Reading information from the socket failed )

Any help will be appreciated , A

SRA • 903 views
ADD COMMENT
0
Entering edit mode
3.8 years ago
ATpoint 82k

I would not download data via fastq-dump, too unstable.

Either download fastq directly via sra-explorer.info or as described here Fast download of FASTQ files from the European Nucleotide Archive (ENA) or use prefetch to get the SRA files and then fastq-dump for the conversion locally.

ADD COMMENT
0
Entering edit mode

Thanks for the recommendation I will check it right away!

ADD REPLY

Login before adding your answer.

Traffic: 1945 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