From 4ac5b0fd3c2dd06b8f78812289a38126d28d1af9 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Tue, 3 Dec 2024 14:33:36 -0500 Subject: [PATCH] Fix list collection creator usage instructions. This was describing the "selection" mode instructions for the free build from history version - if that makes any sense. --- .../Collections/ListCollectionCreator.vue | 30 ++++++++++++++----- .../PairedListCollectionCreator.vue | 6 ++-- 2 files changed, 25 insertions(+), 11 deletions(-) diff --git a/client/src/components/Collections/ListCollectionCreator.vue b/client/src/components/Collections/ListCollectionCreator.vue index bcd76e36bee0..30a177c7b941 100644 --- a/client/src/components/Collections/ListCollectionCreator.vue +++ b/client/src/components/Collections/ListCollectionCreator.vue @@ -453,17 +453,28 @@ function renameElement(element: any, name: string) { {{ localize( [ - "Collections of datasets are permanent, ordered lists of datasets that can be passed to tools ", + "Lists are a type of Galaxy dataset collection that are a permanent, ordered lists of datasets that can be passed to tools ", "and workflows in order to have analyses done on each member of the entire group. This interface allows ", - "you to create a collection and re-order the final collection.", + "you to create and re-order a list of datasets. The datasets in a Galaxy collection have an identifier that is preserved accross ", + "tool executions and server as a form of sample tracking - setting the name in this form will pick the identifier for that element ", + "of the list but will not change the dataset's actual name in Galaxy.", ].join("") ) }}