Mercurial > repos > peterjc > seq_composition
diff tools/seq_composition/README.rst @ 2:4283011f4be2 draft
v0.0.3 Internal Python style updates
author | peterjc |
---|---|
date | Wed, 01 Feb 2017 10:00:22 -0500 |
parents | c0eb0e5792f3 |
children | 7a26bb458806 |
line wrap: on
line diff
--- a/tools/seq_composition/README.rst Wed May 13 10:49:27 2015 -0400 +++ b/tools/seq_composition/README.rst Wed Feb 01 10:00:22 2017 -0500 @@ -1,7 +1,7 @@ Galaxy tool reporting sequence composition ========================================== -This tool is copyright 2014-2015 by Peter Cock, The James Hutton Institute +This tool is copyright 2014-2017 by Peter Cock, The James Hutton Institute (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved. See the licence text below (MIT licence). @@ -60,6 +60,7 @@ - Tool definition now embeds citation information. v0.0.2 - Reorder XML elements (internal change only). - Planemo for Tool Shed upload (``.shed.yml``, internal change only). +v0.0.3 - Python style updates (internal change only). ======= ====================================================================== @@ -74,12 +75,12 @@ 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_upload --shed_target testtoolshed --check_diff ~/repositories/pico_galaxy/tools/seq_composition/ + $ planemo shed_update -t testtoolshed --check_diff ~/repositories/pico_galaxy/tools/seq_composition/ ... or:: - $ planemo shed_upload --shed_target toolshed --check_diff ~/repositories/pico_galaxy/tools/seq_composition/ + $ planemo shed_update -t toolshed --check_diff ~/repositories/pico_galaxy/tools/seq_composition/ ... To just build and check the tar ball, use::