stead99 5 лет назад
Родитель
Сommit
499e1f4a80
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      tasks/tophat2.wdl

+ 1
- 1
tasks/tophat2.wdl Просмотреть файл

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

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

Загрузка…
Отмена
Сохранить