diff tools/mummer/README.rst @ 10:bba6ca546c3e draft

v0.0.6 Fixed input parameter help text
author peterjc
date Wed, 01 Feb 2017 06:50:01 -0500
parents 852ddf4f8a6a
children caf5b859cf7b
line wrap: on
line diff
--- a/tools/mummer/README.rst	Thu May 21 10:55:00 2015 -0400
+++ b/tools/mummer/README.rst	Wed Feb 01 06:50: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::