This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
jingchengyang
/
rna-seq-tophat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
revise-tophat
master
stead99
5 years ago
parent
dcabc07438
commit
491ba6def7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/tophat2.wdl
+ 1
- 1
tasks/tophat2.wdl
View File
@@ -21,6 +21,6 @@ task tophat2 {
output {
File accepted_hits = "${baseout}/${baseout}_accepted_hits.bam"
File unmapped_bam = "${baseout}/${ba
ba
seout
se
}_unmapped.bam"
File unmapped_bam = "${baseout}/${baseout}_unmapped.bam"
}
}
Write
Preview
Loading…
Cancel
Save