diff center_scale.xml @ 2:163befe5f05b draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gsc_center_scale commit 41ba5435a8ad12c1fe0703a9ce44b759003f3f73
author artbio
date Sun, 15 Oct 2023 16:16:16 +0000
parents a96cc346819c
children
line wrap: on
line diff
--- a/center_scale.xml	Fri Jul 12 11:44:50 2019 -0400
+++ b/center_scale.xml	Sun Oct 15 16:16:16 2023 +0000
@@ -1,7 +1,7 @@
-<tool id="center_scale" name="Center or scale (standardize) data" version="0.9.5">
+<tool id="center_scale" name="Center or scale (standardize) data" version="4.3.1+galaxy0" profile="21.01">
     <description></description>
     <requirements>
-        <requirement type="package" version="1.6.0">r-optparse</requirement>
+        <requirement type="package" version="1.7.3">r-optparse</requirement>
     </requirements>
     <stdio>
         <exit_code range="1:" level="fatal" description="Tool exception" />
@@ -94,7 +94,7 @@
 The tool perform various normalization operations on a data table, including mean centering,
 standard deviation rescaling, or both (standardization).
 
-In addition, these operations can be performed on subsets of observations, is the user provides
+In addition, these operations can be performed on subsets of observations, if the user provides
 a two-column table that maps observations to groups (factor levels).
 
 **Inputs**