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.

4 年之前
4 年之前
1234567891011
  1. {
  2. "{{ project_name }}.sample_id": "{{ sample_id }}",
  3. "{{ project_name }}.raw_bam": "{{ raw_bam }}",
  4. "{{ project_name }}.raw_bam_idx": "{{ raw_bam_idx }}",
  5. "{{ project_name }}.deduped_bam": "{{ deduped_bam }}",
  6. "{{ project_name }}.deduped_bam_idx": "{{ deduped_bam_idx }}",
  7. "{{ project_name }}.regions": "{{ regions }}",
  8. "{{ project_name }}.disk_size": "{{ disk_size }}",
  9. "{{ project_name }}.docker": "{{ docker }}",
  10. "{{ project_name }}.cluster_config": "{{ cluster_config }}"
  11. }