stead99 5 роки тому
джерело
коміт
07f41cc0fb
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      tasks/tophat2.wdl

+ 1
- 1
tasks/tophat2.wdl Переглянути файл

String cluster String cluster


command <<< 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 { runtime {

Завантаження…
Відмінити
Зберегти