Mercurial > repos > plus > archer
annotate archer.xml @ 3:3af9b7634b2d draft default tip
Uploaded
author | plus |
---|---|
date | Thu, 29 May 2014 02:32:55 -0400 |
parents | d5aed166429d |
children |
rev | line source |
---|---|
2 | 1 <?xml version="1.0"?> |
2 <tool id="archerTool" name="archer"> | |
3 <description>Gene Mutation Identification</description> | |
4 <command> | |
5 archer.pl -config --dat_file=$dat_file --out_file1=$out_file1</command> | |
6 <inputs> | |
7 <param name="dat_file" type="data" format="dat" label="Select dat file" /> | |
8 </inputs> | |
9 <outputs> | |
10 <data format="dat" name="out_file1" /> | |
11 </outputs> | |
12 <help> | |
13 </help> | |
14 </tool> | |
15 |