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: correct the sra install script link #105

Closed misialq closed 2 years ago

misialq commented 2 years ago

Closes #103.

lina-kim commented 2 years ago

I still get an error here, only instead of "documentation_url": "https://docs.github.com/rest", this time it's "documentation_url": "https://docs.github.com/rest/reference/repos#get-repository-content". But the command appears to line up with instructions on that page.

lina-kim commented 2 years ago

I still get an error here, only instead of "documentation_url": "https://docs.github.com/rest", this time it's "documentation_url": "https://docs.github.com/rest/reference/repos#get-repository-content". But the command appears to line up with instructions on that page.

Oh no. Is this actually because the repository is still private? I don't know if the REST API shares the same global Git configuration I set up for the CLI.

misialq commented 2 years ago

That's because our repo is private. You can add the authorization header: -H "Authorization: token <your gh token>" and it should work. Won't be an issue when the repo is public.