annotate README.md @ 22:4e3aa95ed3ac draft

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