Replies: 6 comments 8 replies
-
Hi, the above solution does not work for me. I am still getting the following error . Please help: |
Beta Was this translation helpful? Give feedback.
-
make sure to redo the MacOS install again especially when it comes to updating Xcode. When new MacOS is released things mayneed to be redone. Then, if a manual installation fails to run, it simply means the program was not placed in the correct folder. |
Beta Was this translation helpful? Give feedback.
-
I found the following recommentation |
Beta Was this translation helpful? Give feedback.
-
As an alternative you can download the files separately via FTP
it will print
then you can download by the URL:
It is sad, maddening and tragicomical that NCBI is unable to get its act together to allow us to download data. |
Beta Was this translation helpful? Give feedback.
-
I am having the same problem that was posted back on June 20. I need a bit more detail on how to fix this error. Where are downloaded files supposed to be stored so that there is no error? How is the newest version of the NCBI SRA toolkit supposed to be used? While I am very excited to review/enhance my bioinformatics skills- getting stuck on the initial steps of installing the correct software is somewhat demoralizing. |
Beta Was this translation helpful? Give feedback.
-
Thank you once again. I really appreciate your help. I've downloaded the
latest version of sratools. I suspect at this point I just have the wrong
version in the directory that I am trying to access. I just don't have the
skills necessary to put the correct file in the right place. For example in
my home directory here is my printout:
$ ls /Users/chrisgraham
ASRemlRegister.txt Dropbox bin
Applications Library faculty meet today.docx
Books Movies miniconda-installer.sh
CLC_Data Music miniconda3
CLC_References Pictures sratoolkit.3.0.0-mac64
DL Peas 2015.spv Public sratoolkit.tar.gz
Desktop SRR2926782.fastq.gz work
Documents Sites
Downloads asreml.lic
But when I type: which fastq-dump
/Users/chrisgraham/miniconda3/envs/bioinfo/bin/fastq-dump
(bioinfo)
And this version looks like it might be 2.11.0 based on the following call:
fastq-dump --stdout SRR390728 | head -n 8
2022-06-20T22:36:21 fastq-dump.2.11.0 sys: mbedtls_ssl_get_verify_result
returned 0x8 ( !! The certificate is not correctly signed by the trusted CA
)
Failed to call external services.
(bioinfo)
…On Mon, Jun 20, 2022 at 3:40 PM Istvan Albert ***@***.***> wrote:
As an alternative you can download the files separately via FTP
bio search SRR2926782
it will print
[
{
"run_accession": "SRR2926782",
"sample_accession": "SAMN04236697",
"first_public": "2016-05-27",
"country": "",
"sample_alias": "GSM1925712",
"fastq_bytes": "498649773",
"read_count": "5344109",
"library_name": "",
"library_strategy": "OTHER",
"library_source": "GENOMIC",
"library_layout": "SINGLE",
"instrument_platform": "ILLUMINA",
"instrument_model": "Illumina HiSeq 2500",
"study_title": "A Comprehensive Atlas of Arabidopsis Regulatory DNA [DAP-seq]",
"fastq_ftp": "ftp.sra.ebi.ac.uk/vol1/fastq/SRR292/002/SRR2926782/SRR2926782.fastq.gz"
}
]
then you can download by the URL:
wget ftp.sra.ebi.ac.uk/vol1/fastq/SRR292/002/SRR2926782/SRR2926782.fastq.gz
It is both sad and maddening that NCBI is unable to get its act together
to allow us to download data.
—
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARVCPG27LW6NDXL3EP3H37DVQDQLZANCNFSM5RLWQE4Q>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
--
-Chris
|
Beta Was this translation helpful? Give feedback.
-
Edited on Aug 2nd, 2022:
There is now an installer that downloads and installs the native client distributed by NCBI. I have written a bash shell installer for it. Run:
After running the above, close and reopen the terminal, then test the results with:
I believe the above to be a solution to the problems people have been experiencing.
---- original message follows ---
When running the check you might see the following:
This appears to be an error with how fastq-dump works with conda.
Basically NCBI is not willing to maintain this software as part of bioconda and volunteers do, but then NCBI keeps altering the software.
A temporary solution is:
Download latest ubuntu version of sratoolkit from ncbi @
http://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/current/sratoolkit.current-ubuntu64.tar.gz
Unpacked and put in
home/myusername/bin
folder created for doctor.py and added the sra's bin to the path in.bashrc
I will attempt to fix this error in the near future.
Beta Was this translation helpful? Give feedback.
All reactions