Browse Source

add-cluster

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

+ 2
- 2
tasks/tophat2.wdl View File

} }


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

Loading…
Cancel
Save