Skip to content

Commit 6368381

Browse files
committed
add cols bioconductor_annotations, custom_annotations, change dppd var workflow_version
1 parent 5088539 commit 6368381

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ 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"
191+
workflow_version <- ""
192192

193193
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"
194194
readme_path <- "https://github.com/nasa/GeneLab_Data_Processing/tree/master/GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/README.md"
@@ -215,7 +215,7 @@ library(rtracklayer)
215215
**Output Data:**
216216

217217
- `GL_DPPD_ID` (variable specifying the GeneLab Data Processing Pipeline Document ID)
218-
- `workflow_version (variable specifying the current version of the workflow)
218+
- `workflow_version` (variable specifying the [current version of the workflow](https://github.com/nasa/GeneLab_Data_Processing/tree/DEV_GeneLab_Reference_Annotations_vGL-DPPD-7110-A/GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A))
219219
- `ref_tab_path` (variable specifying the path to the reference table CSV file)
220220
- `readme_path` (variable specifying the path to the README file)
221221
- `currently_accepted_orgs` (variable specifying the list of currently supported organisms)
@@ -244,7 +244,7 @@ target_info <- ref_table %>%
244244

245245
# Extract the relevant columns from the reference table
246246
target_taxid <- target_info$taxon # Taxonomic identifier
247-
target_org_db <- target_info$annotations # org.eg.db R package
247+
target_org_db <- target_info$bioconductor_annotations # org.eg.db R package
248248
gtf_link <- target_info$gtf # Path to reference assembly GTF
249249
target_short_name <- target_info$name # PANTHER / UNIPROT short name; blank if not available
250250
ref_source <- target_info$ref_source # Reference files source
@@ -284,7 +284,7 @@ if ( file.exists(out_table_filename) ) {
284284
**Output Data:**
285285

286286
- `target_taxid` (variable specifying the taxonomic identifier for the target organism)
287-
- `target_org_db` (variable specifying the name of the org.db R package for the target organism)
287+
- `target_org_db` (variable specifying the name of the org.eg.db R package for the target organism if it is hosted by Bioconductor)
288288
- `gtf_link` (variable specifying the URL to the GTF file for the target organism)
289289
- `target_short_name` (variable specifying the PANTHER/UNIPROT short name for the target organism)
290290
- `ref_source` (variable specifying the source of the reference files, e.g., "ensembl", "ensembl_plants", "ensembl_bacteria", "ncbi")

0 commit comments

Comments
 (0)