Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

9 lines
503B

  1. {
  2. "{{ project_name }}.sample": "{{ sample }}",
  3. "{{ project_name }}.disk_size": "{{ disk_size }}",
  4. "{{ project_name }}.cluster_config": "OnDemand bcs.b2.3xlarge img-ubuntu-vpc",
  5. "{{ project_name }}.annovar_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/annovar:v2018.04",
  6. "{{ project_name }}.database": "oss://chinese-quartet/quartet-storage-data/reference_data/annovar_hg38/",
  7. "{{ project_name }}.vcf_file": "{{ vcf }}",
  8. "{{ project_name }}.vcf_index": "{{ vcf_index }}"
  9. }