Mercurial > repos > gbcs-embl-heidelberg > je_demultiplex
view README.md @ 6:dacd089d81ae draft
planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit 25e8fd2946fda4b9d280f2178841b2231bc3a3d0
author | gbcs-embl-heidelberg |
---|---|
date | Fri, 15 Sep 2017 08:17:48 -0400 |
parents | 8930b411a9d7 |
children |
line wrap: on
line source
# HowTo update the toolshed repository After linting/testing your update using ``planemo test`` and ``planemo serve`` you can upload the changes to the toolshed repos. For this you need to have the credentials or api_key of our ``gbcs-embl-heidelberg`` user. To make it easier, put this information in your global ``~/.planemo.yml`` file. The format is described here: https://planemo.readthedocs.io/en/latest/configuration.html The commands below work due to the ``.shed.yml`` file in this directory. ## Update testtoolshed ``planemo shed_update --shed_target testtoolshed`` Look at the result and then update the main toolshed. ## Update toolshed ``planemo shed_update --shed_target toolshed``