view make_distance_histograms.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_distance_histograms" name="make_distance_histograms" version="1.2.0">
 <description>Make distance histograms</description>
 <requirements>
  <requirement type="binary">make_distance_histograms.py</requirement>
 </requirements>
 <command interpreter="python">
  qiime_wrapper.py
  --galaxy_tmpdir='$__new_file_path__'
  make_distance_histograms.py
  --distance_matrix_file=$distance_matrix_file
  --map_fname=$map_fname
  --prefs_path=$prefs_path
  --dir_path=$dir_path
  --background_color=$background_color
  $monte_carlo
  $suppress_html_output
  --fields=$fields
  --monte_carlo_iters=$monte_carlo_iters
 </command>
 <inputs>
  <param name="distance_matrix_file" type="data" format="txt" label="distance_matrix_file"
   help="Path to distance matrix file. [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="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.  This dict must have a 'Fields' key mapping to a list of desired fields. [default: ('NO', 'DEFAULT')]"/>
  <param name="dir_path" type="text" value="." label="dir_path"
   help="Directory to output data for all analyses. [default: .]"/>
  <param name="background_color" type="text" value="white" label="background_color"
   help="This is the     background color to use in the plots (Options are 'black' or 'white'.     [default: white]"/>
  <param name="monte_carlo" type="boolean" truevalue="--monte_carlo" falsevalue="" checked="false" label="monte_carlo"
   help="Perform Monte Carlo analysis on distances.  [Default: False]"/>
  <param name="suppress_html_output" type="boolean" truevalue="--suppress_html_output" falsevalue="" checked="false" label="suppress_html_output"
   help="Suppress HTML format output. [Default: False]"/>
  <param name="fields" type="text"  label="fields"
   help="Comma delimited list of fields to compare.  Put list of fields in quotes.  This overwrites fields in prefs file.  If this is not provided, the first field in metadata mapping file will be used.  Usage: --fields 'Field1,Field2,Field3'"/>
  <param name="monte_carlo_iters" type="integer" value="100" label="monte_carlo_iters"
   help="Number of iterations to perform for Monte Carlo analysis. [default: 100]"/>
 </inputs>
 <outputs>
  
 </outputs>
 <tests>
 </tests>
 <help>
  
 </help>
</tool>