This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
junshang
/
rnaseq-engineering
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
add sam as hisat2 output
tags/v0.2.5
stead99
4 years ago
parent
a092c433b0
commit
3c076d97d5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/hisat2.wdl
+ 1
- 0
tasks/hisat2.wdl
View File
@@ -22,6 +22,7 @@ task hisat2 {
}
output {
File sam=sample_id + ".sam"
File unmapread_1p=sample_id + "_un.fq.1.gz"
File unmapread_2p=sample_id + "_un.fq.2.gz"
}
Write
Preview
Loading…
Cancel
Save