bcftools-merge is used to merge VCF files into a singe VCF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
284B

  1. {
  2. "{{ project_name }}.vcf": {{ vcf | tojson }},
  3. "{{ project_name }}.panel_id": "{{ panel_id }}",
  4. "{{ project_name }}.bcftools_docker": "{{ bcftools_docker }}",
  5. "{{ project_name }}.disk_size": "{{ disk_size }}",
  6. "{{ project_name }}.cluster_config": "{{ cluster_config }}"
  7. }