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
509a9c3287
commit
e9fcbbd84e
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
workflow.wdl
+ 3
- 3
workflow.wdl
View File
@@ -12,13 +12,13 @@ workflow {{ project_name }} {
input:
bam=sample[0]
}
}
call bedtools.bedtools as bedtools {
call bedtools.bedtools as bedtools {
input:
tmp_bam=cp_bam.tmp_bam,
bed_file=bed_file
}
}
}
Write
Preview
Loading…
Cancel
Save