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.

16 lines
961B

  1. {
  2. "{{ project_name }}.SENTIEON_INSTALL_DIR": "/opt/sentieon-genomics",
  3. "{{ project_name }}.fasta": "GRCh38.d1.vd1.fa",
  4. "{{ project_name }}.disk_size": "50",
  5. "{{ project_name }}.dbsnp_1000G_phase1": "1000G_phase1.snps.high_confidence.hg38.vcf.gz",
  6. "{{ project_name }}.dbsnp_hapmap": "hapmap_3.3.hg38.vcf.gz",
  7. "{{ project_name }}.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/sentieon-genomics:v2018.08.01",
  8. "{{ project_name }}.dbsnp_Mill": "Mills_and_1000G_gold_standard.indels.hg38.vcf",
  9. "{{ project_name }}.vcf_index": "{{ vcf_index }}",
  10. "{{ project_name }}.cluster_config": "OnDemand ecs.sn1ne.4xlarge img-ubuntu-vpc",
  11. "{{ project_name }}.dbsnp_1000G_omni": "1000G_omni2.5.hg38.vcf.gz",
  12. "{{ project_name }}.vcf": "{{ vcf }}",
  13. "{{ project_name }}.sample": "{{ sample }}",
  14. "{{ project_name }}.dbsnp": "dbsnp_146.hg38.vcf",
  15. "{{ project_name }}.ref_dir": "oss://chinese-quartet/quartet-storage-data/reference_data/"
  16. }