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
3c5b89c77e
commit
9ffdea16df
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Escribir
Vista previa
Cargando…
Cancelar
Guardar