view archer.xml @ 2:d5aed166429d draft

Uploaded
author plus
date Thu, 29 May 2014 02:31:15 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool id="archerTool" name="archer">
  <description>Gene Mutation Identification</description>
  <command>
	archer.pl -config --dat_file=$dat_file --out_file1=$out_file1</command>
  <inputs>
        <param name="dat_file" type="data"   format="dat" label="Select dat file" />
  </inputs>
  <outputs>
      <data format="dat" name="out_file1" />
  </outputs>
  <help>
  </help>
</tool>