From 4742e0a635569242017a30ad20163a89f3a603d7 Mon Sep 17 00:00:00 2001 From: guerler Date: Mon, 4 Nov 2024 23:42:36 +0300 Subject: [PATCH] Add more details to docs --- docs/content/deploy-request.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/content/deploy-request.md b/docs/content/deploy-request.md index 717d8bf..33a539a 100644 --- a/docs/content/deploy-request.md +++ b/docs/content/deploy-request.md @@ -44,7 +44,24 @@ Optionally, include a logo file (logo.svg or logo.png) for your visualization by config/plugins/visualizations/MY_VISUALIZATION/static/logo.[svg/png] ``` +## Step 6: Update the Gulpfile + +In the Galaxy root directory, open `client/gulpfile.js` and add the name of your visualization to the `INSTALL_PLUGIN_BUILD_IDS` list. + +## Step 7: Run Galaxy and Test Your Visualization + +1. **Start Galaxy** by running the following command: + + ```bash + ./run.sh + ``` + +2. **Upload a test file** to your Galaxy history, ensuring it has the correct data type for your visualization. + +3. **Open your visualization** from the Activity Bar to view and test your uploaded dataset. + + +## :tada: Thank you for your contribution! Following these steps will prepare your visualization for integration with Galaxy. Once everything is set up, you can submit your pull request. -:tada: Congratulations and thank you for your contribution! \ No newline at end of file