comparison README.md @ 3:01fdc6d10660 draft

planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit dd9e62bdb01d1252a90ce778103ce9b6b4a8cd52-dirty
author gbcs-embl-heidelberg
date Wed, 21 Jun 2017 05:22:53 -0400
parents
children
comparison
equal deleted inserted replaced
2:1f8df7e35393 3:01fdc6d10660
1 # HowTo update the toolshed repository
2
3 After linting/testing your update using ``planemo test`` and ``planemo serve`` you can upload the changes to the toolshed repos.
4
5 For this you need to have the credentials or api_key of our ``gbcs-embl-heidelberg`` user.
6 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
7
8 The commands below work due to the ``.shed.yml`` file in this directory.
9
10 ## Update testtoolshed
11
12 ``planemo shed_update --shed_target testtoolshed``
13
14 Look at the result and then update the main toolshed.
15
16 ## Update toolshed
17
18 ``planemo shed_update --shed_target toolshed``
19