Skip to content

Commit

Permalink
fixed r packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaraVanni committed Jun 16, 2022
1 parent 90e0ca0 commit b11bd3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/scripts/shadow_orfs.r
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ if (!is.installed("valr")){
cat("We will try to install the package... (this will be only be done once)\n")
Sys.sleep(5)
if (!is.installed("valr")){
suppressMessages(install.packages("BiocManager", repos = "http://cran.us.r-project.org"))
suppressMessages(BiocManager::install("rtracklayer"))
suppressMessages(install.packages("valr", repos = "http://cran.us.r-project.org"))
}
}
Expand Down

0 comments on commit b11bd3b

Please sign in to comment.