Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/Multiply.xml @ 12:81d5b81fb3c2 draft
Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
author | timpalpant |
---|---|
date | Wed, 25 Apr 2012 16:53:48 -0400 |
parents | 4b32ed5d4a1b |
children | 3e477c7e0e73 |
comparison
equal
deleted
inserted
replaced
11:b1952a90d4bf | 12:81d5b81fb3c2 |
---|---|
1 <tool id="WigMultiply" name="Multiply" version="1.0.0"> | 1 <tool id="WigMultiply" name="Multiply" version="1.0.0"> |
2 <description>multiple (Big)Wig files</description> | 2 <description>(Big)Wig files</description> |
3 <command interpreter="sh"> | 3 <command interpreter="sh"> |
4 galaxyToolRunner.sh wigmath.Multiply -o $output | 4 galaxyToolRunner.sh wigmath.Multiply -o $output |
5 #for $input in $inputs | 5 #for $input in $inputs |
6 ${input.file} | 6 ${input.file} |
7 #end for | 7 #end for |
14 <outputs> | 14 <outputs> |
15 <data format="wig" name="output" /> | 15 <data format="wig" name="output" /> |
16 </outputs> | 16 </outputs> |
17 | 17 |
18 <help> | 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 | |
19 </help> | 26 </help> |
20 </tool> | 27 </tool> |