diff tools/mummer/README.rst @ 5:683ea5ab0008 draft

v0.0.6 Fixed input parameter help text
author peterjc
date Wed, 01 Feb 2017 06:58:01 -0500
parents 5f5a358b281f
children d9f3d4779507
line wrap: on
line diff
--- a/tools/mummer/README.rst	Wed Aug 05 11:34:31 2015 -0400
+++ b/tools/mummer/README.rst	Wed Feb 01 06:58:01 2017 -0500
@@ -1,7 +1,7 @@
 Galaxy wrapper for drawing dotplots using MUMmer 3
 ==================================================
 
-This wrapper is copyright 2014-2015 by Peter Cock, The James Hutton Institute
+This wrapper is copyright 2014-2016 by Peter Cock, The James Hutton Institute
 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
 See the licence text below.
 
@@ -65,6 +65,8 @@
         - Test case added.
 v0.0.5  - Reorder XML elements (internal change only).
         - Planemo for Tool Shed upload (``.shed.yml``, internal change only).
+v0.0.6  - PEP8 style changes to Python script (internal change only).
+        - Fixed display of input parameter help text.
 ======= ======================================================================
 
 
@@ -79,12 +81,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_update --shed_target testtoolshed --check_diff ~/repositories/pico_galaxy/tools/mummer/
+    $ planemo shed_update -t testtoolshed --check_diff ~/repositories/pico_galaxy/tools/mummer/
     ...
 
 or::
 
-    $ planemo shed_update --shed_target toolshed --check_diff ~/repositories/pico_galaxy/tools/mummer/
+    $ planemo shed_update -t toolshed --check_diff ~/repositories/pico_galaxy/tools/mummer/
     ...
 
 To just build and check the tar ball, use::