comparison archer.xml @ 2:d5aed166429d draft

Uploaded
author plus
date Thu, 29 May 2014 02:31:15 -0400
parents
children
comparison
equal deleted inserted replaced
1:9449431ac91e 2:d5aed166429d
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