Pull request covers mainly the new treatment of the filepath and removal of the dirname component parameters. filepath is now covering both, by slightly changing the interpretation. That also required changing a number of the test graphs. In fact the update also made the treatment of check_file_path_exists more consistent, since it is now really required to set it to false if it does not exist, which is the case for most of the files generated during a workflow run.
In addition also an import bug in pyfunc.py has been fixed and the setting of the sleepTime when translating in test mode has also been fixed.
The many changes in xml2palette.py are automatic code formatting changes and can be ignored, also because the xml2palette.py tool is now deprecated and will be removed soon.
Coverage: 81.896% (+0.04%) from 81.859% when pulling 63faed7fb9cc1a7d6833946291cbbeb12bafd591 on liu-338 into 5bf5a474a2e87db89a2a29b0983ce03ace7006e2 on master.
Pull request covers mainly the new treatment of the filepath and removal of the dirname component parameters. filepath is now covering both, by slightly changing the interpretation. That also required changing a number of the test graphs. In fact the update also made the treatment of check_file_path_exists more consistent, since it is now really required to set it to false if it does not exist, which is the case for most of the files generated during a workflow run.
In addition also an import bug in pyfunc.py has been fixed and the setting of the sleepTime when translating in test mode has also been fixed.
The many changes in xml2palette.py are automatic code formatting changes and can be ignored, also because the xml2palette.py tool is now deprecated and will be removed soon.