bokulich-lab / q2-fondue

Functions for reproducibly Obtaining and Normalizing Data re-Used from Elsewhere
BSD 3-Clause "New" or "Revised" License
20 stars 6 forks source link

FIX: incorrect `install-sra-tools.sh` link for environment setup #103

Closed lina-kim closed 2 years ago

lina-kim commented 2 years ago

Sorry, should've caught this in PR #97. The provided URL for sratools local installation is broken.

curl -sLH 'Accept: application/vnd.github.v3.raw' https://api.github.com/repos/bokulich-lab/q2-fondue/install-sra-tools.sh > install-sra-tools.sh

generates the plain text file:

{
  "message": "Not Found",
  "documentation_url": "https://docs.github.com/rest"
}