we do not have all dependencies in the system python 3.8, thus we might need to switch to project VM before running the python command for rmats.
For example adding the following bit:
export WORKON_HOME=${HOME}/.virtualenvs export PROJECT_HOME=${HOME}/projects export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3.8 source /usr/local/bin/virtualenvwrapper.sh workon xxxxxxxxxxx
https://github.com/sidbdri/cookiecutter-de_analysis_skeleton/blob/f02e83161035066085d553e7b9fbd2d53eee294c/%7B%7Bcookiecutter.project_name%7D%7D/rMATS.R#L129
we do not have all dependencies in the system python 3.8, thus we might need to switch to project VM before running the python command for rmats.
For example adding the following bit:
export WORKON_HOME=${HOME}/.virtualenvs export PROJECT_HOME=${HOME}/projects export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3.8 source /usr/local/bin/virtualenvwrapper.sh workon xxxxxxxxxxx