Mercurial > repos > fubar > brokenandnotdeletablebyowneroradmin
changeset 24:8289ebc513ab
More tweaks to docs and installation notes
author | Ross Lazarus <ross.lazarus@gmail.com> |
---|---|
date | Wed, 06 Jun 2012 12:05:25 +1000 |
parents | 6146509c9c2d |
children | 8cc3f3c0e539 |
files | README.txt rgToolFactory.xml |
diffstat | 2 files changed, 6 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Tue Jun 05 23:25:35 2012 +1000 +++ b/README.txt Wed Jun 06 12:05:25 2012 +1000 @@ -22,10 +22,9 @@ because then, if you break it, you get to keep all the pieces see https://bitbucket.org/fubar/galaxytoolfactory/wiki/Home -*To make the tool work* If not already there, please add: +*To make the tool work* Ghostscript and imagemagick MUST be installed, and if not already there, please add: <datatype extension="toolshed.gz" type="galaxy.datatypes.binary:Binary" mimetype="multipart/x-gzip" subclass="True" /> -to your local data_types_conf.xml -Then, PUT some IDs in the list in the XML before you restart Galaxy to load this new tool please +to your local data_types_conf.xml and PUT some real IDs in the list in the XML before you restart Galaxy to load this new tool please otherwise, the tool won't run for anybody. *What it does* This is a tool factory for simple scripts in python, R or whatever ails ye.
--- a/rgToolFactory.xml Tue Jun 05 23:25:35 2012 +1000 +++ b/rgToolFactory.xml Wed Jun 06 12:05:25 2012 +1000 @@ -26,11 +26,10 @@ <inputs> <param name="input1" type="data" label="Select an input file from your history" optional="true" help="Most scripts will need an input - your script MUST be ready for whatever format you choose"/> - <param name="tool_name" type="text" value="My dynamic script" size="80" label="Title for job outputs" help="Supply a meaningful name here to remind you what the outputs contain"> - <sanitizer> - <valid initial="string.letters,string.digits"> - <mapping initial="none"/> - </valid> + <param name="tool_name" type="text" value="My dynamic script" size="80" label="Title for job outputs and new tool ID" + help="This will become the toolshed repository name so please choose thoughtfully"> + <sanitizer invalid_char=""> + <valid initial="string.letters,string.digits"/> </sanitizer> </param> <conditional name="makeMode">