changeset 1:c756ab726a85 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_high_dimension_visualization commit 06c8d40814f68cbf4d24b2ea70a11407bc40d072
author artbio
date Mon, 24 Jun 2019 19:16:53 -0400
parents cad0001b9cfb
children 7e7a2a4cfce2
files high_dim_visu.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/high_dim_visu.xml	Mon Jun 24 13:39:11 2019 -0400
+++ b/high_dim_visu.xml	Mon Jun 24 19:16:53 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="high_dimensions_visualisation" name="Generate PCA, tSNE and HCPC" version="0.9.0">
+<tool id="high_dimensions_visualisation" name="Generate PCA, tSNE and HCPC" version="0.9.1">
     <description>from highly dimensional expression data</description>
     <requirements>
         <requirement type="package" version="1.3.2=r3.3.2_0">r-optparse</requirement>
@@ -166,8 +166,8 @@
              
     </inputs>
     <outputs>
-        <data name="pdf_out" format="pdf" label="${visualisation.visu_choice} on ${on_string}" />
-        <data name="table_coordinates" format="tabular" label="Scatter plot coordinates from ${tool.name} on ${on_string}" >
+        <data name="pdf_out" format="pdf" label="${visualisation.visu_choice} of ${on_string}" />
+        <data name="table_coordinates" format="tabular" label="Scatter plot coordinates from ${visualisation.visu_choice} of ${on_string}" >
             <filter>coord == 'yes'</filter>
         </data>
     </outputs>