Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/Multiply.xml @ 24:a77e126ae856 draft
Reupload since last upload did not load correctly
author | timpalpant |
---|---|
date | Tue, 19 Jun 2012 22:15:09 -0400 |
parents | 9d56b5b85740 |
children | b43c420a6135 |
comparison
equal
deleted
inserted
replaced
23:01d5d20eaadd | 24:a77e126ae856 |
---|---|
1 <tool id="WigMultiply" name="Multiply" version="1.1.0"> | |
2 <description>(Big)Wig files</description> | |
3 <command interpreter="sh"> | |
4 galaxyToolRunner.sh wigmath.Multiply -o $output | |
5 #for $input in $inputs | |
6 ${input.file} | |
7 #end for | |
8 </command> | |
9 <inputs> | |
10 <repeat name="inputs" title="(Big)Wig file"> | |
11 <param name="file" type="data" format="bigwig,wig" /> | |
12 </repeat> | |
13 </inputs> | |
14 <outputs> | |
15 <data format="wig" name="output" /> | |
16 </outputs> | |
17 | |
18 <help> | |
19 | |
20 This tool multiplies Wig or BigWig files base pair by base pair. | |
21 | |
22 .. class:: infomark | |
23 | |
24 **TIP:** If your dataset does not appear in the pulldown menu, it means that it is not in Wig or BigWig format. Use "edit attributes" to set the correct format if it was not detected correctly. | |
25 | |
26 </help> | |
27 </tool> |