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

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

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

command {
tophat2 -p 24 -o ${baseout} -G ${gtf} --library-type fr-unstranded --solexa-quals ${genome_directory}/${idx_prefix} ${read1} ${read2}
tophat2 -p 8 -G ${gtf} -o ${baseout} ${genome_directory}/${idx_prefix} ${read1} ${read2}
}
runtime {

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