annotate README.md @ 18:a11e053d4976 draft

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