This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
junshang
/
mixcr
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
align
master
stead99
5 years ago
parent
a53b68aeae
commit
4757cd9f99
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
workflow.wdl
+ 6
- 1
workflow.wdl
View File
@@ -10,7 +10,12 @@ workflow {{ project_name }} {
call align.align as align {
input: read1=read1, read2=read2
input:
read1=read1,
read2=read2,
docker=docker,
disk_size=disk_size,
cluster_config=cluster_config
}
}
Write
Preview
Loading…
Cancel
Save