Skip to content

Run Prefactor3-CWL outside Docker container

Marcel Loose requested to merge no-container into master

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:

  1. Replace baseCommand "python3" with the script that is called;
  2. Move DockerRequirement into hints section everwhere.

Merge request reports