Skip to content

Commit

Permalink
Fix Terra CleanVcf templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalker174 committed Jan 18, 2024
1 parent a08e0c5 commit 6789cd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"CleanVcf.cohort_name": "${this.sample_set_id}",
"CleanVcf.ped_file": "${workspace.cohort_ped_file}",
"CleanVcf.complex_genotype_vcfs": "${this.complex_genotype_vcfs}",
"CleanVcf.complex_resolve_bothside_pass_lists": "${this.complex_resolve_bothside_pass_lists}",
"CleanVcf.complex_resolve_background_fail_lists": "${this.complex_resolve_background_fail_lists}"
"CleanVcf.complex_resolve_bothside_pass_list": "${this.complex_resolve_bothside_pass_list}",
"CleanVcf.complex_resolve_background_fail_list": "${this.complex_resolve_background_fail_list}"

}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"CleanVcf.cohort_name": "${this.sample_set_set_id}",
"CleanVcf.ped_file": "${workspace.cohort_ped_file}",
"CleanVcf.complex_genotype_vcfs": "${this.complex_genotype_vcfs}",
"CleanVcf.complex_resolve_bothside_pass_lists": "${this.complex_resolve_bothside_pass_lists}",
"CleanVcf.complex_resolve_background_fail_lists": "${this.complex_resolve_background_fail_lists}"
"CleanVcf.complex_resolve_bothside_pass_list": "${this.complex_resolve_bothside_pass_list}",
"CleanVcf.complex_resolve_background_fail_list": "${this.complex_resolve_background_fail_list}"

}

0 comments on commit 6789cd2

Please sign in to comment.