Mercurial > repos > timpalpant > java_genomics_toolkit
annotate galaxy-conf/Multiply.xml @ 6:422ac2bbb274
Uploaded
| author | timpalpant | 
|---|---|
| date | Tue, 14 Feb 2012 18:40:50 -0500 | 
| parents | 4b32ed5d4a1b | 
| children | 81d5b81fb3c2 | 
| rev | line source | 
|---|---|
| 4 | 1 <tool id="WigMultiply" name="Multiply" version="1.0.0"> | 
| 2 <description>multiple (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 </help> | |
| 20 </tool> | 
