# HG changeset patch
# User enis
# Date 1764178255 0
# Node ID f8bd7949ab5466a9067687badae6a4e9ddfb2289
# Parent 8661342f187ee58f22e5be9eb320be55e7c700b6
planemo upload commit e2e44ba8b45bf21c9bf08e2d5e79a985d2c299c9-dirty
diff -r 8661342f187e -r f8bd7949ab54 LICENSE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/LICENSE Wed Nov 26 17:30:55 2025 +0000
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2025 Enis Afgan
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff -r 8661342f187e -r f8bd7949ab54 README.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md Wed Nov 26 17:30:55 2025 +0000
@@ -0,0 +1,11 @@
+# rstudio_bioconductor_it
+Galaxy Interactive Tool for RStudio with Bioconductor
+
+# Tool update process
+
+1. Update the Docker image via https://github.com/Bioconductor/bioconductor_docker/tree/devel/extensions/galaxy
+2. Once a Docker image is built and available, update the tool XML file to reference the new image version.
+3. Push the updated tool XML file to the ToolShed using the following command:
+ ```
+ planemo shed_update --check_diff --shed_target toolshed
+ ```
diff -r 8661342f187e -r f8bd7949ab54 Rprofile.R
--- a/Rprofile.R Thu May 29 14:27:36 2025 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-library("GalaxyConnector")
-options(encoding = "UTF-8")
-if (interactive()) {
- message("\n Welcome to the Galaxy RStudio with Bioconductor Interactive Tool.\n\n Any datasets that you included when starting RStudio are available in ~/galaxy_inputs directory. Any files you place in ~/galaxy_outputs will be available in Galaxy once you stop RStudio. You can use the convenience functions gx_put(), gx_get(), and gx_save() to fetch and place data to your current Galaxy history on demand.\n\n gx_get(42) - Fetch dataset 42 from your Galaxy history. The file will be available in ~/galaxy_imports folder\n gx_put('filename') - Push a dataset to Galaxy\n gx_save() - Save .RHistory, .RData to your Galaxy environment\n\nA number of packages are pre-installed, which you can inspect with the 'installed.packages()' command. To install new packages, you can use the BiocManager package. For example, to install the treeio package, you can use the following command to install it and load it:\n\n BiocManager::install(\"treeio\")\n library(treeio) # Load the treeio package after installation\n")
-}
diff -r 8661342f187e -r f8bd7949ab54 bioconductor.png
Binary file bioconductor.png has changed
diff -r 8661342f187e -r f8bd7949ab54 rstudio_bioconductor_it.xml
--- a/rstudio_bioconductor_it.xml Thu May 29 14:27:36 2025 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,143 +0,0 @@
-
-
-
- R 4.5.0 with Bioconductor 3.21
-
- bioconductor/galaxy-rstudio:RELEASE_3_21
-
-
-
- 8787
- /
-
-
-
- ${__app__.security.encode_id($rstudio.history_id)}
- 8080
- $__galaxy_url__
- true
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff -r 8661342f187e -r f8bd7949ab54 tool/Rprofile.R
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool/Rprofile.R Wed Nov 26 17:30:55 2025 +0000
@@ -0,0 +1,5 @@
+library("GalaxyConnector")
+options(encoding = "UTF-8")
+if (interactive()) {
+ message("\n Welcome to the Galaxy RStudio with Bioconductor Interactive Tool.\n\n Any datasets that you included when starting RStudio are available in ~/galaxy_inputs directory. Any files you place in ~/galaxy_outputs will be available in Galaxy once you stop RStudio. You can use the convenience functions gx_put(), gx_get(), and gx_save() to fetch and place data to your current Galaxy history on demand.\n\n gx_get(42) - Fetch dataset 42 from your Galaxy history. The file will be available in ~/galaxy_imports folder\n gx_put('filename') - Push a dataset to Galaxy\n gx_save() - Save .RHistory, .RData to your Galaxy environment\n\nA number of packages are pre-installed, which you can inspect with the 'installed.packages()' command. To install new packages, you can use the BiocManager package. For example, to install the treeio package, you can use the following command to install it and load it:\n\n BiocManager::install(\"treeio\")\n library(treeio) # Load the treeio package after installation\n")
+}
diff -r 8661342f187e -r f8bd7949ab54 tool/bioconductor.png
Binary file tool/bioconductor.png has changed
diff -r 8661342f187e -r f8bd7949ab54 tool/interactive_tool_rstudio_bioconductor.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool/interactive_tool_rstudio_bioconductor.xml Wed Nov 26 17:30:55 2025 +0000
@@ -0,0 +1,143 @@
+
+
+
+ R 4.6.0 with Bioconductor 3.22
+
+ bioconductor/galaxy-rstudio:RELEASE_3_22
+
+
+
+ 8787
+ /
+
+
+
+ ${__app__.security.encode_id($rstudio.history_id)}
+ 8080
+ $__galaxy_url__
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+