From 830c7649e38e959ee42ffe5a8c60af1016887dc5 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Wed, 4 Dec 2024 11:34:33 -0500 Subject: [PATCH] Update client/src/components/Collections/ListCollectionCreator.vue Co-authored-by: Martin Cech --- client/src/components/Collections/ListCollectionCreator.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/components/Collections/ListCollectionCreator.vue b/client/src/components/Collections/ListCollectionCreator.vue index c3ffe858690e..b8e9b24cdb82 100644 --- a/client/src/components/Collections/ListCollectionCreator.vue +++ b/client/src/components/Collections/ListCollectionCreator.vue @@ -426,7 +426,7 @@ function renameElement(element: any, name: string) { "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 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 ", + "tool executions and serves 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("") ) @@ -438,7 +438,6 @@ function renameElement(element: any, name: string) { Move datsets from the "Unselected" column to the "Selected" column below to compose the list in the intended order and with the intended datasets. -
  • The filter textbox can be used to rapidly find the datasets of interest by name.