Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HGNC dataset download fails #506

Open
mialaalv opened this issue Oct 30, 2024 · 1 comment
Open

HGNC dataset download fails #506

mialaalv opened this issue Oct 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mialaalv
Copy link

Description of the bug

Download of the HGNC dataset (hgnc_complete_set.txt) fails because it is no longer available at the location the pipeline is trying to fetch it from (https://ftp.ebi.ac.uk/pub/databases/genenames/hgnc/tsv/hgnc_complete_set.txt).

All HGNC download files including the archive files are now in a publicly accessible Google Storage Bucket. The new link can be found at https://www.genenames.org/download/statistics-and-files/

I am creating a pull request with the modified URL.

Command used and terminal output

Caused by:
Process NFCORE_RNAFUSION:BUILD_REFERENCES:HGNC_DOWNLOAD (hgnc) terminated with an error exit status (8)

Command executed:

wget https://ftp.ebi.ac.uk/pub/databases/genenames/hgnc/tsv/hgnc_complete_set.txt
date +%Y-%m-%d/%H:%M > HGNC-DB-timestamp.txt

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:BUILD_REFERENCES:HGNC_DOWNLOAD":
wget: $(echo wget -V 2>&1 | grep "GNU Wget" | cut -d" " -f3 > versions.yml)
END_VERSIONS

Command exit status:
8

Command output:
(empty)

Command error:
--2024-10-30 13:11:24-- https://ftp.ebi.ac.uk/pub/databases/genenames/hgnc/tsv/hgnc_complete_set.txt
Resolving ftp.ebi.ac.uk... 193.62.193.165
Connecting to ftp.ebi.ac.uk|193.62.193.165|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-10-30 13:11:24 ERROR 404: Not Found.

Relevant files

No response

System information

No response

@mialaalv mialaalv added the bug Something isn't working label Oct 30, 2024
mialaalv added a commit to mialaalv/rnafusion that referenced this issue Oct 30, 2024
updating HGNC download file, issue nf-core#506
@madinolfi92
Copy link

I have the same problem. I downloaded the file from this url: https://ftp.ebi.ac.uk/pub/databases/genenames/out_of_date_hgnc/tsv/hgnc_complete_set.txt
and I created a new folder named hgnc to reference_genomes folder. I've also specified this path on the config file but still have the same problem.

Marta!

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants