Mercurial > repos > iuc > macs2
diff macs2_refinepeak.xml @ 63:25e46cf1ee36 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e8307adcc6ee9245fa2bb9ecb6de1cbe008dc2c3"
author | iuc |
---|---|
date | Sat, 02 Apr 2022 21:36:50 +0000 |
parents | 1ac88e46ee0f |
children |
line wrap: on
line diff
--- a/macs2_refinepeak.xml Tue Aug 31 09:16:10 2021 +0000 +++ b/macs2_refinepeak.xml Sat Apr 02 21:36:50 2022 +0000 @@ -1,4 +1,4 @@ -<tool id="macs2_refinepeak" name="MACS2 refinepeak" version="@VERSION_STRING@.1"> +<tool id="macs2_refinepeak" name="MACS2 refinepeak" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> <description>Refine peak summits and give scores measuring balance of forward- backward tags (Experimental)</description> <expand macro="bio_tools"/> <macros> @@ -16,12 +16,14 @@ --cutoff '${ cutoff }' --window-size '${ winsize }' --ofile '${ outfile }' + @buffer_size@ ]]></command> <inputs> <param name="infile" type="data" format="bam,bed" label="Sequencing alignment file" /> <param name="bed_infile" type="data" format="bed" label="Candidate peak file in BED format" /> <param name="cutoff" type="float" label="Cutoff" value="5.0" help="default: 5.0 (--cutoff)"/> <param name="winsize" type="integer" value="200" label="Scan window size on both side of the summit" help="default: 200bp (--window-size)" /> + <expand macro="buffer_size"/> </inputs> <outputs>