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
46a8dbfdf6
commit
a1d233e76e
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
workflow.wdl
+ 2
- 2
workflow.wdl
View File
call bedtools.bedtools as bedtools {
call bedtools.bedtools as bedtools {
input:
input:
Array[File]
bam=sample[0],
Array[File]
bai_files=sample[1],
bam=sample[0],
bai_files=sample[1],
bed_file=bed_file
bed_file=bed_file
}
}
Write
Preview
Loading…
Cancel
Save