Mercurial > repos > iuc > macs2
comparison macs2_bdgcmp.xml @ 2:bfe57d6e0c4c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 63955994af5090ec444c03c221df0012d5ae4e74
author | iuc |
---|---|
date | Mon, 12 Oct 2015 11:24:39 -0400 |
parents | fe62ba547975 |
children | beb902da6e5f |
comparison
equal
deleted
inserted
replaced
1:859c982b1f7f | 2:bfe57d6e0c4c |
---|---|
1 <tool id="macs2_bdgcmp" name="MACS2 bdgcmp" version="@VERSION_STRING@.0"> | 1 <tool id="macs2_bdgcmp" name="MACS2 bdgcmp" version="@VERSION_STRING@.0"> |
2 <description>Deduct noise by comparing two signal tracks in bedGraph</description> | 2 <description>Deduct noise by comparing two signal tracks in bedGraph</description> |
3 <expand macro="requirements" /> | |
4 <expand macro="version_command" /> | |
5 <macros> | 3 <macros> |
6 <import>macs2_macros.xml</import> | 4 <import>macs2_macros.xml</import> |
7 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | |
7 <expand macro="stdio" /> | |
8 <expand macro="version_command" /> | |
8 <command> | 9 <command> |
9 macs2 bdgcmp | 10 macs2 bdgcmp |
10 -t "${ infile_treatment }" | 11 -t "${ infile_treatment }" |
11 -c "${ infile_control }" | 12 -c "${ infile_control }" |
12 | 13 |
15 -p "${ bdgcmp_options.pseudocount }" | 16 -p "${ bdgcmp_options.pseudocount }" |
16 #end if | 17 #end if |
17 -o "${ outfile }" | 18 -o "${ outfile }" |
18 | 19 |
19 </command> | 20 </command> |
20 <expand macro="stdio" /> | |
21 <inputs> | 21 <inputs> |
22 <param name="infile_treatment" type="data" format="bedgraph" label="Treatment bedGraph file" /> | 22 <param name="infile_treatment" type="data" format="bedgraph" label="Treatment bedGraph file" /> |
23 <param name="infile_control" type="data" format="bedgraph" label="Control bedGraph file" /> | 23 <param name="infile_control" type="data" format="bedgraph" label="Control bedGraph file" /> |
24 | 24 |
25 <conditional name="bdgcmp_options"> | 25 <conditional name="bdgcmp_options"> |