# HG changeset patch # User iuc # Date 1508587073 14400 # Node ID 18aeac3cd1dba39841b3a73215ffdab5f5235140 # Parent 44867b59dbf2a0c8883ebd6cef64bccb23483708 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit dc0d10f28180ec2b2d1b0beac637601ea859e8f2 diff -r 44867b59dbf2 -r 18aeac3cd1db coverageBed.xml --- a/coverageBed.xml Tue Sep 05 15:40:14 2017 -0400 +++ b/coverageBed.xml Sat Oct 21 07:57:53 2017 -0400 @@ -1,4 +1,4 @@ - + of features in file B on the features in file A (bedtools coverage) macros.xml @@ -14,6 +14,14 @@ $hist $split $strandedness + #if str($overlap_a) != "None" and str($overlap_a): + -f '$overlap_a' + #end if + #if str($overlap_b) != "None" and str($overlap_b): + -F '$overlap_b' + #end if + $reciprocal_overlap + $a_or_b -a '$inputA' -b '$inputBs' | sort -k1,1 -k2,2n @@ -32,6 +40,26 @@ + + + + + + + + + + + + @@ -39,9 +67,22 @@ - + + + + + + + + + + + + + +