biostars / biostar-handbook

Issue tracker for the Biostar Handbook
57 stars 12 forks source link

wget not working #120

Closed Biostarhill closed 4 years ago

Biostarhill commented 4 years ago

Hi All, I just started the biostar handbook On the 'Data analysis with Unix' section and the sub section of 'How do I obtain a data file that is online?' , i try to download the SGD file, and get the following.

$ wget http://data.biostarhandbook.com/data/SGD_features.tab -bash: wget: command not found

When I use the curl command the whole page shows up in my terminal, but I don't know what to fo after that. Thank you

ialbert commented 4 years ago

do a

 conda install wget

not sure why they stopped including that by default, it used to be included,

will update the installation to make this explicit

ialbert commented 4 years ago

the installation script has been updated to include wget thanks for reporting.

Dina3 commented 4 years ago

I get this issue though:

dyld: lazy symbol binding failed: Symbol not found: _libiconv_open Referenced from: /Users/dina/miniconda3/bin/wget Expected in: /usr/lib/libiconv.2.dylib

dyld: Symbol not found: _libiconv_open Referenced from: /Users/dina/miniconda3/bin/wget Expected in: /usr/lib/libiconv.2.dylib

Abort trap: 6

Any help, please

ialbert commented 4 years ago

you should install this into the bioinfo environment

alternatively you can always use curl instead of wget with:

curl -O http://www.data.org/somefilename.txt

Dina3 commented 4 years ago

Thank you :) Do you mind to explain why the first text files need to be install into the bioinfo environment, please. As I understand, bioinfo environment was in conda - am I right?

Still many thanks

ialbert commented 4 years ago

I will agree with you that it should work, but as you can see yourself it does not.

Conda is having a lot of problems as a platform and things that should work do not, so we got to do our best to patch it along.