# HG changeset patch # User peterjc # Date 1416482085 18000 # Node ID a8c978f17251b893a168d51bfc0f9aab2c2c6ce8 # Parent c2f64216ff1d6a4cd9dace79720ed8e3ec350530 Uploaded v0.0.7a, embed citation diff -r c2f64216ff1d -r a8c978f17251 tools/clinod/README.rst --- a/tools/clinod/README.rst Thu Oct 17 06:04:11 2013 -0400 +++ b/tools/clinod/README.rst Thu Nov 20 06:14:45 2014 -0500 @@ -18,35 +18,36 @@ This should be straightforward, Galaxy should automatically download and install the JAR file for clinod v1.3 and the batchman executable from the Stuttgart -Neural Network Simulator (SNNS), and set the $CLINOD to their folder. +Neural Network Simulator (SNNS), and set the ``$CLINOD`` to their folder. Manual Installation =================== This wrapper expects the java binary to be on the system PATH, and to be able -to access command line NoD as $CLINOD/clinod-1.3.jar which means if you used -/opt/clinod/clinod-1.3.jar set the environment variable $CLINOD to /opt/clinod +to access command line NoD as ``$CLINOD/clinod-1.3.jar`` which means if you +used ``/opt/clinod/clinod-1.3.jar`` set the environment variable ``$CLINOD`` +to ``/opt/clinod`` Internally NoD calls the binary batchman v1.0 from the Stuttgart Neural Network Simulator (SNNS) v4.2 or 4.3 software suite. This binary can either be on the -system path or located next to the JAR file, i.e. /opt/clinod/batchman +system path or located next to the JAR file, i.e. ``/opt/clinod/batchman`` To install the wrapper copy or move the following files under the Galaxy tools -folder, e.g. in a tools/clinod folder: +folder, e.g. in a ``tools/clinod`` folder: -* clinod.xml (the Galaxy tool definition) -* README.rst (this file) +* ``clinod.xml`` (the Galaxy tool definition) +* ``README.rst`` (this file) -You will also need to modify the tools_conf.xml file to tell Galaxy to offer the +You will also need to modify the ``tools_conf.xml`` file to tell Galaxy to offer the tool. If you are using other protein analysis tools like TMHMM or SignalP, put it next to them. Just add the line:: -If you wish to run the unit tests, also add this to tools_conf.xml.sample -and move/copy the test-data files under Galaxy's test-data folder. Then:: +If you wish to run the unit tests, also move/copy the ``test-data/`` files +under Galaxy's ``test-data/`` folder. Then:: - $ ./run_functional_tests.sh -id clinod + $ ./run_tests.sh -id clinod That's it. @@ -67,7 +68,8 @@ - Use reStructuredText for this README file. - Updated citation information (Cock et al. 2013). - Development moved to GitHub, https://github.com/peterjc/pico_galaxy -v0.0.7 - Use the new $GALAXY_SLOTS environment variable for thread count. +v0.0.7 - Use the new ``$GALAXY_SLOTS`` environment variable for thread count. + - Tool definition now embeds citation information. ======= ====================================================================== diff -r c2f64216ff1d -r a8c978f17251 tools/clinod/clinod.xml --- a/tools/clinod/clinod.xml Thu Oct 17 06:04:11 2013 -0400 +++ b/tools/clinod/clinod.xml Thu Nov 20 06:14:45 2014 -0500 @@ -24,7 +24,7 @@ - + @@ -81,4 +81,9 @@ Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/clinod + + 10.7717/peerj.167 + 10.1093/nar/gkq653 + 10.1186/1471-2105-12-317 + diff -r c2f64216ff1d -r a8c978f17251 tools/clinod/tool_dependencies.xml --- a/tools/clinod/tool_dependencies.xml Thu Oct 17 06:04:11 2013 -0400 +++ b/tools/clinod/tool_dependencies.xml Thu Nov 20 06:14:45 2014 -0500 @@ -9,7 +9,7 @@ wget http://www.ra.cs.uni-tuebingen.de/downloads/SNNS/SNNSv4.3.tar.gz - tar -zxvf SNNSv4.3.tar.gz + tar -zxvf SNNSv4.3.tar.gz SNNSv4.3/tools/bin/x86_64-pc-unknown-linux-gnuoldld/batchman$INSTALL_DIR/ wget http://www.compbio.dundee.ac.uk/nod/downloads/clinod-1.3.jar