Explorar el Código

add-cluster

master
stead99 hace 5 años
padre
commit
07d9686a86
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tasks/trimmomatic.wdl

+ 2
- 2
tasks/trimmomatic.wdl Ver fichero

@@ -18,7 +18,7 @@ task trimmomatic {
}

output {
File read_1p = ${baseout} + "_1P.fq.gz"
File read_2p = ${baseout} + "_2P.fq.gz"
File read_1p = baseout + "_1P.fq.gz"
File read_2p = baseout + "_2P.fq.gz"
}
}

Cargando…
Cancelar
Guardar