Mercurial > repos > plus > archer
view archer.xml @ 3:3af9b7634b2d draft default tip
Uploaded
author | plus |
---|---|
date | Thu, 29 May 2014 02:32:55 -0400 |
parents | d5aed166429d |
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>