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.

11 lines
447B

  1. {
  2. "{{ project_name }}.fasta": "{{ fasta }}",
  3. "{{ project_name }}.disk_size": "{{ disk_size }}",
  4. "{{ project_name }}.docker": "{{ docker }}",
  5. "{{ project_name }}.bam_index": "{{ bam_index }}",
  6. "{{ project_name }}.cluster_config": "{{ cluster_config }}",
  7. "{{ project_name }}.bam": "{{ bam }}",
  8. "{{ project_name }}.memory": "{{ memory }}",
  9. "{{ project_name }}.sample": "{{ sample }}",
  10. "{{ project_name }}.ref_dir": "{{ ref_dir }}"
  11. }