Przeglądaj źródła

revise-tophat

master
stead99 5 lat temu
rodzic
commit
07f41cc0fb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tasks/tophat2.wdl

+ 1
- 1
tasks/tophat2.wdl Wyświetl plik

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

command <<<
tophat -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} ${genome_directory}/${idx_prefix} ${read1} ${read2}
>>>
runtime {

Ładowanie…
Anuluj
Zapisz