view make_pie_charts.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_pie_charts" name="make_pie_charts" version="1.2.0">
 <description>Make pie charts based on taxonomy assignment</description>
 <requirements>
  <requirement type="binary">make_pie_charts.py</requirement>
 </requirements>
 <command interpreter="python">
  qiime_wrapper.py
  --galaxy_tmpdir='$__new_file_path__'
  make_pie_charts.py
  --input_files=$input_files
  --labels=$labels
  $sample_flag
  --num=$num
  --dir-prefix=$dir_prefix
  --colorby=$colorby
  --prefs_path=$prefs_path
  --background_color=$background_color
 </command>
 <inputs>
  <param name="input_files" type="text"  label="input_files"
   help="list of files with sample counts by taxonomy [REQUIRED]"/>
  <param name="labels" type="text"  label="labels"
   help="list of labels for pie chart(i.e. Phylum,Class)[REQUIRED]"/>
  <param name="sample_flag" type="boolean" truevalue="--sample_flag" falsevalue="" checked="false" label="sample_flag"
   help="if -s is passed, pie charts will be created for each sample"/>
  <param name="num" type="text" value="20" label="num"
   help="Maximum number of individual categories in each pie chart. All additional categories are grouped into an 'other' category. [default: 20]"/>
  <param name="dir_prefix" type="text"  label="dir-prefix"
   help="output folder"/>
  <param name="colorby" type="text"  label="colorby"
   help="This is the samples to make pie charts for in the counts files from  summarize_taxa.py. The sample name must match the name of a sample id in the header of the counts file exactly and multiple categories can be list by comma separating them without spaces. If you want to see the pie charts broken up by all samples -s is still funtional. If -s is set and -b is used  it will just be broken up by all samples. If neither -s or -b are set the  pie charts will be based on all samples put together, one for each level.  [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. The label taxonomy_coloring is used for the coloring, see example prefs file preferences_file. [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>