@@ -20,7 +20,7 @@ task tophat2 { | |||
} | |||
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" | |||
} | |||
} |