Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:msk-access/cwl_subworkflows into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
rhshah committed Jun 24, 2021
2 parents 170b511 + a771427 commit 2b62768
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 10 deletions.
3 changes: 3 additions & 0 deletions gbcms_genotyping/gbcms_genotyping__packed.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@
},
{
"class": "InlineJavascriptRequirement"
},
{
"class": "StepInputExpressionRequirement"
}
],
"http://purl.org/dc/terms/contributor": [
Expand Down
11 changes: 8 additions & 3 deletions qc_collapsed_bam/qc_collapsed_bam.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ inputs:
type: File
'sbg:x': 0
'sbg:y': 1893.34375
- id: bed_file
type: File?
'sbg:x': -5.7914533615112305
'sbg:y': 1468.1177978515625
outputs:
- id: fgbio_collect_duplex_seq_metrics_duplex_family_size_pool_a
outputSource:
Expand Down Expand Up @@ -635,6 +639,8 @@ steps:
source: reference
- id: vcf_file
source: vcf_file
- id: bed_file
source: bed_file
out:
- id: biometrics_extract_pickle
run: ../command_line_tools/biometrics_extract/0.2.13/biometrics_extract.cwl
Expand All @@ -654,11 +660,11 @@ steps:
default: 1
- id: maf
source: maf
- id: ref_fasta
source: reference
- id: output
source: sample_name
valueFrom: $(self + '_collapsed_hotspots_fillout.maf')
- id: ref_fasta
source: reference
out:
- id: fillout
run: >-
Expand All @@ -669,4 +675,3 @@ steps:
requirements:
- class: SubworkflowFeatureRequirement
- class: InlineJavascriptRequirement

27 changes: 20 additions & 7 deletions qc_collapsed_bam/qc_collapsed_bam__packed.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -2475,6 +2475,9 @@
},
{
"class": "InlineJavascriptRequirement"
},
{
"class": "StepInputExpressionRequirement"
}
],
"http://purl.org/dc/terms/contributor": [
Expand Down Expand Up @@ -2721,6 +2724,15 @@
"type": "File",
"https://www.sevenbridges.com/x": 0,
"https://www.sevenbridges.com/y": 1893.34375
},
{
"id": "#bed_file",
"type": [
"null",
"File"
],
"https://www.sevenbridges.com/x": -5.7914533615112305,
"https://www.sevenbridges.com/y": 1468.1177978515625
}
],
"outputs": [
Expand Down Expand Up @@ -3603,6 +3615,10 @@
{
"id": "#biometrics_extract_0_2_13/vcf_file",
"source": "#vcf_file"
},
{
"id": "#biometrics_extract_0_2_13/bed_file",
"source": "#bed_file"
}
],
"out": [
Expand Down Expand Up @@ -3641,14 +3657,14 @@
"id": "#getbasecountsmultisample_1_2_5/maf",
"source": "#maf"
},
{
"id": "#getbasecountsmultisample_1_2_5/ref_fasta",
"source": "#reference"
},
{
"id": "#getbasecountsmultisample_1_2_5/output",
"source": "#sample_name",
"valueFrom": "$(self + '_collapsed_hotspots_fillout.maf')"
},
{
"id": "#getbasecountsmultisample_1_2_5/ref_fasta",
"source": "#reference"
}
],
"out": [
Expand All @@ -3665,9 +3681,6 @@
"requirements": [
{
"class": "SubworkflowFeatureRequirement"
},
{
"class": "InlineJavascriptRequirement"
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions qc_duplex_bam/qc_duplex_bam__packed.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,9 @@
},
{
"class": "InlineJavascriptRequirement"
},
{
"class": "StepInputExpressionRequirement"
}
],
"http://purl.org/dc/terms/contributor": [
Expand Down

0 comments on commit 2b62768

Please sign in to comment.