您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789
  1. {
  2. "{{ project_name }}.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/sentieon-genomics:v2018.08.01",
  3. "{{ project_name }}.sample": "{{ sample_name }}",
  4. "{{ project_name }}.tumor_fastq_2": "{{ tumor_fastq_2 }}",
  5. "{{ project_name }}.tumor_fastq_1": "{{ tumor_fastq_1 }}",
  6. "{{ project_name }}.disk_size": "{{ disk_size }}",
  7. "{{ project_name }}.cluster_config": "{{ cluster if cluster != '' else 'OnDemand ecs.sn1ne.8xlarge img-ubuntu-vpc' }}"
  8. }