# HG changeset patch # User peterjc # Date 1494434335 14400 # Node ID 7f6a56260be6ec9bc489050f3a9dd07da1d1d85c # Parent 4ca3bde07d4907e17ebb0cf3dbd13344072ecdb8 planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/count_roi_variants commit 7f8f223933c405b821dbfee3edcd4f111633636a-dirty diff -r 4ca3bde07d49 -r 7f6a56260be6 tools/count_roi_variants/README.rst --- 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