Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

inputs 597B

3 år sedan
12345678910111213
  1. {
  2. "{{ project_name }}.fasta": "{{ fasta }}",
  3. "{{ project_name }}.tumour_bam_index": "{{ tumour_bam_index }}",
  4. "{{ project_name }}.disk_size": "{{ disk_size }}",
  5. "{{ project_name }}.normal_bam_index": "{{ normal_bam_index }}",
  6. "{{ project_name }}.docker": "{{ docker }}",
  7. "{{ project_name }}.tumour_bam": "{{ tumour_bam }}",
  8. "{{ project_name }}.cluster_config": "{{ cluster_config }}",
  9. "{{ project_name }}.normal_bam": "{{ normal_bam }}",
  10. "{{ project_name }}.memory": "{{ memory }}",
  11. "{{ project_name }}.sample": "{{ sample }}",
  12. "{{ project_name }}.ref_dir": "{{ ref_dir }}"
  13. }