@@ -1,7 +1,7 @@ | |||
{ | |||
"{{ project_name }}.disk_size": "150", | |||
"{{ project_name }}.new_file_name": "{{ new_file_name }}", | |||
"{{ project_name }}.fastqs": {{ fastq_list.split(";") }}, | |||
"{{ project_name }}.fastqs": {{ fastq_list.split(";") | tojson }}, | |||
"{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/bcftools:v1.9", | |||
"{{ project_name }}.cluster_config": "OnDemand bcs.a2.large img-ubuntu-vpc" | |||
} |