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
1454df91c8
commit
9fbe2f1262
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
@@ -16,7 +16,7 @@ workflow {{ project_name }} {
call bedtools.bedtools as bedtools {
input:
bam=
sample[0]
,
bam=
cp_bam.tmp_bam
,
bed_file=bed_file
}
Write
Preview
Loading…
Cancel
Save