idrblab / AnnoPRO

Feature map and function annotation of Proteins
MIT License
26 stars 8 forks source link
blastp deep-learning feature-map protein-function-prediction

AnnoPRO

AUR python pypi keras DOI

AnnoPRO generation

image

AnnoPRO architecture

image

Installation

You can install it directly by pip install annopro or install from source code as following steps.

git clone https://github.com/idrblab/AnnoPRO.git
cd AnnoPRO
conda create -n annopro python=3.8
conda activate annopro
pip install .

Usage

python -m annopro -i test_proteins.fasta -o output

The result is displayed in the ./output/bp(cc,mf)_result.csv.

Notice: if you use annopro for the first time, annopro will automatically download required resources when they are used (lazy download mechanism)

Possible problems

  1. pip is looking at multiple versions of XXX to determine which version is compatible with other requirements. this could take a while.

Your pip is latest, back to old version such as 20.2, or just add --use-deprecated=legacy-resolver param.

Contact

If any questions, please create an issue on this repo, we will deal with it as soon as possible.