Mercurial > repos > iuc > macs2
comparison macs2_refinepeak.xml @ 61:644444825ef9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e90e79e18362561d0060d2c162f1938feebdbc29
author | iuc |
---|---|
date | Thu, 25 Apr 2019 17:48:32 -0400 |
parents | 8f6b37d29df5 |
children | 1ac88e46ee0f |
comparison
equal
deleted
inserted
replaced
60:75bd115a2085 | 61:644444825ef9 |
---|---|
1 <tool id="macs2_refinepeak" name="MACS2 refinepeak" version="@VERSION_STRING@.0"> | 1 <tool id="macs2_refinepeak" name="MACS2 refinepeak" version="@VERSION_STRING@.1"> |
2 <description>Refine peak summits and give scores measuring balance of forward- backward tags (Experimental)</description> | 2 <description>Refine peak summits and give scores measuring balance of forward- backward tags (Experimental)</description> |
3 <macros> | 3 <macros> |
4 <import>macs2_macros.xml</import> | 4 <import>macs2_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
15 --cutoff '${ cutoff }' | 15 --cutoff '${ cutoff }' |
16 --window-size '${ winsize }' | 16 --window-size '${ winsize }' |
17 --ofile '${ outfile }' | 17 --ofile '${ outfile }' |
18 ]]></command> | 18 ]]></command> |
19 <inputs> | 19 <inputs> |
20 <param name="infile" type="data" format="sam,bam,bed" label="Sequencing alignment file" /> | 20 <param name="infile" type="data" format="bam,bed" label="Sequencing alignment file" /> |
21 <param name="bed_infile" type="data" format="bed" label="Candidate peak file in BED format" /> | 21 <param name="bed_infile" type="data" format="bed" label="Candidate peak file in BED format" /> |
22 <param name="cutoff" type="float" label="Cutoff" value="5.0" help="default: 5.0 (--cutoff)"/> | 22 <param name="cutoff" type="float" label="Cutoff" value="5.0" help="default: 5.0 (--cutoff)"/> |
23 <param name="winsize" type="integer" value="200" label="Scan window size on both side of the summit" help="default: 200bp (--window-size)" /> | 23 <param name="winsize" type="integer" value="200" label="Scan window size on both side of the summit" help="default: 200bp (--window-size)" /> |
24 </inputs> | 24 </inputs> |
25 | 25 |