-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
1 parent
31ba8a7
commit 6478d5d
Showing
11 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
aligner/functional-equivalence-checker/checker-workflow-wrapping-alignment-workflow.wdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -273,6 +273,11 @@ workflow PairedEndSingleSampleWorkflow { | |
File output_cram_index = ConvertToCram.output_cram_index | ||
File output_cram_md5 = ConvertToCram.output_cram_md5 | ||
} | ||
meta { | ||
author : "Ruchi Munshi" | ||
email : "[email protected]" | ||
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." | ||
} | ||
} | ||
|
||
# TASK DEFINITIONS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ id: topmed_alignment | |
doc: >- | ||
A CWL wrapper of the TopMed alignment workflow described here: | ||
https://github.com/statgen/docker-alignment | ||
Tool Author: Hyun Min Kang ([email protected]) and Adrian Tan ([email protected]) | ||
Wrapper Author: Marko Zecevic ([email protected]) | ||
label: TOPMed Alignment | ||
$namespaces: | ||
sbg: 'https://sevenbridges.com' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
aligner/u_of_michigan_aligner-checker/u_of_michigan_aligner_checker.wdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,6 +216,11 @@ workflow TopMedAligner { | |
File aligner_output_cram = PostAlign.output_cram_file | ||
File aligner_output_crai = PostAlign.output_crai_file | ||
} | ||
meta { | ||
author : "Walt Shands" | ||
email : "[email protected]" | ||
description: "This is the workflow WDL for the [TOPMed/University of Michigan alignment pipeline](https://github.com/statgen/docker-alignment)" | ||
} | ||
} | ||
|
||
task PreAlign { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ class: CommandLineTool | |
cwlVersion: v1.0 | ||
id: >- | ||
vladimir_obucina/topmed-freeze-3a-variant-calling-pipeline/topmed_freeze3_calling/25 | ||
doc: >- | ||
This is the CWL wrapper for U of Michigan's [TOPMed Freeze 3a Variant Calling Pipeline](https://github.com/statgen/topmed_freeze3_calling) | ||
baseCommand: [] | ||
inputs: | ||
- format: 'BAI,CRAI' | ||
|
@@ -545,4 +547,7 @@ $namespaces: | |
'sbg:projectName': TOPMed Freeze 3a Variant Calling Pipeline | ||
'sbg:createdBy': mikojicic | ||
'sbg:modifiedBy': vladimir_obucina | ||
'dct:creator': | ||
'foaf:mbox': 'mailto:[email protected]' | ||
'foaf:name': Vladimir Obucina | ||
'sbg:validationErrors': [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ class: Workflow | |
cwlVersion: v1.0 | ||
id: >- | ||
vladimir_obucina/topmed-freeze-3a-variant-calling-pipeline/topmed-variant-calling-pipeline-cwl1/17 | ||
doc: >- | ||
This is the CWL wrapper for U of Michigan's [TOPMed Freeze 3a Variant Calling Pipeline](https://github.com/statgen/topmed_freeze3_calling) | ||
label: TOPMed Variant Calling Pipeline CWL1 | ||
inputs: | ||
- id: reference | ||
|
@@ -150,4 +152,7 @@ requirements: | |
- class: InlineJavascriptRequirement | ||
$namespaces: | ||
sbg: 'https://sevenbridges.com' | ||
'dct:creator': | ||
'foaf:mbox': 'mailto:[email protected]' | ||
'foaf:name': Vladimir Obucina | ||
4 changes: 2 additions & 2 deletions
4
variant-caller/variant-caller-wdl-checker/topmed_freeze3_calling_checker.wdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.30.0/variant-caller/variant-caller-wdl/calculate_contamination.wdl" as getDNAContamination | ||
import "https://raw.githubusercontent.com/DataBiosphere/topmed-workflows/1.32.0/variant-caller/variant-caller-wdl/calculate_contamination.wdl" as getDNAContamination | ||
|
||
|
||
## This is the U of Michigan variant caller workflow WDL for the workflow code located here: | ||
|
@@ -443,6 +443,11 @@ workflow TopMedVariantCaller { | |
output { | ||
File topmed_variant_caller_output = variantCalling.topmed_variant_caller_output_file | ||
} | ||
meta { | ||
author : "Walt Shands" | ||
email : "[email protected]" | ||
description: "This is the workflow WDL for U of Michigan's [TOPMed Freeze 3a Variant Calling Pipeline](https://github.com/statgen/topmed_freeze3_calling)" | ||
} | ||
} | ||
|
||
|
||
|