Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanvelt authored Oct 18, 2023
1 parent 6a9d58d commit 7ccfbc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ Dev: [![Travis build status](https://travis-ci.org/AllenInstitute/scrattch.hicat

`scrattch.hicat` has several dependencies, including two from BioConductor and one from Github:
```
source("https://bioconductor.org/biocLite.R")
biocLite("limma")
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("limma")
devtools::install_github("JinmiaoChenLab/Rphenograph")
```
Expand Down

0 comments on commit 7ccfbc2

Please sign in to comment.