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.

inputs 483B

4 years ago
1234567891011
  1. {
  2. "{{ project_name }}.Dedup_bam": "{{ Dedup_bam }}",
  3. "{{ project_name }}.fasta": "{{ fasta }}",
  4. "{{ project_name }}.model_type": "{{ model_type }}",
  5. "{{ project_name }}.disk_size": "{{ disk_size }}",
  6. "{{ project_name }}.DPdocker": "{{ DPdocker }}",
  7. "{{ project_name }}.cluster_config": "{{ cluster_config }}",
  8. "{{ project_name }}.Dedup_bam_index": "{{ Dedup_bam_index }}",
  9. "{{ project_name }}.sample": "{{ sample }}",
  10. "{{ project_name }}.ref_dir": "{{ ref_dir }}"
  11. }