Skip to content

Commit f015225

Browse files
remove lib path
1 parent f54a529 commit f015225

File tree

1 file changed

+1
-5
lines changed
  • GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/workflow_code

1 file changed

+1
-5
lines changed

GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/workflow_code/install-org-db.R

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# install-org-db.R
22

3-
# Set R library path to current working directory
4-
lib_path <- file.path(getwd())
5-
.libPaths(lib_path)
6-
73
# Load required libraries
84
library(tidyverse)
95
library(AnnotationForge)
@@ -116,4 +112,4 @@ if (!interactive()) {
116112
refTablePath <- if (length(args) > 1) args[2] else NULL
117113

118114
install_annotations(target_organism, refTablePath)
119-
}
115+
}

0 commit comments

Comments
 (0)