annotate paracords_plot.xml @ 2:9958188c6195 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
author bgruening
date Mon, 04 Nov 2019 12:20:51 -0500
parents 7b21a9b5922f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
1 <tool id="plotly_parallel_coordinates_plot" name="Parallel Coordinates Plot" version="0.2">
0
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
2 <description>of tabular data</description>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
3 <requirements>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
4 <requirement type="package" version="3.6">python</requirement>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
5 <requirement type="package" version="0.22.0">pandas</requirement>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
6 <requirement type="package" version="3.1.1">plotly</requirement>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
7 </requirements>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
8 <version_command>echo $version</version_command>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
9 <command detect_errors="aggressive"><![CDATA[
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
10 python '$__tool_directory__/paracords_plot.py'
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
11 -i '$infile'
2
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
12 -m '$dimension_selections.selected_mode'
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
13 -d '$dimension_selections.col_dimensions'
1
7b21a9b5922f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 7ba5d8f0e920dccbc82588e4f4a7b9039dc3ea36
bgruening
parents: 0
diff changeset
14 -t '$categorized_datatype'
0
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
15 -c '$col_color'
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
16 ]]>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
17 </command>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
18 <inputs>
2
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
19 <param name="infile" type="data" format="tabular" label="Select table data file "/>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
20 <conditional name="dimension_selections">
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
21 <param name="selected_mode" type="select" label="The mode of column selection">
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
22 <option value="by_index" selected="true">By index</option>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
23 <option value="by_name">By column name</option>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
24 </param>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
25 <when value="by_index">
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
26 <param name="col_dimensions" multiple="true" type="data_column" data_ref="infile" use_header_names="true" display="checkboxes" label="Select the columns for dimentions:"/>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
27 </when>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
28 <when value="by_name">
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
29 <param name="col_dimensions" type="text" value="^param_.*" label="Type the column names" help="Two modes: 1) multiple names separated by comma, e.g. header1,header2, or 2) include `*` to initiate regular expression searches for every column name, for example, ^param_.* will retreive all the headers starting with param_. Note: no mix of the two is supported. Use default sanitizer: string.ascii_letters + string.digits + &quot; -=_.()/+*^,:?!&quot;)"/>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
30 </when>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
31 </conditional>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
32 <param name="categorized_datatype" type="boolean" optional="true" truevalue="booltrue" falsevalue="boolfalse" checked="true" label="Cast all the dimensions into categorical datatype?"/>
0
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
33 <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"/>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
34 </inputs>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
35
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
36 <outputs>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
37 <data name="output" format="html" from_work_dir="output.html" label="Plot visualization of tabular data on ${on_string}"/>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
38 </outputs>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
39 <tests>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
40 <test>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
41 <param name="infile" value="parcoords01.tabular" ftype="tabular"/>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
42 <param name="col_dimensions" value="4,5"/>
1
7b21a9b5922f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 7ba5d8f0e920dccbc82588e4f4a7b9039dc3ea36
bgruening
parents: 0
diff changeset
43 <param name="categorized_datatype" value="false"/>
0
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
44 <param name="col_color" value="3"/>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
45 <output name="output" file="parcoords_plot01.html" compare="sim_size"/>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
46 </test>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
47 <test>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
48 <param name="infile" value="parcoords02.tabular" ftype="tabular"/>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
49 <param name="col_dimensions" value="4,5"/>
1
7b21a9b5922f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 7ba5d8f0e920dccbc82588e4f4a7b9039dc3ea36
bgruening
parents: 0
diff changeset
50 <param name="categorized_datatype" value="false"/>
0
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
51 <param name="col_color" value="3"/>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
52 <output name="output" file="parcoords_plot02.html" compare="sim_size"/>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
53 </test>
2
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
54 <test>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
55 <param name="infile" value="parcoords02.tabular" ftype="tabular"/>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
56 <param name="selected_mode" value="by_name"/>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
57 <param name="col_dimensions" value="param_*"/>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
58 <param name="categorized_datatype" value="false"/>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
59 <param name="col_color" value="3"/>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
60 <output name="output" file="parcoords_plot02.html" compare="sim_size"/>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
61 </test>
0
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
62 </tests>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
63 <help><![CDATA[
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
64 **What it does**
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
65
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
66
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
67 Produce a `parallel coordinates plot <https://plot.ly/python/parallel-coordinates-plot/>`_ from a tabular file.
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
68 Multiple columns are chosen for dimensions and a single column for coloring. The plot is buried in a html file which
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
69 provides rich interactive features. Image can be saved in various format, such as 'png', 'svg', 'jpeg' and so on.
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
70
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
71
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
72 ]]>
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
73 </help>
2
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
74 <citations>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
75 <citation type="bibtex">
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
76 @online{plotly,
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
77 author = {Plotly Technologies Inc.},
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
78 title = {Collaborative data science},
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
79 publisher = {Plotly Technologies Inc.},
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
80 address = {Montreal, QC}, year = {2015},
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
81 url = {https://plot.ly} }
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
82 </citation>
9958188c6195 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit b26c6ec671ec63cce1f86c70e928673ed2c82f82"
bgruening
parents: 1
diff changeset
83 </citations>
0
7b2455348edf planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_parallel_coordinates_plot commit 93fcfe0fa6a64246d13e0fb7e35a357985b02465
bgruening
parents:
diff changeset
84 </tool>