Parcourir la source

revise-tophat2

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

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

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

Chargement…
Annuler
Enregistrer