Mercurial > repos > timpalpant > java_genomics_toolkit
diff 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 |
line wrap: on
line diff
--- a/galaxy-conf/Multiply.xml Mon Apr 09 11:50:23 2012 -0400 +++ b/galaxy-conf/Multiply.xml Wed Apr 25 16:53:48 2012 -0400 @@ -1,5 +1,5 @@ <tool id="WigMultiply" name="Multiply" version="1.0.0"> - <description>multiple (Big)Wig files</description> + <description>(Big)Wig files</description> <command interpreter="sh"> galaxyToolRunner.sh wigmath.Multiply -o $output #for $input in $inputs @@ -16,5 +16,12 @@ </outputs> <help> + +This tool multiplies Wig or BigWig files base pair by base pair. + +.. class:: infomark + +**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. + </help> </tool>