How could I download a batch consists of 50 bam files, using CURL or wget.
I tried the following solution,
https://biostar.usegalaxy.org/p/26527/
but still is not working :(
wget -O --no-check-certificate 'https://usegalaxy.org/api/dataset_collections/d103ecff2e1c7b62/download'
--2018-04-04 01:59:36-- https://usegalaxy.org/api/dataset_collections/d103ecff2e1c7b62/download
Resolving usegalaxy.org usegalaxy.org)... 129.114.60.56, 129.114.60.60
Connecting to usegalaxy.org usegalaxy.org)|129.114.60.56|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2018-04-04 01:59:37 ERROR 403: Forbidden.
I tried doing all the listed options in the following link for big data
https://galaxyproject.org/support/download-data/#download-tip-big-data
but still it is giving me the same error.