# HG changeset patch
# User iuc
# Date 1463934812 14400
# Node ID d25966c8ddeb1827ab46255b99bc3ef000332e62
# Parent f8b7dc21b4eee6bf7d79b7d84b1e8b3d8561430a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 6ce9a5a91d803b9ac9e743d9721ff0ccd2a5a59f-dirty
diff -r f8b7dc21b4ee -r d25966c8ddeb closestBed.xml
--- a/closestBed.xml Sat Feb 27 12:56:56 2016 -0500
+++ b/closestBed.xml Sun May 22 12:33:32 2016 -0400
@@ -7,7 +7,7 @@
$output
]]>
diff -r f8b7dc21b4ee -r d25966c8ddeb coverageBed.xml
--- a/coverageBed.xml Sat Feb 27 12:56:56 2016 -0500
+++ b/coverageBed.xml Sun May 22 12:33:32 2016 -0400
@@ -1,5 +1,5 @@
- of features in file A across the features in file B (coverageBed)
+ of features in file B on the features in file A (bedtools coverage)
macros.xml
@@ -7,36 +7,34 @@
'$output'
]]>
-
-
+
+
+ help="Only report hits in B that overlap A on the same strand. By default, overlaps are reported without respect to strand (-s)"/>
+ label="Report the depth at each position in each A feature"
+ help="Positions reported are one based. Each position and depth follow the complete B feature (-d)" />
+ label="Report a histogram of coverage for each feature in A as well as a summary histogram for all features in A"
+ help="Additional columns after each feature in A: 1) depth 2) # bases at depth 3) size of A 4) % of A at depth (-hist)" />
-
+
@@ -49,18 +47,23 @@
diff -r f8b7dc21b4ee -r d25966c8ddeb shuffleBed.xml
--- a/shuffleBed.xml Sat Feb 27 12:56:56 2016 -0500
+++ b/shuffleBed.xml Sun May 22 12:33:32 2016 -0400
@@ -15,10 +15,10 @@
-seed $seed.seed
#end if
#if str($add_bed.add_bed_select) == "not_be":
- -excl $add_bed_select.excl
- -f $add_bed_select.overlap
+ -excl $add_bed.excl
+ -f $add_bed.overlap
#elif str($add_bed.add_bed_select) == "be":
- -incl $add_bed_select.incl
+ -incl $add_bed.incl
#end if
$chrom
$chromfirst