view README.md @ 10:663a671f92fe draft default tip

planemo upload for repository https://github.com/gbcs-embl/Je/tree/master/src/galaxy commit 5acb6bc253e38c5c61fc70c10443716d4109a711
author gbcs-embl-heidelberg
date Sat, 04 Aug 2018 09:02:45 -0400
parents 4ccf1406832d
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``