Skip to content

Commit 6478d5d

Browse files
authored
merge metadata changes and updated raw imports from develop to master (#91)
* Add metadata to workflows published on dockstore (#89) * add metadata to u_of_michigan_aligner.wdl * add metadata to FunctionalEquivalence.wdl * add metadata for topmed_freeze3_calling.wdl * add metadata sbg-alignment-cwl/topmed-alignment.cwl * add metadata functional equivalent aligner: /topmed-cwl/workflow/alignment_workflow.cwl * add metadata to topmed_freeze3_calling.cwl * add metadata topmed_variant_calling_pipeline.cwl * update raw imports for 1.32.0 release (#90)
1 parent 31ba8a7 commit 6478d5d

File tree

11 files changed

+39
-9
lines changed

11 files changed

+39
-9
lines changed

CRAM-no-header-md5sum/CRAM_md5sum_checker_wrapper.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.30.0/CRAM-no-header-md5sum/md5sum/CRAM_md5sum.wdl" as f1
2-
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.30.0/CRAM-no-header-md5sum/checker/CRAM_md5sum_checker.wdl" as f2
1+
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.32.0/CRAM-no-header-md5sum/md5sum/CRAM_md5sum.wdl" as f1
2+
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.32.0/CRAM-no-header-md5sum/checker/CRAM_md5sum_checker.wdl" as f2
33

44
workflow CRAMMd5sumChecker {
55
File inputCRAMFile

aligner/functional-equivalence-checker/checker-workflow-wrapping-alignment-workflow.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.30.0/aligner/functional-equivalence-wdl/FunctionalEquivalence.wdl" as TopMed_aligner
2-
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.30.0/aligner/functional-equivalence-checker/topmed-alignment-checker.wdl" as checker
1+
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.32.0/aligner/functional-equivalence-wdl/FunctionalEquivalence.wdl" as TopMed_aligner
2+
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.32.0/aligner/functional-equivalence-checker/topmed-alignment-checker.wdl" as checker
33

44
workflow checkerWorkflow {
55
Int expectedNumofReads

aligner/functional-equivalence-wdl/FunctionalEquivalence.wdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,11 @@ workflow PairedEndSingleSampleWorkflow {
273273
File output_cram_index = ConvertToCram.output_cram_index
274274
File output_cram_md5 = ConvertToCram.output_cram_md5
275275
}
276+
meta {
277+
author : "Ruchi Munshi"
278+
email : "rmunshi@broadinstitute.org"
279+
description: "A WDL workflow based on the [CCDG pipeline standards](https://github.com/CCDG/Pipeline-Standardization/blob/master/PipelineStandard.md) for processing high-throughput sequencing data."
280+
}
276281
}
277282

278283
# TASK DEFINITIONS

aligner/sbg-alignment-cwl/topmed-alignment.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ id: topmed_alignment
44
doc: >-
55
A CWL wrapper of the TopMed alignment workflow described here:
66
https://github.com/statgen/docker-alignment
7+
Tool Author: Hyun Min Kang (hmkang@umich.edu) and Adrian Tan (atks@umich.edu)
8+
Wrapper Author: Marko Zecevic (marko.zecevic@sbgenomics.com)
79
label: TOPMed Alignment
810
$namespaces:
911
sbg: 'https://sevenbridges.com'

aligner/topmed-cwl/workflow/alignment_workflow.cwl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ doc: |
1212
- reads are provided in query-sorted order
1313
- all reads must have an RG tag
1414
- Reference genome must be Hg38 with ALT contigs
15+
'dct:creator':
16+
'foaf:mbox': 'mailto:yilinxu@uchicago.edu'
17+
'foaf:name': Yilin Xu
1518

1619
class: Workflow
1720
id: alignment_pipeline

aligner/u_of_michigan_aligner-checker/u_of_michigan_aligner_checker.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.30.0/aligner/u_of_michigan_aligner/u_of_michigan_aligner.wdl" as TopMed_aligner
2-
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.30.0/aligner/u_of_michigan_aligner-checker/u_of_michigan_aligner_checker_calculation.wdl" as checker
1+
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.32.0/aligner/u_of_michigan_aligner/u_of_michigan_aligner.wdl" as TopMed_aligner
2+
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.32.0/aligner/u_of_michigan_aligner-checker/u_of_michigan_aligner_checker_calculation.wdl" as checker
33

44
workflow checkerWorkflow {
55
String docker_image

aligner/u_of_michigan_aligner/u_of_michigan_aligner.wdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ workflow TopMedAligner {
216216
File aligner_output_cram = PostAlign.output_cram_file
217217
File aligner_output_crai = PostAlign.output_crai_file
218218
}
219+
meta {
220+
author : "Walt Shands"
221+
email : "jshands@ucsc.edu"
222+
description: "This is the workflow WDL for the [TOPMed/University of Michigan alignment pipeline](https://github.com/statgen/docker-alignment)"
223+
}
219224
}
220225

221226
task PreAlign {

variant-caller/sbg-variant-caller-cwl/topmed_freeze3_calling/topmed_freeze3_calling.cwl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ class: CommandLineTool
22
cwlVersion: v1.0
33
id: >-
44
vladimir_obucina/topmed-freeze-3a-variant-calling-pipeline/topmed_freeze3_calling/25
5+
doc: >-
6+
This is the CWL wrapper for U of Michigan's [TOPMed Freeze 3a Variant Calling Pipeline](https://github.com/statgen/topmed_freeze3_calling)
57
baseCommand: []
68
inputs:
79
- format: 'BAI,CRAI'
@@ -545,4 +547,7 @@ $namespaces:
545547
'sbg:projectName': TOPMed Freeze 3a Variant Calling Pipeline
546548
'sbg:createdBy': mikojicic
547549
'sbg:modifiedBy': vladimir_obucina
550+
'dct:creator':
551+
'foaf:mbox': 'mailto:vladimir.obucina@sbgenomics.com'
552+
'foaf:name': Vladimir Obucina
548553
'sbg:validationErrors': []

variant-caller/sbg-variant-caller-cwl/topmed_variant_calling_pipeline.cwl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ class: Workflow
22
cwlVersion: v1.0
33
id: >-
44
vladimir_obucina/topmed-freeze-3a-variant-calling-pipeline/topmed-variant-calling-pipeline-cwl1/17
5+
doc: >-
6+
This is the CWL wrapper for U of Michigan's [TOPMed Freeze 3a Variant Calling Pipeline](https://github.com/statgen/topmed_freeze3_calling)
57
label: TOPMed Variant Calling Pipeline CWL1
68
inputs:
79
- id: reference
@@ -150,4 +152,7 @@ requirements:
150152
- class: InlineJavascriptRequirement
151153
$namespaces:
152154
sbg: 'https://sevenbridges.com'
155+
'dct:creator':
156+
'foaf:mbox': 'mailto:vladimir.obucina@sbgenomics.com'
157+
'foaf:name': Vladimir Obucina
153158

variant-caller/variant-caller-wdl-checker/topmed_freeze3_calling_checker.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.30.0/variant-caller/variant-caller-wdl/topmed_freeze3_calling.wdl" as TopMed_variantcaller
2-
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.30.0/variant-caller/variant-caller-wdl-checker/topmed-variantcaller-checker.wdl" as checker
1+
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.32.0/variant-caller/variant-caller-wdl/topmed_freeze3_calling.wdl" as TopMed_variantcaller
2+
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.32.0/variant-caller/variant-caller-wdl-checker/topmed-variantcaller-checker.wdl" as checker
33

44
workflow checkerWorkflow {
55
File inputTruthVCFFile

0 commit comments

Comments
 (0)