# HG changeset patch
# User iuc
# Date 1463768859 14400
# Node ID ac8b17b666634625f5551c5e1ea83fe23f526deb
# Parent 818cc3c02d705ebda5deb89dd3f6f34322e1aac0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 6ce9a5a91d803b9ac9e743d9721ff0ccd2a5a59f
diff -r 818cc3c02d70 -r ac8b17b66663 closestBed.xml
--- a/closestBed.xml Sat Feb 27 12:56:20 2016 -0500
+++ b/closestBed.xml Fri May 20 14:27:39 2016 -0400
@@ -7,7 +7,7 @@
$output
]]>
diff -r 818cc3c02d70 -r ac8b17b66663 coverageBed.xml
--- a/coverageBed.xml Sat Feb 27 12:56:20 2016 -0500
+++ b/coverageBed.xml Fri May 20 14:27:39 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 818cc3c02d70 -r ac8b17b66663 shuffleBed.xml
--- a/shuffleBed.xml Sat Feb 27 12:56:20 2016 -0500
+++ b/shuffleBed.xml Fri May 20 14:27:39 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