I want to download the SRA using SRA toolkit, so I installed it using this guidance: https://github.com/ncbi/sra-tools/wiki/Building-and-Installing-from-Source
and then configured it using this guidance: https://github.com/ncbi/sra-tools/wiki/05.-Toolkit-Configuration
but when I used below command to download SRA:
prefetch Accession_number_of_SRA
I got the below message:
configuration not loaded: no vdb-config found
This sra toolkit installation has not been configured.
Before continuing, please run: vdb-config --interactive
For more information, see https://www.ncbi.nlm.nih.gov/sra/docs/sra-cloud/
Now I need your help to solve this problem.
So did you run
vdb-config --interactive
?Yes, this command is vdb-config -i (command for opening configuration window) actually. after configuration, this message will be repeated again and again
If you cannot get it to work, then obtain the SRA 'BioProject' ID, and search for this at the ENA (European Nucleotide Archive), where the FASTQ files are typically available for direct download.
Hi ! I had the same issue. NCBI support told me that the problem is linked to the permissions. SRA toolkit need to have he permission to write and edit files in your environment. First set the permissions, then run vdb-config -I and then set it up and it is gonna work.
Did you do that, if so what did you do and what are the exact errors?
HIi, May you please let me know what are those permissions how can I set them? I am facing the same issue.
Looking forward to hearing from you.
Thank you!