Adapt path for output paths other then acXML values
Description
RelDirectory other than ../projects/CSMR/CSMR-2020 did not work.
To fix this, the OutputPath had to be changed. It was always looking for the last folder (here CSMR-2020) and used it. For e.g. _results.xml which are not located in the CSMR-2020, it did not work. Now the projects is replaced by the temporarary workflow folder (as usual) and the string CSMR is deleted.
Screenshots/Logs
Testing Instructions
- replace
write_parameter_study_csv_output.pywith the one here from the MR - use these config: parameter_study_conf.xml unicado_workflow_conf.xml
This should be the result: parameter_study_output.csv
Developer Checklist
-
Code has been tested locally and/or in pipeline.
