This repository contains a Transformer model to predict protein signal sequences from complete protein sequences.
-
Clone the repository:
git clone git@github.com:b0risfosso/signal-sequence-prediction.git cd signal-sequence-prediction
-
Create and activate the conda environment:
conda env create -f environment.yml conda activate protein_env
-
Run the main script:
python src/main.py
-
Clone the repository:
git clone git@github.com:b0risfosso/signal-sequence-prediction.git cd signal-sequence-prediction
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the dependencies:
pip install -r requirements.txt
-
Run the main script:
python src/main.py
...
...