Sfoglia il codice sorgente

revise-tophat2

master
stead99 5 anni fa
parent
commit
9ffdea16df
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      tasks/tophat2.wdl

+ 2
- 2
tasks/tophat2.wdl Vedi File

@@ -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…
Annulla
Salva