view make_otu_network.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_otu_network" name="make_otu_network" version="1.2.0">
 <description>Make an OTU network and calculate statistics</description>
 <requirements>
  <requirement type="binary">make_otu_network.py</requirement>
 </requirements>
 <command interpreter="python">
  qiime_wrapper.py
  --galaxy_tmpdir='$__new_file_path__'
  make_otu_network.py
  --mapping_file=$mapping_file
  --input_file=$input_file
  --colorby=$colorby
  --prefs_path=$prefs_path
  --background_color=$background_color
  --output_dir=$__new_file_path__
 </command>
 <inputs>
  <param name="mapping_file" type="data" format="tabular" label="mapping_file"
   help="name of input map file [REQUIRED]"/>
  <param name="input_file" type="data" format="txt" label="input_file"
   help="name of otu table file [REQUIRED]"/>
  <param name="colorby" type="text"  label="colorby"
   help="This is the categories to color by in the plots from the user-generated mapping file. The categories must match the name of a column header in the mapping file exactly and multiple categories can be list by comma separating them without spaces. The user can also combine columns in the mapping file by separating the categories by '&#38;&#38;' without spaces [default=('NO', 'DEFAULT')]"/>
  <param name="prefs_path" type="text"  label="prefs_path"
   help="This is the user-generated preferences file. NOTE: This is a file with a dictionary containing preferences for the analysis [default: ('NO', 'DEFAULT')]"/>
  <param name="background_color" type="text"  label="background_color"
   help="This is the background color to use in the plots. [default: ('NO', 'DEFAULT')]"/>
 </inputs>
 <outputs>
  
 </outputs>
 <tests>
 </tests>
 <help>
  
 </help>
</tool>