Mercurial > repos > peterjc > effectivet3
diff tools/effectiveT3/README.rst @ 9:512530020360 draft
v0.0.18 Internal changes to command line handling
author | peterjc |
---|---|
date | Tue, 16 May 2017 09:17:17 -0400 |
parents | 60a9b3f760cc |
children | a46d7861c32c |
line wrap: on
line diff
--- a/tools/effectiveT3/README.rst Wed Feb 01 09:22:21 2017 -0500 +++ b/tools/effectiveT3/README.rst Tue May 16 09:17:17 2017 -0400 @@ -96,6 +96,8 @@ - Catch java exception, e.g. if Java too old for ``TTSS-STD-2.0.1.jar`` v0.0.17 - Update tool dependency definition to use cached URL. - Minor internal changes to Python script for error reporting & style. +v0.0.18 - Use ``<command detect_errors="aggressive">`` (internal change only). + - Single quote command line arguments (internal change only). ======= ====================================================================== @@ -112,17 +114,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/effectiveT3/ + $ planemo shed_update -t testtoolshed --check_diff tools/effectiveT3/ ... or:: - $ planemo shed_update -t toolshed --check_diff ~/repositories/pico_galaxy/tools/effectiveT3/ + $ planemo shed_update -t toolshed --check_diff tools/effectiveT3/ ... To just build and check the tar ball, use:: - $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/effectiveT3/ + $ planemo shed_upload --tar_only tools/effectiveT3/ ... $ tar -tzf shed_upload.tar.gz tool-data/effectiveT3.loc.sample