Parcourir la source

revise-tophat2

master
stead99 il y a 5 ans
Parent
révision
9ffdea16df
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      tasks/tophat2.wdl

+ 2
- 2
tasks/tophat2.wdl Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer