0.5.3 minor updates

parent a3782362
......@@ -29,9 +29,11 @@ Predictions are compared with the STRING database. Optionally, the graphs can be
- `create_dataset`: creates a dataset from the STRING database based on the taxonomic ID of the organism.
The original SENSE-PPI repository contains two pretrained models (checkpoints with weights): `senseppi.ckpt` and `dscript.ckpt` pretrained on SENSE-PPI and DSCRIPT human datasets respectively.
The original SENSE-PPI repository contains two models (checkpoints with weights) pretrained on human PPIs: `senseppi.ckpt` and `dscript.ckpt` pretrained on SENSE-PPI and DSCRIPT human datasets respectively.
- `senseppi.ckpt` (preferred) : Download from [here](http://gitlab.lcqb.upmc.fr/Konstvv/SENSE-PPI/raw/master/pretrained_models/senseppi.ckpt)
- `dscript.ckpt` : Download from [here](http://gitlab.lcqb.upmc.fr/Konstvv/SENSE-PPI/raw/master/pretrained_models/dscript.ckpt)
The package already comes with preinstalled model `senseppi.ckpt` that is used by default if model path is not specified.
**N.B.**: Both pretrained models were made to work with proteins in range 50-800 amino acids.
\ No newline at end of file
__version__ = "0.5.2"
__version__ = "0.5.3"
__author__ = "Konstantin Volzhenin"
from . import model, commands, esm2_model, dataset, utils, network_utils
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment