Files
If the file signature_replacements is found in the run directory, then it is expected that applications will use this environment when parsing the signature so that entries prefixed with a dollar sign are replaced with the corresponding value. E.g. if signature_replacements contains the lines
RUN=1234 RANSEED=276652072then the signature "myapp $RUN $RANSEED" becomes "myapp 1234 276652072".
If the field $RANDOM appears in the signature, it will be replaced with a (small) pseudorandom number delivered by the shell. Maximum value is 32767.
For DIAL applications, it is expected this file will come from the input dataset.