Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
B3rse committed Dec 8, 2023
1 parent db57f6a commit 74c80e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/repo_correct/portal_objects/metaworkflows/QC_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ input:
argument_type: parameter.json

qc_ruleset_name_1:
argument_type: parameter.qc_ruleset
argument_type: parameter.object
qc_thresholds:
c1:
rule: coverage|>=|100|80
Expand Down Expand Up @@ -56,7 +56,7 @@ workflows:
argument_type: parameter.json

qc_ruleset:
argument_type: parameter.qc_ruleset
argument_type: parameter.object
source_argument_name: qc_ruleset_name_1
# gatk-HC output
output:
Expand Down
4 changes: 2 additions & 2 deletions tests/test_yaml_metaworkflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def test_qc_ruleset():
{
"argument_name": "qc_ruleset_name_1",
"argument_type": "parameter",
"value_type": "qc_ruleset",
"value_type": "object",
"value": {
"qc_thresholds": [
{
Expand Down Expand Up @@ -300,7 +300,7 @@ def test_qc_ruleset():
{
'argument_name': 'qc_ruleset',
'argument_type': 'parameter',
'value_type': 'qc_ruleset',
'value_type': 'object',
'source_argument_name': 'qc_ruleset_name_1'
}
],
Expand Down

0 comments on commit 74c80e1

Please sign in to comment.