# HG changeset patch # User iuc # Date 1542728082 18000 # Node ID e19bebe96cd295091e2ecaf557c75ffcedb5dce2 # Parent db1841942d2b863fe220d9c0f8ae409898d2962d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 39701b6cbb7a45ec45f1545648b73a6b8ed3e184 diff -r db1841942d2b -r e19bebe96cd2 mapBed.xml --- a/mapBed.xml Fri Aug 17 05:42:39 2018 -0400 +++ b/mapBed.xml Tue Nov 20 10:34:42 2018 -0500 @@ -1,4 +1,4 @@ - + apply a function to a column for each overlapping interval macros.xml @@ -7,17 +7,17 @@ "${output}" +bedtools map +-a '${inputA}' +-b '${inputB}' +$strand +@C_AND_O_ARGUMENT@ +-f $overlap +$reciprocal +$split +$header +@GENOME_FILE_MAPBED@ +> '${output}' ]]> @@ -29,7 +29,7 @@ help="If set, the overlap between the BAM alignment and the BED interval must affect the above fraction of both the alignment and the BED interval. (-r)" /> - +