changeset 303:89f0a211d79d draft

Uploaded
author francesco_lapi
date Tue, 20 May 2025 14:49:47 +0000
parents 753347af8bc9
children 4f5c45de5936
files COBRAxy/flux_to_map.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/flux_to_map.xml	Tue May 20 14:49:15 2025 +0000
+++ b/COBRAxy/flux_to_map.xml	Tue May 20 14:49:47 2025 +0000
@@ -127,7 +127,7 @@
 			</param>
 
 			<when value="true">
-				<param name="test" argument="--test" type="select" label="Statistical test to use" help="Select the statistical test to use for the analysis based on your data and the amount of replicates.">
+				<param name="test" argument="--test" type="select" label="Statistical test to use" help="Select the statistical test to use for the analysis based on your data and the amount of replicates. Paired T-test and Wilcoxon need the same number of replicates in each group.">
 					<option value="ks" selected="true">Kolmogorov-Smirnov</option>
 					<option value="ttest_p">T-test (paired)</option>
 					<option value="ttest_ind">T-test (unpaired)</option>