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 f4eb4e7
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions wdl-ci.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@
},
"filter_preprocessed_vcf": {
"key": "filter_preprocessed_vcf",
"digest": "4jjtxpixe6gq6p3v7lnuyxhlzottg2ib",
"digest": "63mmofid6b46ugrq6hhmlpdc6htd767o",
"tests": [
{
"inputs": {
Expand All @@ -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/HG002.pharmcat.match.json",
"test_tasks": [
"compare_file_basename",
"check_json"
]
},
"pharmcat_phenotype_json": {
"value": "${resources_file_path}/run_pharmcat/output/HG002.pharmcat.phenotype.json",
"test_tasks": [
"compare_file_basename",
"check_json"
]
},
"pharmcat_report_html": {
"value": "${resources_file_path}/run_pharmcat/output/HG002.pharmcat.report.html",
"test_tasks": [
"compare_file_basename",
"check_html"
]
},
"pharmcat_report_json": {
"value": "${resources_file_path}/run_pharmcat/output/HG002.pharmcat.report.json",
"test_tasks": [
"compare_file_basename",
"check_json"
]
}
}
}
]
}
Expand Down

0 comments on commit f4eb4e7

Please sign in to comment.