Browse Source

revise-tophat

master
stead99 5 years ago
parent
commit
7bf8c2f7e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/tophat2.wdl

+ 1
- 1
tasks/tophat2.wdl View File

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

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

Loading…
Cancel
Save