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.

10 lines
398B

  1. {
  2. "{{ project_name }}.gatk_docker": "{{ gatk_docker }}",
  3. "{{ project_name }}.sample_id": "{{ sample_id }}",
  4. "{{ project_name }}.normal_bam": "{{ normal_bam }}",
  5. "{{ project_name }}.normal_bai": "{{ normal_bai }}",
  6. "{{ project_name }}.gatk4_database": "{{ gatk4_database }}",
  7. "{{ project_name }}.gatk_cluster": "{{ gatk_cluster }}",
  8. "{{ project_name }}.disk_size": "{{ disk_size }}"
  9. }