Open awitney opened 3 years ago
I am also experiencing the same issue. I am trying to run the command both locally and in HPC but I am getting the same error.
I have the same problem wondering what is the reason ?
Hi! Could you please provide examples of the command that's failing?
This one is filing with the latest version
python enaBrowserTools-1.1.0/python3/enaDataGet.py ERR221663
although the error is now
urllib.error.URLError: <urlopen error [SSL: NO_CIPHERS_AVAILABLE] no ciphers available (_ssl.c:997)>
Hi @awitney , It seems like above error occurred due to handshake failure for SSL for python installed on client machine. Please run the "Install Certificates.command" as suggested under readme and try again.
Also, please verify if below URL are accessible on the client machine -
ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR221/ERR221663/ERR221663_1.fastq.gz
Thanks
Hi, just coming back to this as enaDataGet still not working for me. Isn't "Install Certificates.command" a command on a Mac installation? I am running centos. Yes i can access that file from the machine. Thanks
I have the same problem wondering what is the reason ?
enaDataGet -f fastq SRX15831808
Command exit status: 1
Command output: Checking availability of https://www.ebi.ac.uk/ena/browser/api/xml/SRX15831808
Command error:
Traceback (most recent call last):
File "/NetScratch/PLPOP/cpaysan/SRA_chlamydomonas_2024/bin/enaDataGet.py", line 116, in
I'm also having the same issue with every accession that I try (the ones from the documentation themselves are failing as well).
Running enaBroserTool
on an HPC cluster installed with easybuild, the error happens on both available versions of the tool (1.5.4 and 1.6).
I used this tool instead : fastq-dl (https://github.com/rpetit3/fastq-dl)
Christine Paysant - Le Roux Equipe Genomic Networks (Gnet) Paris-Saclay Institute of Plant Sciences (IPS2) UMR 1403 INRA-CNRS-UPSud-UP7-UEVE bâtiment 630 Plateau du moulon rue Noetzlin CS 80004 91192 GIF SUR YVETTE Cedex
http://www.ips2.u-psud.fr bureau 1.82 (33) 1 69 15 75 89
De : Cristina Tuñí i Domínguez @.***> Envoyé : lundi 3 juin 2024 11:53:38 À : enasequence/enaBrowserTools Cc : Christine Paysant-Le-Roux; Comment Objet : Re: [enasequence/enaBrowserTools] enaDataGet download giving HTTP Error 400 error (Issue #66)
I'm also having the same issue with every accession that I try (the ones from the documentation themselves are failing as well). Running enaBroserTool on an HPC cluster installed with easybuild, the error happens on both available versions of the tool (1.5.4 and 1.6).
— Reply to this email directly, view it on GitHubhttps://github.com/enasequence/enaBrowserTools/issues/66#issuecomment-2144648026, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A5WKI624HY6FWJYBAJSSSCLZFQVJFAVCNFSM5I246IWKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUGQ3DIOBQGI3A. You are receiving this because you commented.Message ID: @.***>
I did not know about this other tool, it looks promising! For anyone interested, I ended up using this other tool: https://github.com/enasequence/ena-ftp-downloader
enaDataGet is giving an error, is there a known issue?