|
- {
- "{{ project_name }}.SENTIEON_INSTALL_DIR": "/opt/sentieon-genomics",
- "{{ project_name }}.fasta": "GRCh38.d1.vd1.fa",
- "{{ project_name }}.normal_bam_idx": "{{ normal_bam_idx}}",
- "{{ project_name }}.tumor_bam": "{{ tumor_bam }}",
- "{{ project_name }}.DELLYdocker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/delly:v0.8.1",
- "{{ project_name }}.disk_size": "500",
- "{{ project_name }}.normal_bam": "{{ normal_bam }}",
- "{{ project_name }}.sample_name": "{{ sample_name }}",
- "{{ project_name }}.SMALLcluster_config": "OnDemand bcs.a2.xlarge img-ubuntu-vpc",
- "{{ project_name }}.BCFdocker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/bcftools:v1.9",
- "{{ project_name }}.BIGcluster_config": "OnDemand bcs.a2.7xlarge img-ubuntu-vpc",
- "{{ project_name }}.tumor_bam_idx": "{{ tumor_bam_idx }}",
- "{{ project_name }}.SENTIEONdocker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/sentieon-genomics:v2018.08.01",
- "{{ project_name }}.ref_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/"
- }
|