Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/Average.xml @ 11:b1952a90d4bf
Uploaded
author | timpalpant |
---|---|
date | Mon, 09 Apr 2012 11:50:23 -0400 |
parents | 4b32ed5d4a1b |
children | 81d5b81fb3c2 |
comparison
equal
deleted
inserted
replaced
10:d063d22f4e80 | 11:b1952a90d4bf |
---|---|
5 #for $input in $inputs | 5 #for $input in $inputs |
6 ${input.file} | 6 ${input.file} |
7 #end for | 7 #end for |
8 </command> | 8 </command> |
9 <inputs> | 9 <inputs> |
10 <param name="(Big)Wig file 1" type="data" format="bigwig,wig" /> | 10 <param name="file1" label="(Big)Wig file 1" type="data" format="bigwig,wig" /> |
11 <param name="(Big)Wig file 2" type="data" format="bigwig,wig" /> | 11 <param name="file2" label="(Big)Wig file 2" type="data" format="bigwig,wig" /> |
12 <repeat name="inputs" title="Additional (Big)Wig file"> | 12 <repeat name="inputs" title="Additional (Big)Wig file"> |
13 <param name="file" type="data" format="bigwig,wig" /> | 13 <param name="file" type="data" format="bigwig,wig" /> |
14 </repeat> | 14 </repeat> |
15 </inputs> | 15 </inputs> |
16 <outputs> | 16 <outputs> |