Mercurial > repos > plus > archer
comparison archer.xml @ 0:6a70f5848f4a draft
Uploaded
author | plus |
---|---|
date | Wed, 28 May 2014 10:03:45 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6a70f5848f4a |
---|---|
1 <?xml version="1.0"?> | |
2 <tool id="archerTool" name="archer"> | |
3 <description>Gene Mutation Identification</description> | |
4 <command>/home/plus91/archer_1.0.0/archer/archer.pl -config /home/plus91/galaxy-dist/database/files/000/$dat_file $out_file1</command> | |
5 <inputs> | |
6 <param name="dat_file" type="data" format="dat" label="Select dat file" /> | |
7 </inputs> | |
8 <outputs> | |
9 <data format="dat" name="out_file1" /> | |
10 </outputs> | |
11 <help> | |
12 </help> | |
13 </tool> | |
14 |