# HG changeset patch # User peterjc # Date 1414581388 14400 # Node ID 49d5b43e68a0af9acf51223453f4e8e3bbb388ad # Parent 17fc3d010ba02ec5bb807ef740082d702e029603 Uploaded v0.0.4 with explicit gnuplot dependency diff -r 17fc3d010ba0 -r 49d5b43e68a0 tools/mummer/README.rst --- a/tools/mummer/README.rst Tue Oct 28 09:42:53 2014 -0400 +++ b/tools/mummer/README.rst Wed Oct 29 07:16:28 2014 -0400 @@ -18,18 +18,18 @@ Automated Installation ====================== -This should be straightforward, Galaxy should automatically download and install -the MUMmer files, and GhostScript which provides the ``ps2pdf`` binary. - -It also needs the tool ``gnuplot`` to be installed and on the system ``$PATH``. +Automated installation from the Galaxy Tool Shed should be straightforward. +In addition to the wrapper itself, Galaxy should automatically download and +install the MUMmer files, gnuplot, and GhostScript which provides the +``ps2pdf`` binary. Manual Installation =================== This expects MUMmer binaries (at least ``mummer``, ``nucmer``, ``promer``, and -``mummerplot``) and the tools ``gnuplot`` and ``ps2pdf`` to be on the system -``$PATH``. +``mummerplot``) and the tools ``gnuplot`` and ``ps2pdf`` (from GhostScript) to +be on the system ``$PATH``. To install the wrapper copy or move the following files under the Galaxy tools folder, e.g. in a ``tools/mummer`` folder: @@ -61,6 +61,7 @@ v0.0.2 - Correct typo in Tool identifier. - Include MUMmer citation in Galaxy XML markup. v0.0.3 - Install ``ps2pdf`` using Tool Shed's GhostScript package. +v0.0.4 - Install ``gnuplot`` using Tool Shed's gnuplot package. ======= ====================================================================== diff -r 17fc3d010ba0 -r 49d5b43e68a0 tools/mummer/mummer.xml --- a/tools/mummer/mummer.xml Tue Oct 28 09:42:53 2014 -0400 +++ b/tools/mummer/mummer.xml Wed Oct 29 07:16:28 2014 -0400 @@ -1,4 +1,4 @@ - + Combine mummer/nucmer/promer with mummerplot @@ -10,6 +10,9 @@ promer mummerplot mummer + + gnuplot + gnuplot mummer.py --version diff -r 17fc3d010ba0 -r 49d5b43e68a0 tools/mummer/tool_dependencies.xml --- a/tools/mummer/tool_dependencies.xml Tue Oct 28 09:42:53 2014 -0400 +++ b/tools/mummer/tool_dependencies.xml Wed Oct 29 07:16:28 2014 -0400 @@ -6,4 +6,7 @@ + + +