Skip to content

Commit

Permalink
Fix output names for pbsv_call in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrowell committed Nov 16, 2024
1 parent e884b21 commit ac1e1dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wdl-ci.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
"runtime_attributes": "${default_runtime_attributes}"
},
"output_tests": {
"pbsv_vcf": {
"vcf": {
"value": "${resources_file_path}/pbsv_call/singleton/HG002.GRCh38.5.pbsv.vcf.gz",
"test_tasks": [
"compare_file_basename",
Expand All @@ -525,7 +525,7 @@
"runtime_attributes": "${default_runtime_attributes}"
},
"output_tests": {
"pbsv_vcf": {
"vcf": {
"value": "${resources_file_path}/pbsv_call/singleton_no_shard/HG002.GRCh38.pbsv.vcf.gz",
"test_tasks": [
"compare_file_basename",
Expand Down Expand Up @@ -554,7 +554,7 @@
"runtime_attributes": "${default_runtime_attributes}"
},
"output_tests": {
"pbsv_vcf": {
"vcf": {
"value": "${resources_file_path}/pbsv_call/trio/HG002-trio.GRCh38.5.pbsv.vcf.gz",
"test_tasks": [
"compare_file_basename",
Expand Down

0 comments on commit ac1e1dc

Please sign in to comment.