This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
YaqingLiu
/
bedtools-multicov
forked from
junshang/bedtools
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
revised-bedtools-task
master
stead99
5 years ago
parent
a1d233e76e
commit
fc2219d10d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
workflow.wdl
+ 1
- 1
workflow.wdl
View File
@@ -11,7 +11,7 @@ workflow {{ project_name }} {
call bedtools.bedtools as bedtools {
input:
bam=sample[0],
bai
_files
=sample[1],
bai=sample[1],
bed_file=bed_file
}
Write
Preview
Loading…
Cancel
Save