Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Drone
Ayuda
Iniciar sesión
jingchengyang
/
rna-seq-tophat
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
revise-tophat2
master
stead99
hace 5 años
padre
695f6c46b2
commit
479ec379cd
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
tasks/tophat2.wdl
+ 1
- 1
tasks/tophat2.wdl
Ver fichero
@@ -9,7 +9,7 @@ task tophat2 {
String cluster
command {
tophat2 -p 8 -G ${gtf} -o
${
baseout
}
${genome_directory}/${idx_prefix} ${read1} ${read2}
tophat2 -p 8 -G ${gtf} -o baseout ${genome_directory}/${idx_prefix} ${read1} ${read2}
}
runtime {
Escribir
Vista previa
Cargando…
Cancelar
Guardar