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.

19 lines
942B

  1. {
  2. "{{ project_name }}.sample_id": "{{ sample_id }}",
  3. "{{ project_name }}.tumor_bam": "{{ tumor_bam }}",
  4. "{{ project_name }}.tumor_bam_bai": "{{ tumor_bam_bai }}",
  5. "{{ project_name }}.normal_bam": "{{ normal_bam }}",
  6. "{{ project_name }}.normal_bam_bai": "{{ normal_bam_bai }}",
  7. "{{ project_name }}.ref_fasta": "{{ ref_fasta }}",
  8. "{{ project_name }}.ref_fasta_dir": "{{ ref_fasta_dir }}",
  9. "{{ project_name }}.bed_file": "{{ bed_file }}",
  10. "{{ project_name }}.ref_fasta_cnvkit": "{{ ref_fasta_cnvkit }}",
  11. "{{ project_name }}.cluster_config": "{{cluster_config }}",
  12. "{{ project_name }}.disk_size": "{{ disk_size }}",
  13. "{{ project_name }}.docker_cnvkit": "{{ docker_cnvkit }}",
  14. "{{ project_name }}.ref_flat": "{{ ref_flat }}",
  15. "{{ project_name }}.annotsv_database":"{{ annotsv_database }}",
  16. "{{ project_name }}.docker_annotsv":"{{ docker_annotsv }}",
  17. "{{ project_name }}.docker_sequenza":"{{ docker_sequenza }}",
  18. "{{ project_name }}.gc":"{{ gc }}"
  19. }