Browse Source

上传文件至 ''

master
lizhihui 5 years ago
parent
commit
90f5a9539f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl View File

@@ -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…
Cancel
Save