downloading fastq files from galaxy
1
0
Entering edit mode
2.8 years ago
Bogdan ★ 1.4k

Dear all,

would you please advise me : i am aiming to download many files from Galaxy as a friend shared a few links such as :

https://usegalaxy.eu/datasets/11ac94870d0bb33ae4b36f2e3839f8ec/display?to_ext=fastq.gz

Shall i use curl :

*curl -o outfile https:/usegalaxy.eu/datasets/11ac94870d0bb33ae4b36f2e3839f8ec/display?to_ext=fastq.gz

% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: https; Unknown error*

or wget :

*wget -O outfile https:/usegalaxy.eu/datasets/11ac94870d0bb33ae4b36f2e3839f8ec/display?to_ext=fastq.gz

--2021-06-30 13:03:42-- ftp://https//usegalaxy.eu/datasets/11ac94870d0bb33ae4b36f2e3839f8ec/display?to_ext=fastq.gz => ‘.listing’ Resolving https (https)... failed: Name or service not known. wget: unable to resolve host address ‘https’*

thanks a lot !

galaxy • 769 views
ADD COMMENT
0
Entering edit mode
2.8 years ago

Try

curl -o outfile https://usegalaxy.eu/datasets/11ac94870d0bb33ae4b36f2e3839f8ec/display?to_ext=fastq.gz

with two slashes after the https:

Doesn't look much like a FASTQ to me.

ADD COMMENT

Login before adding your answer.

Traffic: 1792 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6