Browse Source

revise-tophat2

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

+ 2
- 2
tasks/tophat2.wdl View File

String docker String docker
String cluster String cluster


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

Loading…
Cancel
Save