view galaxy-conf/Average.xml @ 5:604c98e58034

Uploaded
author timpalpant
date Tue, 14 Feb 2012 13:04:54 -0500
parents 4b32ed5d4a1b
children b1952a90d4bf
line wrap: on
line source

<tool id="WigAvg" name="Average" version="1.0.0">
  <description>multiple (Big)Wig files</description>
  <command interpreter="sh">
    galaxyToolRunner.sh wigmath.Average -o $output $file1 $file2
      #for $input in $inputs
        ${input.file}
      #end for
  </command>
  <inputs>
      <param name="(Big)Wig file 1" type="data" format="bigwig,wig" />
      <param name="(Big)Wig file 2" type="data" format="bigwig,wig" />
      <repeat name="inputs" title="Additional (Big)Wig file">
        <param name="file" type="data" format="bigwig,wig" />
      </repeat>
  </inputs>
  <outputs>
      <data format="wig" name="output" />
  </outputs>
  <tests>
	  <!-- TODO -->
  </tests>


<help>
</help>
</tool>