Mercurial > repos > bimib > cobraxy
changeset 333:a7d52bde3efe draft default tip
Uploaded
author | francesco_lapi |
---|---|
date | Wed, 03 Sep 2025 14:25:10 +0000 |
parents | 1032cb1028f1 |
children | |
files | COBRAxy/marea_cluster.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/COBRAxy/marea_cluster.xml Wed Sep 03 14:24:43 2025 +0000 +++ b/COBRAxy/marea_cluster.xml Wed Sep 03 14:25:10 2025 +0000 @@ -78,7 +78,7 @@ <outputs> <data format="txt" name="log" label="${tool.name} - Log" /> <data format="tabular" name="best_cluster" label="${tool.name} - best cluster assignment" /> - <collection name="results" type="list" label="${tool.name} - Plots and results"> + <collection name="clustering" type="list" label="${tool.name} - Plots and results"> <discover_datasets pattern="__name_and_ext__" directory="clustering"/> <filter>data['clust_type'] == "kmeans" or data['clust_type'] == "hierarchy"</filter> </collection>