Infer and visualize copy number from high-throughput DNA sequencing data.
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.

18 lines
804B

  1. {
  2. "{{ project_name }}.sample_id": "{{ sample_id }}",
  3. "{{ project_name }}.normal_bam": {{ normal_bam | tojson }},
  4. "{{ project_name }}.normal_bai": {{ normal_bai | tojson }},
  5. "{{ project_name }}.tumor_bam": {{ tumor_bam | tojson }},
  6. "{{ project_name }}.tumor_bai": {{ tumor_bai | tojson }},
  7. "{{ project_name }}.fasta": "{{ fasta }}",
  8. "{{ project_name }}.faidx": "{{ faidx }}",
  9. "{{ project_name }}.ref_flat": "{{ ref_flat }}",
  10. "{{ project_name }}.method": "{{ method }}",
  11. "{{ project_name }}.reference": "{{ reference }}",
  12. "{{ project_name }}.docker": "{{ docker }}",
  13. "{{ project_name }}.bed": "{{ bed }}",
  14. "{{ project_name }}.disk_size": "{{ disk_size }}",
  15. "{{ project_name }}.cluster_config": "{{ cluster_config }}",
  16. "{{ project_name }}.min_gap_size": "{{ min_gap_size }}"
  17. }