Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrowell committed Nov 20, 2024
1 parent 18ac848 commit 10a5fd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wdl-ci.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
{
"inputs": {
"vcfs": [
"${resources_file_path}//concat_pbsv_vcf/input/HG005.GRCh38.chr5.pbsv.vcf.gz",
"${resources_file_path}//concat_pbsv_vcf/input/HG005.GRCh38.chr6.pbsv.vcf.gz"
"${resources_file_path}/concat_pbsv_vcf/input/HG005.GRCh38.chr5.pbsv.vcf.gz",
"${resources_file_path}/concat_pbsv_vcf/input/HG005.GRCh38.chr6.pbsv.vcf.gz"
],
"vcf_indices": [
"${resources_file_path}//concat_pbsv_vcf/input/HG005.GRCh38.chr5.pbsv.vcf.gz.tbi",
"${resources_file_path}//concat_pbsv_vcf/input/HG005.GRCh38.chr6.pbsv.vcf.gz.tbi"
"${resources_file_path}/concat_pbsv_vcf/input/HG005.GRCh38.chr5.pbsv.vcf.gz.tbi",
"${resources_file_path}/concat_pbsv_vcf/input/HG005.GRCh38.chr6.pbsv.vcf.gz.tbi"
],
"out_prefix": "HG005.GRCh38.structural_variants",
"runtime_attributes": "${default_runtime_attributes}"
Expand Down

0 comments on commit 10a5fd2

Please sign in to comment.