Build script for virtualenv
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