comparison 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
comparison
equal deleted inserted replaced
0:8661342f187e 1:f8bd7949ab54
1 # rstudio_bioconductor_it
2 Galaxy Interactive Tool for RStudio with Bioconductor
3
4 # Tool update process
5
6 1. Update the Docker image via https://github.com/Bioconductor/bioconductor_docker/tree/devel/extensions/galaxy
7 2. Once a Docker image is built and available, update the tool XML file to reference the new image version.
8 3. Push the updated tool XML file to the ToolShed using the following command:
9 ```
10 planemo shed_update --check_diff --shed_target toolshed
11 ```