stead99 пре 5 година
родитељ
комит
9ffdea16df
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      tasks/tophat2.wdl

+ 2
- 2
tasks/tophat2.wdl Прегледај датотеку

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

command {
command <<<
tophat2 -p 8 -G ${gtf} -o ${base} ${genome_directory}/${idx_prefix} ${read1} ${read2}
}
>>>
runtime {
docker: docker

Loading…
Откажи
Сачувај