浏览代码

inputs

master
LUYAO REN 6 年前
父节点
当前提交
4de0de868d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      inputs

+ 2
- 2
inputs 查看文件

{ {
"{{ project_name }}.fasta": "GRCh38.d1.vd1.fa",
"{{ project_name }}.fasta": "{{ fasta }}",
"{{ project_name }}.disk_size": "400", "{{ project_name }}.disk_size": "400",
"{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/gatk:3.8-1", "{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/gatk:3.8-1",
"{{ project_name }}.bam_index": "{{ bam_index }}", "{{ project_name }}.bam_index": "{{ bam_index }}",
"{{ project_name }}.cluster_config": "OnDemand ecs.sn1ne.8xlarge img-ubuntu-vpc", "{{ project_name }}.cluster_config": "OnDemand ecs.sn1ne.8xlarge img-ubuntu-vpc",
"{{ project_name }}.bam": "{{ bam }}", "{{ project_name }}.bam": "{{ bam }}",
"{{ project_name }}.sample": "{{ sample }}", "{{ project_name }}.sample": "{{ sample }}",
"{{ project_name }}.ref_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/"
"{{ project_name }}.ref_dir": "{{ ref_dir }}"
} }

正在加载...
取消
保存