Mercurial > repos > peterjc > mira_assembler
comparison tools/mira3/README.rst @ 17:557118c7e29e draft
planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/mira3/ commit 3c6f0dca0e1318eecd1e07d177ffc5752b4f6c95
author | peterjc |
---|---|
date | Thu, 21 May 2015 10:52:16 -0400 |
parents | f74bc0420db4 |
children | 082d6adb57a5 |
comparison
equal
deleted
inserted
replaced
16:f74bc0420db4 | 17:557118c7e29e |
---|---|
98 | 98 |
99 For pushing a release to the test or main "Galaxy Tool Shed", use the following | 99 For pushing a release to the test or main "Galaxy Tool Shed", use the following |
100 Planemo commands (which requires you have set your Tool Shed access details in | 100 Planemo commands (which requires you have set your Tool Shed access details in |
101 ``~/.planemo.yml`` and that you have access rights on the Tool Shed):: | 101 ``~/.planemo.yml`` and that you have access rights on the Tool Shed):: |
102 | 102 |
103 $ planemo shed_upload --shed_target testtoolshed --check_diff ~/repositories/pico_galaxy/tools/mira3/ | 103 $ planemo shed_update --shed_target testtoolshed --check_diff ~/repositories/pico_galaxy/tools/mira3/ |
104 ... | 104 ... |
105 | 105 |
106 or:: | 106 or:: |
107 | 107 |
108 $ planemo shed_upload --shed_target toolshed --check_diff ~/repositories/pico_galaxy/tools/mira3/ | 108 $ planemo shed_update --shed_target toolshed --check_diff ~/repositories/pico_galaxy/tools/mira3/ |
109 ... | 109 ... |
110 | 110 |
111 To just build and check the tar ball, use:: | 111 To just build and check the tar ball, use:: |
112 | 112 |
113 $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/mira3/ | 113 $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/mira3/ |