Quellcode durchsuchen

revise-tophat

master
stead99 vor 5 Jahren
Ursprung
Commit
6a90f9b40b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      tasks/tophat2.wdl

+ 1
- 1
tasks/tophat2.wdl Datei anzeigen

@@ -10,7 +10,7 @@ task tophat2 {
String cluster

command <<<
tophat2 -p 8 -G ${gtf} -o ${base} --library-type fr-unstranded --solexa-quals ${genome_directory}/${idx_prefix} ${read1} ${read2}
tophat -p 8 -G ${gtf} -o ${base} --library-type fr-unstranded --solexa-quals ${genome_directory}/${idx_prefix} ${read1} ${read2}
>>>
runtime {

Laden…
Abbrechen
Speichern