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

11 行
498B

  1. {
  2. "{{ project_name }}.fasta": "GRCh38.d1.vd1.fa",
  3. "{{ project_name }}.disk_size": "400",
  4. "{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/hcc1395_aliyun/gatk:v3.8-0",
  5. "{{ project_name }}.bam_index": "{{ bam_index }}",
  6. "{{ project_name }}.cluster_config": "OnDemand bcs.ps.g.4xlarge img-ubuntu-vpc",
  7. "{{ project_name }}.bam": "{{ bam }}",
  8. "{{ project_name }}.sample": "{{ sample }}",
  9. "{{ project_name }}.ref_dir": "oss://hcc1395/reference_genome/GRCh38.d1.vd1/"
  10. }