view make_2d_plots.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_2d_plots" name="make_2d_plots" version="1.2.0">
 <description>Make 2D PCoA Plots</description>
 <requirements>
  <requirement type="binary">make_2d_plots.py</requirement>
 </requirements>
 <command interpreter="python">
  qiime_wrapper.py
  --galaxy_tmpdir='$__new_file_path__'
  make_2d_plots.py
  --coord_fname=$coord_fname
  --map_fname=$map_fname
  --colorby=$colorby
  --prefs_path=$prefs_path
  --background_color=$background_color
  --ellipsoid_opacity=$ellipsoid_opacity
  --ellipsoid_method=$ellipsoid_method
  --master_pcoa=$master_pcoa
  --output_dir=$__new_file_path__
 </command>
 <inputs>
  <param name="coord_fname" type="text"  label="coord_fname"
   help="This is the path to the principal coordinates file (i.e., resulting file from principal_coordinates.py).  Alternatively, the user can supply a directory containing multiple principal coordinates files. [REQUIRED]"/>
  <param name="map_fname" type="data" format="tabular" label="map_fname"
   help="This is the metadata mapping file [default=('NO', 'DEFAULT')] [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')]"/>
  <param name="ellipsoid_opacity" type="float" value="0.33" label="ellipsoid_opacity"
   help="Used when plotting ellipsoids for a summary plot (i.e. using a directory of coord files instead of a single coordfile). Valid range is 0-1. A value of 0 produces completely transparent (invisible) ellipsoids. A value of 1 produces completely opaque ellipsoids."/>
  <param name="ellipsoid_method" type="text" value="IQR" label="ellipsoid_method"
   help="Used when plotting ellipsoids for a summary plot (i.e. using a directory of coord files instead of a single coord file). Valid values are 'IQR' and 'sdev'."/>
  <param name="master_pcoa" type="text"  label="master_pcoa"
   help="If performing averaging on multiple coord files, the other coord files will be aligned to this one through procrustes analysis. This master file will not be included in the averaging. If this master coord file is not provided, one of the other coord files will be chosen arbitrarily as the target alignment. [default: %default]"/>
 </inputs>
 <outputs>
  
 </outputs>
 <tests>
 </tests>
 <help>
  
 </help>
</tool>