Kinggerm / GetOrganelleGallery

Organelle Genome Assembly Gallery
2 stars 3 forks source link

Downloading testing data #1

Open fanhuan opened 3 years ago

fanhuan commented 3 years ago

First of all thanks Jianjun for such a helpful tool. This is not an issue of your program but a minor thing about downloading your test datat.

In the part of "Test" in README,

$wget https://github.com/Kinggerm/GetOrganelleGallery/raw/master/Test/reads/Arabidopsis_simulated.1.fq.gz

did not work for me:

--2021-02-05 06:50:41-- https://github.com/Kinggerm/GetOrganelleGallery/raw/master/Test/reads/Arabidopsis_simulated.1.fq.gz Connecting to 127.0.0.1:8118... connected. Proxy request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/Kinggerm/GetOrganelleGallery/master/Test/reads/Arabidopsis_simulated.1.fq.gz [following] --2021-02-05 06:50:42-- https://raw.githubusercontent.com/Kinggerm/GetOrganelleGallery/master/Test/reads/Arabidopsis_simulated.1.fq.gz Connecting to 127.0.0.1:8118... connected. Proxy tunneling failed: Connect failedUnable to establish SSL connection.

I ended up downloading those files from the webpage using my browser. Any idea what links I should use for wget?

Thanks again, Huan

Kinggerm commented 3 years ago

Hi Huan,

Thanks for the feedback. I believe it is about your access to raw.githubusercontent.com (you can test it using ping raw.githubusercontent.com). Specifically, it could be the DNS resolution of raw.githubusercontent.com from China. If it was the case, you could add

151.101.0.133  raw.githubusercontent.com

to /etc/hosts. You may replace the ip address 151.101.0.133 with any other official alternative ip where you can access more smoothly. Let me know if it helps or not.

Best, Jianjun