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.

11 lines
494B

  1. {
  2. "{{ project_name }}.Dedup_bam": "{{ Dedup_bam }}",
  3. "{{ project_name }}.fasta": "{{ fasta }}",
  4. "{{ project_name }}.disk_size": "500",
  5. "{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/strelka:2.9.10",
  6. "{{ project_name }}.cluster_config": "OnDemand ecs.sn1ne.8xlarge img-ubuntu-vpc",
  7. "{{ project_name }}.Dedup_bam_index": "{{ Dedup_bam_index }}",
  8. "{{ project_name }}.sample": "{{ sample }}",
  9. "{{ project_name }}.ref_dir": "{{ ref_dir }}"
  10. }