Skip to content

Commit

Permalink
Update ref panel outputs; fix CleanVcf template
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalker174 committed Jan 17, 2024
1 parent 935dffc commit a08e0c5
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 153 deletions.
4 changes: 2 additions & 2 deletions inputs/templates/test/MakeCohortVcf/CleanVcf.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"CleanVcf.cohort_name": {{ test_batch.name | tojson }},
"CleanVcf.ped_file": {{ test_batch.ped_file | tojson }},
"CleanVcf.complex_genotype_vcfs": {{ test_batch.complex_genotype_vcfs | tojson }},
"CleanVcf.complex_resolve_bothside_pass_lists": {{ test_batch.complex_resolve_bothside_pass_lists | tojson }},
"CleanVcf.complex_resolve_background_fail_lists": {{ test_batch.complex_resolve_background_fail_lists | tojson }}
"CleanVcf.complex_resolve_bothside_pass_list": {{ test_batch.complex_resolve_bothside_pass_list | tojson }},
"CleanVcf.complex_resolve_background_fail_list": {{ test_batch.complex_resolve_background_fail_list | tojson }}
}
Loading

0 comments on commit a08e0c5

Please sign in to comment.