lizhihui пре 5 година
родитељ
комит
90f5a9539f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl Прегледај датотеку

@@ -12,7 +12,7 @@ workflow {{ project_name }} {
call hisat2.hisat2 as hisat2 {
input: idx=idx, idx_prefix=idx_prefix, read_1P=read1, read_2P=read2
input: idx=idx, idx_prefix=idx_prefix, read1=read1, read2=read2
}

call samtools.samtools as samtools {

Loading…
Откажи
Сачувај