Browse Source

revise-tophat

master
stead99 5 years ago
parent
commit
e1a20147f1
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}/${baseout}.accepted_hits.bam"
File unmapped_bam = "${baseout}/${baseout}.unmapped.bam"
File accepted_hits = "${baseout}/accepted_hits.bam"
File unmapped_bam = "${baseout}/unmapped.bam"
} }
} }

Loading…
Cancel
Save