view tree_compare.xml @ 4:2e14fb0fd792 draft

Uploaded
author azuzolo
date Wed, 06 Jun 2012 16:23:12 -0400
parents d80000f5ad20
children
line wrap: on
line source

<tool id="tree_compare" name="tree_compare" version="1.2.0">
 <description>Compare jackknifed/bootstrapped trees</description>
 <requirements>
  <requirement type="binary">tree_compare.py</requirement>
 </requirements>
 <command interpreter="python">
  qiime_wrapper.py
  --galaxy_tmpdir='$__new_file_path__'
  tree_compare.py
  --master_tree=$master_tree
  --support_dir=$support_dir
  --output_dir=$__new_file_path__
 </command>
 <inputs>
  <param name="master_tree" type="text"  label="master_tree"
   help="master tree filepath [REQUIRED]"/>
  <param name="support_dir" type="text"  label="support_dir"
   help="path to dir containing support trees [REQUIRED]"/>
 </inputs>
 <outputs>
  
 </outputs>
 <tests>
 </tests>
 <help>
  
 </help>
</tool>