Run Prefactor3-CWL outside Docker container
Modified the workflows such that it is now also possible to run the Prefactor3 pipeline outside a Docker container. Two major global changes were needed:
- Replace baseCommand "python3" with the script that is called;
- Move DockerRequirement into hints section everwhere.