Skip to content

Commit

Permalink
Updated bioconductor links
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding committed Jan 16, 2024
1 parent 823ca0a commit d8734c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
7 changes: 7 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8734c3

Please sign in to comment.