Skip to content

Commit b11bd3b

Browse files
committed
fixed r packages
1 parent 90e0ca0 commit b11bd3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

workflow/scripts/shadow_orfs.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ if (!is.installed("valr")){
1010
cat("We will try to install the package... (this will be only be done once)\n")
1111
Sys.sleep(5)
1212
if (!is.installed("valr")){
13+
suppressMessages(install.packages("BiocManager", repos = "http://cran.us.r-project.org"))
14+
suppressMessages(BiocManager::install("rtracklayer"))
1315
suppressMessages(install.packages("valr", repos = "http://cran.us.r-project.org"))
1416
}
1517
}

0 commit comments

Comments
 (0)