view README.md @ 1:f8bd7949ab54 draft default tip

planemo upload commit e2e44ba8b45bf21c9bf08e2d5e79a985d2c299c9-dirty
author enis
date Wed, 26 Nov 2025 17:30:55 +0000
parents
children
line wrap: on
line source

# 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
   ```