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 boolean pre_alignment_qc in workflow
tags/v0.1.0
stead99
4 years ago
parent
294125188e
commit
791354e265
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
workflow.wdl
+ 2
- 0
workflow.wdl
View File
@@ -31,6 +31,8 @@ workflow {{ project_name }} {
String qualimap_cluster
String ballgown_docker
String ballgown_cluster
Boolean pre_alignment_qc
if (pre_alignment_qc) {
Write
Preview
Loading…
Cancel
Save