Mercurial > repos > fubar > tool_factory_2
comparison README.md @ 0:c34063ab3735 draft
Initial commit of code in iuc github repository
author | fubar |
---|---|
date | Thu, 01 Jan 2015 21:58:00 -0500 |
parents | |
children | dd6cf2ddaac7 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c34063ab3735 |
---|---|
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 multiple input files. | |
6 | |
7 Any number of parameters up to the limit of your patience with repeat groups | |
8 These are optionally editable by the user - names cannot be changed - no overwriting $JAVA_HOME_DIR | |
9 or else permanently fixed and not editable at run time. | |
10 | |
11 Any number of input files can be passed to your script, but of course it | |
12 has to deal with them. Both path and metadata name are supplied either in the environment (bash/sh) or | |
13 as command line parameters (python,perl,rscript) that need to be parsed and | |
14 dealt with in the script. | |
15 |