Mercurial > repos > fubar > tool_factory_2
annotate README.md @ 20:d98f5a09137f draft
Uploaded
author | fubar |
---|---|
date | Mon, 02 Feb 2015 20:57:40 -0500 |
parents | |
children |
rev | line source |
---|---|
20 | 1 toolfactory_2 |
2 ============= | |
3 | |
4 This is an upgrade to the tool factory but with added parameters | |
5 (optionally editable in the generated tool form - otherwise fixed) and | |
6 multiple input files. | |
7 | |
8 Any number of parameters up to the limit of your patience with repeat groups | |
9 These are optionally editable by the user - names cannot be changed so | |
10 no overwriting $JAVA_HOME_DIR or else permanently fixed and not editable at run time. | |
11 | |
12 Any number of input files can be passed to your script, but of course it | |
13 has to deal with them. Both path and metadata name are supplied either in the environment | |
14 (bash/sh) or as command line parameters (python,perl,rscript) that need to be parsed and | |
15 dealt with in the script. | |
16 |