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

sha256sum download failed #81

Open
Dalhte opened this issue Jul 7, 2023 · 1 comment
Open

sha256sum download failed #81

Dalhte opened this issue Jul 7, 2023 · 1 comment

Comments

@Dalhte
Copy link

Dalhte commented Jul 7, 2023

Hello there

I do not succeed to download the sha256sum.txt for mm9

Download sha256sum.txt (with wget or curl):

wget https://resources.aertslab.org/cistarget/databases/sha256sum.txt

curl -O https://resources.aertslab.org/cistarget/databases/sha256sum.txt

Is not working.

Here is what I did :
$ feather_database_url='https://resources.aertslab.org/cistarget/databases/old/mus_musculus/mm9/refseq_r70/mc9nr/region_based/mm9-regions-9species.all_regions.mc9nr.feather'

$ feather_database="${feather_database_url##*/}"

$ wget "${feather_database_url}"
to download the .feather file, and that seems to work (I got a 134,2 Go file)

then :
$ wget https://resources.aertslab.org/cistarget/databases/sha256sum.txt

and got :
Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
ERROR: could not open HSTS store at '/home/david/.wget-hsts'. HSTS will be disabled.
--2023-07-07 16:16:47-- https://resources.aertslab.org/cistarget/databases/sha256sum.txt
Résolution de resources.aertslab.org (resources.aertslab.org)… 134.58.50.9
Connexion à resources.aertslab.org (resources.aertslab.org)|134.58.50.9|:443… connecté.
requête HTTP transmise, en attente de la réponse… 404 Not Found
2023-07-07 16:16:47 erreur 404 : Not Found.

Can you help me ?

Best

David

@ghuls
Copy link
Member

ghuls commented Feb 7, 2024

Each file has its ow sha1sum file now:

wget https://resources.aertslab.org/cistarget/databases/old/mus_musculus/mm9/refseq_r70/mc9nr/region_based/mm9-regions-9species.all_regions.mc9nr.feather.sha1sum.txt

sha1sum -c mm9-regions-9species.all_regions.mc9nr.feather.sha1sum.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants