Explorar el Código

revise-tophat2

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

+ 2
- 2
tasks/tophat2.wdl Ver fichero

@@ -9,9 +9,9 @@ task tophat2 {
String docker
String cluster

command {
command <<<
tophat2 -p 8 -G ${gtf} -o ${base} ${genome_directory}/${idx_prefix} ${read1} ${read2}
}
>>>
runtime {
docker: docker

Cargando…
Cancelar
Guardar