comparison tree_compare.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="tree_compare" name="tree_compare" version="1.2.0">
2 <description>Compare jackknifed/bootstrapped trees</description>
3 <requirements>
4 <requirement type="binary">tree_compare.py</requirement>
5 </requirements>
6 <command interpreter="python">
7 qiime_wrapper.py
8 --galaxy_tmpdir='$__new_file_path__'
9 tree_compare.py
10 --master_tree=$master_tree
11 --support_dir=$support_dir
12 --output_dir=$__new_file_path__
13 </command>
14 <inputs>
15 <param name="master_tree" type="text" label="master_tree"
16 help="master tree filepath [REQUIRED]"/>
17 <param name="support_dir" type="text" label="support_dir"
18 help="path to dir containing support trees [REQUIRED]"/>
19 </inputs>
20 <outputs>
21
22 </outputs>
23 <tests>
24 </tests>
25 <help>
26
27 </help>
28 </tool>
29