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

@@ -206,6 +206,7 @@ workflow {{ project_name }} {
if (type == "tumor") {
call TNseq.TNseq as TNseq {
input:
TN=TN,
SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR,
SENTIEON_LICENSE=SENTIEON_LICENSE,
fasta=fasta,
@@ -230,6 +231,7 @@ workflow {{ project_name }} {
call TNscope.TNscope as TNscope {
input:
TN=TN,
SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR,
SENTIEON_LICENSE=SENTIEON_LICENSE,
fasta=fasta,

Loading…
Cancel
Save