Skip to content

Commit 8bbf66d

Browse files
Update GL-DPPD-7110-A.md
Add workflow version variable (for finding install-org-db path) to pipeline documentation
1 parent 8619121 commit 8bbf66d

File tree

1 file changed

+3
-0
lines changed
  • GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110-A

1 file changed

+3
-0
lines changed

GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110-A/GL-DPPD-7110-A.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ lib_path <- file.path(getwd())
188188

189189
# Define variables associated with current pipeline and annotation table versions
190190
GL_DPPD_ID <- "GL-DPPD-7110-A"
191+
workflow_version <- "GL_RefAnnotTable-A_1.1.0"
192+
191193
ref_tab_path <- "https://raw.githubusercontent.com/nasa/GeneLab_Data_Processing/master/GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110-A/GL-DPPD-7110-A_annotations.csv"
192194
readme_path <- "https://github.com/nasa/GeneLab_Data_Processing/tree/master/GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/README.md"
193195

@@ -213,6 +215,7 @@ library(rtracklayer)
213215
**Output Data:**
214216

215217
- `GL_DPPD_ID` (variable specifying the GeneLab Data Processing Pipeline Document ID)
218+
- `workflow_version (variable specifying the current version of the workflow)
216219
- `ref_tab_path` (variable specifying the path to the reference table CSV file)
217220
- `readme_path` (variable specifying the path to the README file)
218221
- `currently_accepted_orgs` (variable specifying the list of currently supported organisms)

0 commit comments

Comments
 (0)