view compare_3d_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="compare_3d_plots" name="compare_3d_plots" version="1.2.0">
 <description>Plot several PCoA files on the same 3D plot</description>
 <requirements>
  <requirement type="binary">compare_3d_plots.py</requirement>
 </requirements>
 <command interpreter="python">
  qiime_wrapper.py
  --galaxy_tmpdir='$__new_file_path__'
  compare_3d_plots.py
  --coord_fnames=$coord_fnames
  --map_fname=$map_fname
  --colorby=$colorby
  --custom_axes=$custom_axes
  --prefs_path=$prefs_path
  --background_color=$background_color
  --edges_file=$edges_file
  $serial
  --output_dir=$__new_file_path__
 </command>
 <inputs>
  <param name="coord_fnames" type="text"  label="coord_fnames"
   help="This is comma-separated list of the paths to the principal coordinates files (i.e., resulting file from principal_coordinates.py), e.g 'pcoa1.txt,pcoa2.txt' [REQUIRED]"/>
  <param name="map_fname" type="data" format="tabular" label="map_fname"
   help="This is the user-generated mapping file [default=('NO', 'DEFAULT')] [REQUIRED]"/>
  <param name="colorby" type="text"  label="colorby"
   help="This is a list of 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="custom_axes" type="text"  label="custom_axes"
   help="This is a category or list of categories from the user-generated mapping file to use as a custom axis in the plot.  For instance, if there is a pH category and one would like to see the samples plotted on that axis instead of PC1, PC2, etc., one can use this option.  It is also useful for plotting time-series data [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. See make_prefs_file.py. [default: ('NO', 'DEFAULT')]"/>
  <param name="background_color" type="text"  label="background_color"
   help="This is the background color to use in the plots (Options are 'black' or 'white'. [default: ('NO', 'DEFAULT')]"/>
  <param name="edges_file" type="data" format="txt" label="edges_file"
   help="A file where each line contains two sample IDs separated by a whitespace character; for each pair of sample IDs, an edge will be drawn from the first sample to the second sample. [default: %default]"/>
  <param name="serial" type="boolean" truevalue="--serial" falsevalue="" checked="false" label="serial"
   help="Connect the 1st set of points to the 2nd, the 2nd to the 3rd, etc. Default behavior is to connect each set of points back to the 1st set. This flag is ignored if the user specifies an edges file."/>
 </inputs>
 <outputs>
  
 </outputs>
 <tests>
 </tests>
 <help>
  
 </help>
</tool>