Explorar el Código

add-cluster

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

+ 2
- 2
tasks/tophat2.wdl Ver fichero

@@ -20,7 +20,7 @@ task tophat2 {
}

output {
File accepted_hits = "${baseout}/accepted_hits.bam"
File unmapped_bam = "${baseout}/unmapped.bam"
File accepted_hits = "${baseout}/${baseout}_accepted_hits.bam"
File unmapped_bam = "${baseout}/${baseout}_unmapped.bam"
}
}

Cargando…
Cancelar
Guardar