zhou-lab / biscuit

BISulfite-seq CUI Toolkit
Other
63 stars 24 forks source link

Precompiled download error #31

Closed Irfanwustl closed 5 years ago

Irfanwustl commented 5 years ago

Is there any problem with the following command? curl -O $(curl -s https://api.github.com/repos/zwdzwd/biscuit/releases/latest | grep browser_download_url | grep x86_64 | cut -d '"' -f 4)

My Linux machine is saying :

curl: no URL specified!

zwdzwd commented 5 years ago

Sorry, should be linux_amd64. changed

curl -OL $(curl -s https://api.github.com/repos/zwdzwd/biscuit/releases/latest | grep browser_download_url | grep linux_amd64 | cut -d '"' -f 4)