Skip to content

Commit

Permalink
update tests for new wdl-common
Browse files Browse the repository at this point in the history
  • Loading branch information
gconcepcion committed Nov 15, 2023
1 parent fe8b97f commit b5b121e
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions wdl-ci.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,57 @@
"tests": []
}
}
},
"workflows/wdl-common/wdl/tasks/concat_vcf.wdl": {
"key": "workflows/wdl-common/wdl/tasks/concat_vcf.wdl",
"name": "",
"description": "",
"tasks": {
"concat_vcf": {
"key": "concat_vcf",
"digest": "",
"tests": []
}
}
},
"workflows/wdl-common/wdl/workflows/hiphase/hiphase.wdl": {
"key": "workflows/wdl-common/wdl/workflows/hiphase/hiphase.wdl",
"name": "",
"description": "",
"tasks": {
"run_hiphase": {
"key": "run_hiphase",
"digest": "",
"tests": []
}
}
},
"workflows/wdl-common/wdl/workflows/pharmcat/pharmcat.wdl": {
"key": "workflows/wdl-common/wdl/workflows/pharmcat/pharmcat.wdl",
"name": "",
"description": "",
"tasks": {
"pangu_cyp2d6": {
"key": "pangu_cyp2d6",
"digest": "",
"tests": []
},
"pharmcat_preprocess": {
"key": "pharmcat_preprocess",
"digest": "",
"tests": []
},
"filter_preprocessed_vcf": {
"key": "filter_preprocessed_vcf",
"digest": "",
"tests": []
},
"run_pharmcat": {
"key": "run_pharmcat",
"digest": "",
"tests": []
}
}
}
},
"engines": {
Expand Down

0 comments on commit b5b121e

Please sign in to comment.