ソースを参照

inputs

master
LUYAO REN 6年前
コミット
4de0de868d
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      inputs

+ 2
- 2
inputs ファイルの表示

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

読み込み中…
キャンセル
保存