Skip to content

Commit

Permalink
Docfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 16, 2015
1 parent f5d30f7 commit afa2f68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ History
``test_data``). 834bfb2_
* Use ``tool_data_table_conf.xml.sample`` file if
``tool_data_table_conf.xml.test`` is unavailable. Should allow some
new tools to be tested without modifying Galaxy's global
``tool_data_table_conf.xml`` file. ac4f828_
new tools to be tested without modifying Galaxy's global
``tool_data_table_conf.xml`` file. ac4f828_

---------------------
0.2.0 (2015-01-13)
Expand Down Expand Up @@ -127,4 +127,4 @@ History
.. _7d07782: https://github.com/galaxyproject/planemo/commit/7d077828559c9c9c352ac814f9e3b86b1b3a2a9f
.. _a2c13e4: https://github.com/galaxyproject/planemo/commit/a2c13e46259e3be35de1ecaae858ba818bb94734
.. _36f7cb11: https://github.com/galaxyproject/planemo/commit/36f7cb114f77731f90860d513a930e10ce5c1ba5
.. _b9232e55: https://github.com/galaxyproject/planemo/commit/b9232e55e713abbd1d9ce8b0b34cbec6c701dc17
.. _b9232e55: https://github.com/galaxyproject/planemo/commit/b9232e55e713abbd1d9ce8b0b34cbec6c701dc17
4 changes: 2 additions & 2 deletions docs/writing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ start by doing that.

The ``tool_init`` command can take various complex arguments - but the two
most basic ones are shown above ``--id`` and ``--name``. Every Galaxy tool
needs an ``id` (this a short identifier used by Galaxy itself to identify the
needs an ``id`` (this a short identifier used by Galaxy itself to identify the
tool) and a ``name`` (this is display to the Galaxy user and should be a short
description of the tool). In general ``name`` can have whitespace and ``id``
description of the tool). A tool's ``name`` can have whitespace but its ``id``
should not.

The above command will generate the file ``seqtk_seq.xml`` - which should look
Expand Down

0 comments on commit afa2f68

Please sign in to comment.