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

Issue unzipping downloaded files #67

Open
pauldhami opened this issue Jan 24, 2021 · 3 comments
Open

Issue unzipping downloaded files #67

pauldhami opened this issue Jan 24, 2021 · 3 comments

Comments

@pauldhami
Copy link

Greetings,

I am following the instructions here: https://ohba-analysis.github.io/osl-docs/pages/overview/download.html

As stated there, I used terminal to enter the following commands:

curl -O "https://users.fmrib.ox.ac.uk/~jhadida/osl/osl.tar.gz"
curl -O "https://users.fmrib.ox.ac.uk/~jhadida/osl/release_supplements.tar.gz"

tar xzf osl.tar.gz
tar xzf release_supplements.tar.gz --strip-components=1 --directory=osl

However, I get the terminal output of 'tar: Unrecognized archive format'. I googled this problem and some have suggested adding the 'OL' flag for curl, but this did not solve my problem.

I cannot tell if it is something wrong on my end, or something wrong with what I am trying to download.

Any help with trying to unzip these files appropriately would be greatly appreciated.

Paul

@woolrich
Copy link
Collaborator

woolrich commented Jan 25, 2021 via email

@RCTimms
Copy link
Collaborator

RCTimms commented Feb 22, 2021

Hi,

Richard and I just hit up against a similar issue. When we run
curl -O "https://users.fmrib.ox.ac.uk/~jhadida/osl/release_supplements.tar.gz"

a file does download, but it is only 4kb. The data seem to have been moved:

Not Found
The requested URL /~jhadida/osl/release_supplements.tar.gz was not found on this server.

Happy to look into fixing this if someone can tell me how to store these data on my user site.

@woolrich
Copy link
Collaborator

woolrich commented Feb 23, 2021 via email

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

3 participants