Data transformation script run parameters

LabKey Support Forum (Inactive)
Data transformation script run parameters christian.pfaff  2011-07-20 06:41
Status: Closed
 
Hello

When you define a ScriptEngine for DataTransformation of type Java you set the "Program Command" as follows:

-jar "${scriptFile}" "${runInfo}"

Is there a documentation of the ${} variables, which are available in this context? I searched for it and couldn't find it.

Thanks in advance and best regards, Christian
 
 
Karl Lum responded:  2011-07-20 08:22
Hi Christian,

Here's the list I came up with (I'll ask the docs team to add this information to our online documentation).

scriptFile - the full path to the (processed and rewritten) transform script, this is usually in a temporary location the server manages.
runInfo - the full path to the run properties file the server creates. Full documentation of the contents of this file should be in our online docs.

srcDirectory - the original directory of the transform script (usually specified in the assay definition)

- Karl
 
christian.pfaff responded:  2011-07-21 00:52
ok, thanks
 
eknelson responded:  2011-07-22 12:20
I updated the LabKey documentation to include the information Karl provided in this thread for the scriptFile, runInfo and srcDirectory variables:
https://www.labkey.org/wiki/home/Documentation/page.view?name=javaValidator

Thanks,
Elizabeth