|
- {
- "{{ project_name }}.fasta": "GRCh38.d1.vd1.fa",
- "{{ project_name }}.ref_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/",
- "{{ project_name }}.dbsnp": "dbsnp_146.hg38.vcf",
- "{{ project_name }}.dbsnp_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/",
- "{{ project_name }}.SENTIEON_INSTALL_DIR": "/opt/sentieon-genomics",
- "{{ project_name }}.dbmills_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/",
- "{{ project_name }}.db_mills": "Mills_and_1000G_gold_standard.indels.hg38.vcf",
- "{{ project_name }}.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/sentieon-genomics:v2017.11.04",
- "{{ project_name }}.varscan_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/varscan2:v2.4.3",
- "{{ project_name }}.sample": "{{ sample_name }}",
- "{{ project_name }}.tumor_fastq_2": "{{ tumor_fastq_2 }}",
- "{{ project_name }}.tumor_fastq_1": "{{ tumor_fastq_1 }}",
- "{{ project_name }}.normal_fastq_1": "{{ normal_fastq_1 }}",
- "{{ project_name }}.normal_fastq_2": "{{ normal_fastq_2 }}",
- "{{ project_name }}.regions": "{{ regions }}",
- "{{ project_name }}.disk_size": "{{ disk_size }}",
- "{{ project_name }}.cluster_config": "{{ cluster if cluster != '' else 'OnDemand ecs.sn1ne.4xlarge img-ubuntu-vpc' }}"
- }
|