Overriding run properties in assay transformation script

LabKey Support Forum (Inactive)
Overriding run properties in assay transformation script Andy Straw  2016-12-21 09:55
Status: Closed
 
Coming back to this again...

I am writing transformation scripts in Java for assays, and using 16.2. What I have found is the following:
- I can set the AssayId from my transformation script if the user uses the "Paste in a tab-separated set of values" option on the Run Properties wizard page during import.
- If the user first selects a file they have uploaded, and then chooses to import that, my script's attempt to set the assay id seems to be ignored - the name of the selected file is always used as the Assay Id.
- I have not tried the "Upload a data file" option on the Run Properties wizard page - not sure how that will behave.

Andy