Skip to content

Commit

Permalink
Trying to integrate PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Dec 6, 2024
1 parent 830c764 commit 83c19e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions client/src/components/Collections/ListCollectionCreator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ function renameElement(element: any, name: string) {
:history-id="props.historyId"
:hide-source-items="hideSourceItems"
:extensions="extensions"
collectionType="list"
collection-type="list"
:no-items="props.initialElements.length == 0 && !props.fromSelection"
@add-uploaded-files="addUploadedFiles"
@on-update-datatype-toggle="changeDatatypeFilter"
Expand All @@ -423,7 +423,8 @@ function renameElement(element: any, name: string) {
{{
localize(
[
"Lists are a type of Galaxy dataset collection that are a permanent, ordered lists of datasets that can be passed to tools ",
"This interface allows you to build a new Galaxy list of datasets. ",
"A list is a type of Galaxy dataset collection that is a permanent, ordered list 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 serves as a form of sample tracking - setting the name in this form will pick the identifier for that element ",
Expand All @@ -435,8 +436,8 @@ function renameElement(element: any, name: string) {

<ul>
<li v-if="!fromSelection">
Move datsets from the "Unselected" column to the "Selected" column below to compose the
list in the intended order and with the intended datasets.
Move datsets from the "Unselected" column to the "Selected" column below to compose the list
in the intended order and with the intended datasets.
</li>
<li v-if="!fromSelection">
The filter textbox can be used to rapidly find the datasets of interest by name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,8 @@ function _naiveStartingAndEndingLCS(s1: string, s2: string) {
{{
localize(
[
"Lists of pairs are an ordered list of individual dataset paired together in their own collection (often forward and reverse reads). ",
"This interface allows you to build a new Galaxy list of pairs. List of pairs are an ordered list of ",
"individual dataset paired together in their own paired collection (often forward and reverse reads). ",
"These lists 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 such a list of paired datasets, choose which datasets are paired, ",
"and re-order the final collection.",
Expand Down

0 comments on commit 83c19e0

Please sign in to comment.