Mercurial > repos > bgruening > plotly_parallel_coordinates_plot
diff paracords_plot.xml @ 1:c1d07a528382 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 7ba5d8f0e920dccbc82588e4f4a7b9039dc3ea36
author | bgruening |
---|---|
date | Wed, 10 Oct 2018 02:29:08 -0400 |
parents | 2da0fddf2bdb |
children | 6f6de7fe36a9 |
line wrap: on
line diff
--- a/paracords_plot.xml Sun Sep 23 07:51:58 2018 -0400 +++ b/paracords_plot.xml Wed Oct 10 02:29:08 2018 -0400 @@ -10,12 +10,14 @@ python '$__tool_directory__/paracords_plot.py' -i '$infile' -d '$col_dimensions' + -t '$categorized_datatype' -c '$col_color' ]]> </command> <inputs> <param name="infile" type="data" format="tabular" label="Select data file :"/> <param name="col_dimensions" multiple="true" type="data_column" data_ref="infile" use_header_names="true" display="checkboxes" label="Select the columns for dimentions:"/> + <param name="categorized_datatype" type="boolean" optional="true" truevalue="booltrue" falsevalue="boolfalse" checked="true" label="All the dimensions in categorized datatype:"/> <param name="col_color" type="data_column" data_ref="infile" use_header_names="true" label="Select a column containg the values for coloring:" help="e.g. mean_test_score"/> </inputs> @@ -26,12 +28,14 @@ <test> <param name="infile" value="parcoords01.tabular" ftype="tabular"/> <param name="col_dimensions" value="4,5"/> + <param name="categorized_datatype" value="false"/> <param name="col_color" value="3"/> <output name="output" file="parcoords_plot01.html" compare="sim_size"/> </test> <test> <param name="infile" value="parcoords02.tabular" ftype="tabular"/> <param name="col_dimensions" value="4,5"/> + <param name="categorized_datatype" value="false"/> <param name="col_color" value="3"/> <output name="output" file="parcoords_plot02.html" compare="sim_size"/> </test>