To use this workflow, you must have Snakemake and the required dependencies installed on your system. Follow these steps to set up the environment:
-
Clone the repository:
git clone https://github.com/<GIT_REPO_OWNER>/<GIT_REPO_NAME>.git cd <GIT_REPO_NAME>
-
Create a virtual environment:
python -m venv env source env/bin/activate # On Windows, use `env\\Scripts\\activate`
-
Install dependencies:
pip install .