Browse Source

fix(CNVkit): workflow

master
YaqingLiu 2 years ago
parent
commit
199804f85d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl View File

@@ -43,7 +43,7 @@ workflow {{ project_name }} {
String disk_size
String cluster_config
call CNVkit.CNVkit as CNVkit {
call CNVkit.CNVkit as CNVkit1 {
input:
sample=sample_id,
fasta=fasta,

Loading…
Cancel
Save