diff make_bootstrapped_tree.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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/make_bootstrapped_tree.xml	Sun Jul 17 10:30:11 2011 -0500
@@ -0,0 +1,29 @@
+<tool id="make_bootstrapped_tree" name="make_bootstrapped_tree" version="1.2.0">
+ <description>Make bootstrapped tree</description>
+ <requirements>
+  <requirement type="binary">make_bootstrapped_tree.py</requirement>
+ </requirements>
+ <command interpreter="python">
+  qiime_wrapper.py
+  --galaxy_tmpdir='$__new_file_path__'
+  make_bootstrapped_tree.py
+  --master_tree=$master_tree
+  --support=$support
+  --output_file=$output_file
+ </command>
+ <inputs>
+  <param name="master_tree" type="text"  label="master_tree"
+   help="This is the path to the master tree [REQUIRED]"/>
+  <param name="support" type="text"  label="support"
+   help="This is the path to the bootstrap support file [REQUIRED]"/>
+ </inputs>
+ <outputs>
+  <data format="txt" name="output_file"/>
+ </outputs>
+ <tests>
+ </tests>
+ <help>
+  
+ </help>
+</tool>
+