瀏覽代碼

fix bug: input

master
YaqingLiu 4 年之前
父節點
當前提交
431924665c
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. +2
    -2
      defaults
  2. +2
    -2
      tasks/access.wdl

+ 2
- 2
defaults 查看文件

@@ -1,6 +1,6 @@
{
"fasta": "GRCh38.d1.vd1.fa",
"faidx": "oss://pgx-reference-data/GRCh38.d1.vd1/",
"fasta": "oss://pgx-reference-data/GRCh38.d1.vd1/GRCh38.d1.vd1.fa",
"faidx": "oss://pgx-reference-data/GRCh38.d1.vd1/GRCh38.d1.vd1.fa.fai",
"docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/cnvkit:0.9.7",
"disk_size": "400",
"cluster_config": "OnDemand bcs.a2.7xlarge img-ubuntu-vpc",

+ 2
- 2
tasks/access.wdl 查看文件

@@ -1,6 +1,6 @@
task access {
File faidx
File fasta
File faidx
File fasta
String docker
String cluster_config
String disk_size

Loading…
取消
儲存