Browse Source

fix bug: workflow input

master
YaqingLiu 4 years ago
parent
commit
a3e66f8d86
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      workflow.wdl

+ 2
- 0
workflow.wdl View File

if (type == "tumor") { if (type == "tumor") {
call TNseq.TNseq as TNseq { call TNseq.TNseq as TNseq {
input: input:
TN=TN,
SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR, SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR,
SENTIEON_LICENSE=SENTIEON_LICENSE, SENTIEON_LICENSE=SENTIEON_LICENSE,
fasta=fasta, fasta=fasta,
call TNscope.TNscope as TNscope { call TNscope.TNscope as TNscope {
input: input:
TN=TN,
SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR, SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR,
SENTIEON_LICENSE=SENTIEON_LICENSE, SENTIEON_LICENSE=SENTIEON_LICENSE,
fasta=fasta, fasta=fasta,

Loading…
Cancel
Save