pogorely / ALICE

Detecting TCR involved in immune responses from single RepSeq datasets
GNU General Public License v3.0
25 stars 13 forks source link

Unable to install #17

Open lycuser opened 1 year ago

lycuser commented 1 year ago

Hi there! I am trying to download this repository into R studio using install_github("pogorely/ALICE"), and it is not working. I get the following error: Error: Failed to install 'unknown package' from GitHub: HTTP error 404. Not Found

Did you spell the repo owner (pogorely) and repo name (ALICE) correctly?

pogorely commented 1 year ago

Hi, It is not a package, so it will not install this way. I suggest you just download the repository (or git clone) and do source("ALICE.R") after installing the dependencies. Thanks!