Skip to content

Build script for virtualenv

Marcel Loose requested to merge RAP-74_run-inside-virtualenv into master

A script has been created that generates a virtual environment for the Rapthor pipeline.

Note that, at the moment, you can only run Rapthor in a virtual environment if you set run the CWL workflows inside a container. To do so, add the line use_container = True to the [cluster] section of the Rapthor parset file.

Closes RAP-74

Merge request reports