Skip to content

Commit

Permalink
Added sex to sawfish_discover tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrowell committed Dec 13, 2024
1 parent 30c8298 commit 011a23f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions wdl-ci.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2359,6 +2359,7 @@
"tests": [
{
"inputs": {
"sex": "MALE",
"aligned_bam": "${resources_file_path}/inputs/HG002.GRCh38.chr6_10000000_20000000.bam",
"aligned_bam_index": "${resources_file_path}/inputs/HG002.GRCh38.chr6_10000000_20000000.bam.bai",
"ref_fasta": "${ref_fasta}",
Expand All @@ -2376,6 +2377,47 @@
]
}
}
},
{
"inputs": {
"sex": "MALE",
"aligned_bam": "${resources_file_path}/inputs/HG003.GRCh38.chr6_10000000_20000000.bam",
"aligned_bam_index": "${resources_file_path}/inputs/HG003.GRCh38.chr6_10000000_20000000.bam.bai",
"ref_fasta": "${ref_fasta}",
"ref_index": "${ref_index}",
"expected_male_bed": "${resources_file_path}/hifi-wdl-resources-v2.0.0/GRCh38/hificnv/expected_cn.hg38.XY.bed",
"expected_female_bed": "${resources_file_path}/hifi-wdl-resources-v2.0.0/GRCh38/hificnv/expected_cn.hg38.XX.bed",
"out_prefix": "HG003.GRCh38",
"runtime_attributes": "${default_runtime_attributes}"
},
"output_tests": {
"discover_tar": {
"value": "${resources_file_path}/sawfish_discover/output/HG003/HG003.GRCh38.tar",
"test_tasks": [
"compare_file_basename"
]
}
}
},
{
"inputs": {
"aligned_bam": "${resources_file_path}/inputs/HG004.GRCh38.chr6_10000000_20000000.bam",
"aligned_bam_index": "${resources_file_path}/inputs/HG004.GRCh38.chr6_10000000_20000000.bam.bai",
"ref_fasta": "${ref_fasta}",
"ref_index": "${ref_index}",
"expected_male_bed": "${resources_file_path}/hifi-wdl-resources-v2.0.0/GRCh38/hificnv/expected_cn.hg38.XY.bed",
"expected_female_bed": "${resources_file_path}/hifi-wdl-resources-v2.0.0/GRCh38/hificnv/expected_cn.hg38.XX.bed",
"out_prefix": "HG004.GRCh38",
"runtime_attributes": "${default_runtime_attributes}"
},
"output_tests": {
"discover_tar": {
"value": "${resources_file_path}/sawfish_discover/output/HG004/HG004.GRCh38.tar",
"test_tasks": [
"compare_file_basename"
]
}
}
}
]
},
Expand All @@ -2396,6 +2438,7 @@
],
"ref_fasta": "${ref_fasta}",
"ref_index": "${ref_index}",
"ref_name": "${ref_name}",
"out_prefix": "HG002.GRCh38.structural_variants",
"runtime_attributes": "${default_runtime_attributes}"
},
Expand Down Expand Up @@ -2436,6 +2479,7 @@
],
"ref_fasta": "${ref_fasta}",
"ref_index": "${ref_index}",
"ref_name": "${ref_name}",
"out_prefix": "HG002-trio.joint.GRCh38.structural_variants",
"runtime_attributes": "${default_runtime_attributes}"
},
Expand Down
2 changes: 1 addition & 1 deletion workflows/wdl-common

0 comments on commit 011a23f

Please sign in to comment.