Explorar el Código

12 commit

master
biolcl hace 4 años
padre
commit
a7a8b8b292
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/starfusion.wdl

+ 1
- 1
tasks/starfusion.wdl Ver fichero

@@ -30,7 +30,7 @@ task starfusion{
}

output {
Array[File] starfusion_result=glob("${sample_id}/output/*")
Array[File] starfusion_result=glob("${sample_id}/output/*.tsv")
}

}

Cargando…
Cancelar
Guardar