Selaa lähdekoodia

revise-tophat

master
stead99 5 vuotta sitten
vanhempi
commit
5445db83ca
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      tasks/tophat2.wdl

+ 3
- 3
tasks/tophat2.wdl Näytä tiedosto

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

command <<<
tophat -p 8 -G ${gtf} -o ${genome_directory}/${idx_prefix} ${read1} ${read2}
tophat -p 8 -G ${gtf} -o baseout ${genome_directory}/${idx_prefix} ${read1} ${read2}
>>>
runtime {
@@ -20,7 +20,7 @@ task tophat2 {
}

output {
File accepted_hits = "${baseout}_accepted_hits.bam"
File unmapped_bam = "${baseout}_unmapped.bam"
File accepted_hits = baseout + "_accepted_hits.bam"
File unmapped_bam = baseout + "_unmapped.bam"
}
}

Loading…
Peruuta
Tallenna