-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The VRE_RUNNER bash script does two things that seem contradictory:
- Checks if
cwltoolis available:type -a "$prog" >/dev/nullin line 17 - Activates virtual environment:
source "$BASEDIR"/venv/bin/activatein line 26
These two steps are contradictory because for cwltool to be available it has to be installed globally or the virtual environment has to be activated first. I don't think we want cwltool to be installed globally so I would suggest that we revamp the script so that it first activates de environment and it then checks whether cwltool is installed.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request