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.

17 lines
745B

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