0.7.5 minor docs updates

parent 30da7d71
......@@ -48,6 +48,6 @@ For information about the other models that can be found in the pretrained_model
1. By running the 'predict' command the model will automatically take 1 as the minimum length and the maximum length will be the length of the longest protein in the dataset. However, it is **strongly recommended** to use the proteins in range 50-800 amino acids for the best performance.
2. if you use --min_len and --max_len arguments your fasta file will be filtered automatically, so make sure you have a backup.
In order to cite the original SENSE-PPI paper, please use the following link: https://doi.org/10.1101/2023.09.19.558413
In order to cite the original SENSE-PPI paper, please use the following link: https://doi.org/10.1016/j.isci.2024.110371
The documentation for the package can be found [here](https://sense-ppi.readthedocs.io/en/latest/).
\ No newline at end of file
__version__ = "0.7.4"
__version__ = "0.7.5"
__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