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
74c949ba76
commit
48aaa73d74
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/bedtools.wdl
+ 1
- 1
tasks/bedtools.wdl
View File
@@ -9,7 +9,7 @@ task bedtools {
command <<<
set -e -o pipefail
bedtools multicov ${sep='' input_samples} -bed ${bed_file} > revread_count.txt
bedtools multicov ${sep='
' input_samples} -bed ${bed_file} > revread_count.txt
>>>
Write
Preview
Loading…
Cancel
Save