battenberg_R
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.

12 line
534B

  1. {
  2. "{{ project_name }}.battenberg_docker": "{{ battenberg_docker }}",
  3. "{{ project_name }}.sample_id": "{{ sample_id }}",
  4. "{{ project_name }}.tumor_bam": "{{ tumor_bam }}",
  5. "{{ project_name }}.normal_id": "{{ normal_id }}",
  6. "{{ project_name }}.normal_bam": "{{ normal_bam }}",
  7. "{{ project_name }}.tumor_bam_bai": "{{ tumor_bam_bai }}",
  8. "{{ project_name }}.normal_bam_bai": "{{ normal_bam_bai }}",
  9. "{{ project_name }}.battenberg_cluster": "{{ battenberg_cluster }}",
  10. "{{ project_name }}.disk_size": "{{ disk_size }}"
  11. }