Dear all,
I am trying to download a few RNAseq data from NCBI using SRA toolkit with the following command:
fastq-dump --gzip SRR924395
and I'm getting the following error:
fastq-dump.2.6.3 err: function unsupported while opening file within network system module - log failure: RC(rcText,rcString,rcConverting,rcBuffer,rcInsufficient) in 'error with http open '$(U)''
2016-08-03T07:08:15 fastq-dump.2.6.3 err: item not found while constructing within virtual database module - the path 'SRR924395' cannot be opened as database or table
I have already used the SRA toolkit and the very same command to download this very same RNAseq data, but I was elsewhere (in an University, now I am using the wired connection from a company), so I am afraid I cannot download the data because of the settings of my new internet connection? In that case, does anyone know the correct internet settings?
What is the weirdest is the fact that I can download one specific RNAseq data (SRR924399) with the following command:
fastq-dump --gzip SRR924399
but for all the other data that I tried, I got the above mentioned error. I am running Linux 14.04, 64-bit. I am using SRA toolkit version 2.6.3
Thanks in advance.
I actually installed the older version (2.6.3) directly from the NCBI website. I un-installed that version and installed the newest one (2.7.0) yet I am getting the same error message.