From d8734c39303afd8b482408a81d0a43d8f99c835b Mon Sep 17 00:00:00 2001 From: theHumanBorch Date: Tue, 16 Jan 2024 15:20:15 -0600 Subject: [PATCH] Updated bioconductor links --- README.md | 8 ++++++++ index.md | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index a9c741d1..27eed1e3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ devtools::install_github("ncborcherding/scRepertoire") devtools::install_github("ncborcherding/scRepertoire@dev") ``` +### Installing from Bioconductor +The current version of scRepertoire is also available in the development version of Bioconductor. Important to note, the version is listed as 1.99.0 on [Bioconductor](https://bioconductor.org/packages/3.19/bioc/html/scRepertoire.html) per their version guidelines. + +```R +BiocManager::install(version='devel') +BiocManager::install("scRepertoire") +``` + ### Legacy Version 1 If you are looking for version 1 of scRepertoire - there is a static version available below: diff --git a/index.md b/index.md index a037c07a..74aa0779 100644 --- a/index.md +++ b/index.md @@ -23,6 +23,13 @@ devtools::install_github("ncborcherding/scRepertoire") ``` devtools::install_github("ncborcherding/scRepertoire@dev") ``` +### Installing from Bioconductor +The current version of scRepertoire is also available in the development version of Bioconductor. Important to note, the version is listed as 1.99.0 on [Bioconductor](https://bioconductor.org/packages/3.19/bioc/html/scRepertoire.html) per their version guidelines. + +``` +BiocManager::install(version='devel') +BiocManager::install("scRepertoire") +``` #### Legacy Version 1 If you are looking for version 1 of scRepertoire - there is a static version available below: