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.

4 years ago
1234567891011
  1. {
  2. "{{ project_name }}.SENTIEON_INSTALL_DIR": "/opt/sentieon-genomics",
  3. "{{ project_name }}.Dedup_bam": "{{ Dedup_bam }}",
  4. "{{ project_name }}.fasta": "GRCh38.d1.vd1.fa",
  5. "{{ project_name }}.disk_size": "500",
  6. "{{ project_name }}.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/sentieon-genomics:v2018.08.01",
  7. "{{ project_name }}.cluster_config": "OnDemand bcs.a2.7xlarge img-ubuntu-vpc",
  8. "{{ project_name }}.Dedup_bam_index": "{{ Dedup_bam_index }}",
  9. "{{ project_name }}.sample": "{{ sample }}",
  10. "{{ project_name }}.ref_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/"
  11. }