Explorar el Código

revise-tophat

master
stead99 hace 5 años
padre
commit
e1a20147f1
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}/${baseout}.accepted_hits.bam"
File unmapped_bam = "${baseout}/${baseout}.unmapped.bam"
File accepted_hits = "${baseout}/accepted_hits.bam"
File unmapped_bam = "${baseout}/unmapped.bam"
}
}

Cargando…
Cancelar
Guardar