We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54a529 commit f015225Copy full SHA for f015225
GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/workflow_code/install-org-db.R
@@ -1,9 +1,5 @@
1
# install-org-db.R
2
3
-# Set R library path to current working directory
4
-lib_path <- file.path(getwd())
5
-.libPaths(lib_path)
6
-
7
# Load required libraries
8
library(tidyverse)
9
library(AnnotationForge)
@@ -116,4 +112,4 @@ if (!interactive()) {
116
112
refTablePath <- if (length(args) > 1) args[2] else NULL
117
113
118
114
install_annotations(target_organism, refTablePath)
119
-}
115
+}
0 commit comments