Explorar el Código

上传文件至 ''

master
lizhihui hace 5 años
padre
commit
90f5a9539f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl Ver fichero

@@ -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 {

Cargando…
Cancelar
Guardar