Mercurial > repos > peterjc > count_roi_variants
changeset 8:7f6a56260be6 draft
planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/count_roi_variants commit 7f8f223933c405b821dbfee3edcd4f111633636a-dirty
author | peterjc |
---|---|
date | Wed, 10 May 2017 12:38:55 -0400 |
parents | 4ca3bde07d49 |
children | 4200518b0feb |
files | tools/count_roi_variants/README.rst |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/count_roi_variants/README.rst Fri Apr 21 12:00:14 2017 -0400 +++ b/tools/count_roi_variants/README.rst Wed May 10 12:38:55 2017 -0400 @@ -93,17 +93,17 @@ Planemo commands (which requires you have set your Tool Shed access details in ``~/.planemo.yml`` and that you have access rights on the Tool Shed):: - $ planemo shed_update -t testtoolshed --check_diff ~/repositories/pico_galaxy/tools/count_roi_variants/ + $ planemo shed_update -t testtoolshed --check_diff tools/count_roi_variants/ ... or:: - $ planemo shed_update -t toolshed --check_diff ~/repositories/pico_galaxy/tools/count_roi_variants/ + $ planemo shed_update -t toolshed --check_diff tools/count_roi_variants/ ... To just build and check the tar ball, use:: - $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/count_roi_variants/ + $ planemo shed_upload --tar_only tools/count_roi_variants/ ... $ tar -tzf shed_upload.tar.gz tools/count_roi_variants/README.rst