# ProtFlow **Repository Path**: william2015c/ProtFlow ## Basic Information - **Project Name**: ProtFlow - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-13 - **Last Updated**: 2026-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [](https://github.com/mabr3112/ProtFlow/actions/workflows/pytest.yaml) # ProtFlow A Python package for running protein design tools on SLURM clusters. # Installation First, clone the repository ``` git clone https://github.com/mabr3112/ProtFlow.git ``` ProtFlow requires python >= 3.11. You can either install it into an existing environment, or you can create a new one with like this: ``` conda create -n protflow python=3.11 conda activate protflow ``` Install the package in development mode (we are currently under active development). ``` cd ProtFlow pip install -e . ``` After the install, instantiate your config.py file. This can be done with the command below, which will copy the config.py file from protflow/config_template.py ``` protflow-init-config ``` # The Configuration File