You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/workflow_code/GL-DPPD-7110-A_build-genome-annots-tab.R
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@
3
3
# GeneLab script for generating organism-specific gene annotation tables
4
4
# Example usage: Rscript GL-DPPD-7110-A_build-genome-annots-tab.R 'Mus musculus'
5
5
6
-
# Set R library path to current working directory
7
-
lib_path<- file.path(getwd())
8
-
.libPaths(lib_path)
9
6
10
7
# Define variables associated with current pipeline and annotation table versions
0 commit comments