| Previous changeset 24:a46c578bb4e0 (2017-04-21) Next changeset 26:5f55bebfcf0e (2017-05-11) |
|
Commit message:
planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/clinod commit 7f8f223933c405b821dbfee3edcd4f111633636a-dirty |
|
modified:
tools/clinod/README.rst |
| b |
| diff -r a46c578bb4e0 -r 18f705de28ab tools/clinod/README.rst --- a/tools/clinod/README.rst Fri Apr 21 11:59:49 2017 -0400 +++ b/tools/clinod/README.rst Wed May 10 12:38:05 2017 -0400 |
| b |
| @@ -89,17 +89,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/clinod/ + $ planemo shed_update -t testtoolshed --check_diff tools/clinod/ ... or:: - $ planemo shed_update -t toolshed --check_diff ~/repositories/pico_galaxy/tools/clinod/ + $ planemo shed_update -t toolshed --check_diff tools/clinod/ ... To just build and check the tar ball, use:: - $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/clinod/ + $ planemo shed_upload --tar_only tools/clinod/ ... $ tar -tzf shed_upload.tar.gz test-data/four_human_proteins.fasta |