Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 528 Bytes

INSTALLATION.md

File metadata and controls

20 lines (16 loc) · 528 Bytes

Installation

To use this workflow, you must have Snakemake and the required dependencies installed on your system. Follow these steps to set up the environment:

  1. Clone the repository:

    git clone https://github.com/<GIT_REPO_OWNER>/<GIT_REPO_NAME>.git
    cd <GIT_REPO_NAME>
  2. Create a virtual environment:

    python -m venv env
    source env/bin/activate  # On Windows, use `env\\Scripts\\activate`
  3. Install dependencies:

    pip install .