comparison collate_alpha.xml @ 0:e5c3175506b7 default tip

Initial tool configs for qiime, most need work.
author Jim Johnson <jj@umn.edu>
date Sun, 17 Jul 2011 10:30:11 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e5c3175506b7
1 <tool id="collate_alpha" name="collate_alpha" version="1.2.0">
2 <description>Collate alpha diversity results</description>
3 <requirements>
4 <requirement type="binary">collate_alpha.py</requirement>
5 </requirements>
6 <command interpreter="python">
7 qiime_wrapper.py
8 --galaxy_tmpdir='$__new_file_path__'
9 collate_alpha.py
10 --input_path=$input_path
11 --output_path=$output_path
12 --example_path=$example_path
13 </command>
14 <inputs>
15 <param name="input_path" type="text" label="input_path"
16 help="input path (a directory) [REQUIRED]"/>
17 <param name="example_path" type="text" label="example_path"
18 help="example alpha_diversity analysis file, containing all samples and all metrics to be included in the collated result[Default: chosen automatically (see usage string)]"/>
19 </inputs>
20 <outputs>
21 <data format="txt" name="output_path"/>
22 </outputs>
23 <tests>
24 </tests>
25 <help>
26
27 </help>
28 </tool>
29