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

Downloads from HMPDACC not working #49

Closed
mbhall88 opened this issue Feb 19, 2019 · 6 comments
Closed

Downloads from HMPDACC not working #49

mbhall88 opened this issue Feb 19, 2019 · 6 comments

Comments

@mbhall88
Copy link
Member

The FTP URLs here

'Saliva.tar.bz2' => 'ftp://public-ftp.hmpdacc.org/HMBSA/Saliva.tar.bz2',
'Throat.tar.bz2' => 'ftp://public-ftp.hmpdacc.org/HMBSA/Throat.tar.bz2',
'Tongue_dorsum.tar.bz2' => 'ftp://public-ftp.hmpdacc.org/HMBSA/Tongue_dorsum.tar.bz2',
'Buccal_mucosa.tar.bz2' => 'ftp://public-ftp.hmpdacc.org/HMBSA/Buccal_mucosa.tar.bz2',
'Palatine_Tonsils.tar.bz2' => 'ftp://public-ftp.hmpdacc.org/HMBSA/Palatine_Tonsils.tar.bz2',
are not working. When trying to run wget or curl on them it says The server refuses login.

I have sent a feedback request form to them to mention this.

Some alternatives could be they have this data transfer tool https://github.com/IGS/portal_client

@mbhall88
Copy link
Member Author

I have tested some of these URLs and this issue seems to be resolved now.

@pr0xxy
Copy link

pr0xxy commented Aug 13, 2019

If those URLs ever worked they not working now... It is causing my build to fail.

@iqbal-lab iqbal-lab reopened this Aug 13, 2019
@iqbal-lab
Copy link
Contributor

Any Idea @mbhall88?

@martinghunt
Copy link
Member

Sorry, not sure what to say because I can't reproduce it. @pr0xxy can you confirm if this fails for you?

$ wget ftp://public-ftp.hmpdacc.org/HMBSA/Tongue_dorsum.tar.bz2
--2019-08-13 18:26:43--  ftp://public-ftp.hmpdacc.org/HMBSA/Tongue_dorsum.tar.bz2
           => ‘Tongue_dorsum.tar.bz2’
Resolving public-ftp.hmpdacc.org (public-ftp.hmpdacc.org)... 134.192.125.24
Connecting to public-ftp.hmpdacc.org (public-ftp.hmpdacc.org)|134.192.125.24|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /HMBSA ... done.
==> SIZE Tongue_dorsum.tar.bz2 ... 99564303
==> PASV ... done.    ==> RETR Tongue_dorsum.tar.bz2 ... done.
Length: 99564303 (95M) (unauthoritative)

Tongue_dorsum.tar.bz2                     100%[=====================================================================================>]  94.95M  1008KB/s    in 80s

2019-08-13 18:28:04 (1.19 MB/s) - ‘Tongue_dorsum.tar.bz2’ saved [99564303]

@mbhall88
Copy link
Member Author

Any Idea @mbhall88?

As per #49 (comment) I am able to download the provided example.

@pr0xxy are you able to provide an example of the error log so we can see whether it is a specific one of the URLs that is failing.

@martinghunt
Copy link
Member

The URLs are all updated in release 0.7.8, so should work now
https://github.com/iqbal-lab-org/clockwork/releases/tag/v0.7.8
Note that the download of these genomes is now separated from the singularity build.

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

4 participants