Skip to content
Snippets Groups Projects
Commit ea54def2 authored by Izaskun Mallona's avatar Izaskun Mallona
Browse files

Update install.R

parent 8b64f248
No related branches found
No related tags found
1 merge request!3R 3.5.0
Pipeline #513650 passed with stage
in 20 minutes and 3 seconds
......@@ -4,9 +4,9 @@ install.packages("BiocManager")
BiocManager::install(version = "3.8")
install.packages('https://cran.r-project.org/src/contrib/Archive/getopt/getopt_1.20.2.tar.gz')
install.packages("https://cran.r-project.org/src/contrib/Archive/optparse/optparse_1.6.0.tar.gz")
if (FALSE) {
install.packages('devtools')
BiocManager::install('SingleCellExperiment')
......@@ -38,5 +38,3 @@ install.packages(cran_packages)
# devtools::install_github("powellgenomicslab/ascend") #final version
devtools::install_github("IMB-Computational-Genomics-Lab/ascend", ref = "b415c0918f10306829b64bfad37f5d08da049ef7") #v0.5 as in Duo et al.
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment