Procházet zdrojové kódy

fix bug: input

master
YaqingLiu před 4 roky
rodič
revize
431924665c
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +2
    -2
      defaults
  2. +2
    -2
      tasks/access.wdl

+ 2
- 2
defaults Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit