ga4gh / ga4gh-server

Reference implementation of the APIs defined in ga4gh-schemas. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
96 stars 93 forks source link

Update demo directions for OS X #1464

Open achave11-ucsc opened 7 years ago

achave11-ucsc commented 7 years ago

In http://ga4gh-reference-implementation.readthedocs.io/en/latest/demo.html#demo is it assumed that the user already has wget installed in order to run (ga4gh-env) $ wget https://github.com/ga4gh/server/releases/download/data/ga4gh-example-data_4.5.tar ??

achave11-ucsc commented 7 years ago

For set up, also and if installing wget ensure latest version of X-code is running for MAC users. There is some incompatibility issues with OS-El Capitan and latter.

david4096 commented 7 years ago

I don't think we need to use wget here, curl will be on both linux and mac systems and should work for this. We can replace with curl -O. Or at least provide alternate instructions for the demo to work on OS X.