view make_qiime_rst_file.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 source

<tool id="make_qiime_rst_file" name="make_qiime_rst_file" version="1.2.0">
 <description>Make Sphinx RST file</description>
 <requirements>
  <requirement type="binary">make_qiime_rst_file.py</requirement>
 </requirements>
 <command interpreter="python">
  qiime_wrapper.py
  --galaxy_tmpdir='$__new_file_path__'
  make_qiime_rst_file.py
  --input_script=$input_script
  --output_dir=$__new_file_path__
 </command>
 <inputs>
  <param name="input_script" type="text"  label="input_script"
   help="This is the input script for which to  make a .rst file [REQUIRED]"/>
 </inputs>
 <outputs>
  
 </outputs>
 <tests>
 </tests>
 <help>
  
 </help>
</tool>