Mercurial > repos > iuc > macs2
diff macs2_bdgdiff.xml @ 36:8c8ae1e19b10 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 344140b8df53b8b7024618bb04594607a045c03a
author | iuc |
---|---|
date | Mon, 04 May 2015 22:46:49 -0400 |
parents | c82a1f154c60 |
children | e04fc51ee5e1 |
line wrap: on
line diff
--- a/macs2_bdgdiff.xml Wed Apr 29 12:06:24 2015 -0400 +++ b/macs2_bdgdiff.xml Mon May 04 22:46:49 2015 -0400 @@ -1,10 +1,11 @@ <tool id="macs2_bdgdiff" name="MACS2 bdgdiff" version="@VERSION_STRING@.0"> <description>Differential peak detection based on paired four bedgraph files</description> - <expand macro="requirements" /> - <expand macro="version_command" /> <macros> <import>macs2_macros.xml</import> </macros> + <expand macro="requirements" /> + <expand macro="stdio" /> + <expand macro="version_command" /> <command> macs2 bdgdiff --t1 "${ infile_pileup_cond1 }" @@ -19,7 +20,6 @@ --o-prefix MACS2 </command> - <expand macro="stdio" /> <inputs> <param name="infile_pileup_cond1" type="data" format="bedgraph" label="MACS pileup bedGraph for condition 1" /> <param name="infile_pileup_cond2" type="data" format="bedgraph" label="MACS pileup bedGraph for condition 2" />