Skip to content

Commit

Permalink
Added test for exclusion of NO_READS.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrowell committed Dec 18, 2024
1 parent 450f722 commit f2990db
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion wdl-ci.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2415,7 +2415,7 @@
},
"run_pharmcat": {
"key": "run_pharmcat",
"digest": "uknkltw6uwppbf5ttzrsifayz4pqplvi",
"digest": "",
"tests": [
{
"inputs": {
Expand Down Expand Up @@ -2457,6 +2457,47 @@
]
}
}
},
{
"inputs": {
"preprocessed_filtered_vcf": "${resources_file_path}/run_pharmcat/input/HG002.GRCh38.subset.small_variants.preprocessed.filtered.vcf",
"input_tsvs": [
"${resources_file_path}/run_pharmcat/input/HG002.NO_READS.pharmcat.tsv"
],
"pharmcat_docker": "pgkb/pharmcat:2.15.4",
"out_prefix": "HG002.pharmcat",
"runtime_attributes": "${default_runtime_attributes}"
},
"output_tests": {
"pharmcat_match_json": {
"value": "${resources_file_path}/run_pharmcat/output/NO_READS/HG002.pharmcat.match.json",
"test_tasks": [
"compare_file_basename",
"check_json"
]
},
"pharmcat_phenotype_json": {
"value": "${resources_file_path}/run_pharmcat/output/NO_READS/HG002.pharmcat.phenotype.json",
"test_tasks": [
"compare_file_basename",
"check_json"
]
},
"pharmcat_report_html": {
"value": "${resources_file_path}/run_pharmcat/output/NO_READS/HG002.pharmcat.report.html",
"test_tasks": [
"compare_file_basename",
"check_html"
]
},
"pharmcat_report_json": {
"value": "${resources_file_path}/run_pharmcat/output/NO_READS/HG002.pharmcat.report.json",
"test_tasks": [
"compare_file_basename",
"check_json"
]
}
}
}
]
}
Expand Down

0 comments on commit f2990db

Please sign in to comment.