# HG changeset patch # User pjbriggs # Date 1510240173 18000 # Node ID a00f366adc45133af8460668374f337de298f013 # Parent b433086738d6e778580ed3cdcd365eda83696762 planemo upload for repository https://github.com/pjbriggs/Amplicon_analysis-galaxy commit b63924933a03255872077beb4d0fde49d77afa92 diff -r b433086738d6 -r a00f366adc45 README.rst --- a/README.rst Wed Nov 08 08:43:02 2017 -0500 +++ b/README.rst Thu Nov 09 10:09:33 2017 -0500 @@ -21,9 +21,10 @@ Installing the tool in a Galaxy instance ======================================== -The tool is not currently hosted on a Galaxy toolshed both the tool -files and the dependencies must be installed manually. In addition -it is necessary to fetch and install the reference data. +The following sections describe how to install the tool files, +dependencies and reference data, and how to configure the Galaxy +instance to detect the dependencies and reference data correctly +at run time. 1. Install the dependencies --------------------------- @@ -40,7 +41,13 @@ 2. Install the tool files ------------------------- -There are two files to install: +The core tool is hosted on the Galaxy toolshed, so it can be installed +directly from there (this is the recommended route): + + * https://toolshed.g2.bx.psu.edu/view/pjbriggs/amplicon_analysis_pipeline/ + +Alternatively it can be installed manually; in this case there are two +files to install: * ``amplicon_analysis_pipeline.xml`` (the Galaxy tool definition) * ``amplicon_analysis_pipeline.py`` (the Python wrapper script)