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.

3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
123456789101112
  1. {
  2. "{{ project_name }}.SENTIEON_INSTALL_DIR": "/opt/sentieon-genomics",
  3. "{{ project_name }}.fasta": "GRCh38.d1.vd1.fa",
  4. "{{ project_name }}.disk_size": "500",
  5. "{{ project_name }}.gvcf_idx_files": "{{ gvcf_idx_files }}",
  6. "{{ project_name }}.gvcf_files": "{{ gvcf_files }}",
  7. "{{ project_name }}.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/sentieon-genomics:v2018.08.01",
  8. "{{ project_name }}.project": "{{ project }}",
  9. "{{ project_name }}.chromo": "{{ chromo }}",
  10. "{{ project_name }}.cluster_config": "OnDemand bcs.a2.7xlarge img-ubuntu-vpc",
  11. "{{ project_name }}.ref_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/"
  12. }