Skip to content

Commit

Permalink
updated install packages scirpt
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Aug 28, 2024
1 parent dfd0a87 commit 341affe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bedboss/installRdeps.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.install_pkg("BiocManager")
.install_pkg("optparse")
.install_pkg("devtools")
install.packages("https://cran.r-project.org/src/contrib/Archive/rjson/rjson_0.2.20.tar.gz", repos = NULL, type = "source")
.install_pkg("GenomicRanges", bioc=TRUE)
.install_pkg("GenomicFeatures", bioc=TRUE)
.install_pkg("ensembldb", bioc=TRUE)
Expand Down

0 comments on commit 341affe

Please sign in to comment.