diff --git a/client/src/components/Help/terms.yml b/client/src/components/Help/terms.yml index 8d1e9ca05d92..0ca9bd36bc72 100644 --- a/client/src/components/Help/terms.yml +++ b/client/src/components/Help/terms.yml @@ -106,3 +106,8 @@ galaxy: failed: | This state indicates there was a problem scheduling the workflow invocation. No additional datasets or jobs will be created for this workflow invocation. + upload: + galaxyUploadUtil: | + A utility for uploading files to a Galaxy server from the command line. Use ``galaxy-upload`` to upload + file(s) to a Galaxy server, and ``galaxy-history-search``, a helper utility to find Galaxy histories + to pass to the ``galaxy-upload`` command. diff --git a/client/src/components/Upload/UploadModal.vue b/client/src/components/Upload/UploadModal.vue index 258e7f78d868..f3b8a15907d8 100644 --- a/client/src/components/Upload/UploadModal.vue +++ b/client/src/components/Upload/UploadModal.vue @@ -9,6 +9,8 @@ import { useUserHistories } from "@/composables/userHistories"; import { useUserStore } from "@/stores/userStore"; import { wait } from "@/utils/utils"; +import ExternalLink from "../ExternalLink.vue"; +import HelpText from "../Help/HelpText.vue"; import UploadContainer from "./UploadContainer.vue"; const { currentUser } = storeToRefs(useUserStore()); @@ -89,9 +91,12 @@ defineExpose({ to {{ currentHistory.name }} - - Check out the galaxy-upload util here! - + + Click here + to check out the + + util! +