Sfoglia il codice sorgente

fix(CNVkit): workflow

master
YaqingLiu 2 anni fa
parent
commit
26b0d32e76
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl Vedi File

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

Loading…
Annulla
Salva