Tool for T-cell vaccine design by optimising coverage of potential T-cell epitope (PTEs)
# Download the repository
git clone https://github.com/PhilPalmer/TVax.git && cd TVax
# Install dependencies with Conda
conda env create --name tvax --file environment.yml && conda activate tvax