Example pipelines file that is ready to run in the VRE matching the code in the HowTo documentation.
This repo structure workflows and tools can be forked and used as the base template for new tools and workflows. It should have all of the base functionality and is set up for unit testing and with pylint to ensure code clarity.
- pyenv and pyenv-virtualenv
- Python 2.7.12
- Python Modules:
- pylint
- pytest
- mg-tool-api
Directly from GitHub:
cd ${HOME}/code
git clone https://github.com/Multiscale-Genomics/mg-process-test.git
cd mg-process-test
Create the Python environment
pyenv-virtualenv 2.7.12 mg-process-test
pyenv activate mg-process-test
pip install -e .
pip install -r requirements.txt