Mercurial > repos > timpalpant > java_genomics_toolkit
view galaxy-conf/Multiply.xml @ 11:b1952a90d4bf
Uploaded
author | timpalpant |
---|---|
date | Mon, 09 Apr 2012 11:50:23 -0400 |
parents | 4b32ed5d4a1b |
children | 81d5b81fb3c2 |
line wrap: on
line source
<tool id="WigMultiply" name="Multiply" version="1.0.0"> <description>multiple (Big)Wig files</description> <command interpreter="sh"> galaxyToolRunner.sh wigmath.Multiply -o $output #for $input in $inputs ${input.file} #end for </command> <inputs> <repeat name="inputs" title="(Big)Wig file"> <param name="file" type="data" format="bigwig,wig" /> </repeat> </inputs> <outputs> <data format="wig" name="output" /> </outputs> <help> </help> </tool>