Alexandre Mestiashvili pushed to branch upstream at Debian Med / plip
Commits: b2f25057 by Alexandre Mestiashvili at 2020-07-08T14:27:30+02:00 New upstream version 2.1.3+dfsg - - - - - 3 changed files: - CHANGES.txt - README.md - plip/basic/config.py Changes: ===================================== CHANGES.txt ===================================== @@ -1,5 +1,10 @@ Changelog --------- +# 2.2.0 +* bug fixes in code and deployment +* multi-architecture builds on https://hub.docker.com/r/pharmai/plip +* Docker build for Ubuntu 20.04 LTS + # 2.1.0 * maintainer changed to PharmAI GmbH * full compatibility to Python 3 and OpenBabel 3 ===================================== README.md ===================================== @@ -3,7 +3,8 @@    - + + Analyze noncovalent protein-ligand interactions in 3D structures with ease. @@ -64,7 +65,7 @@ $ git clone https://github.com/ssalentin/plip.git ~/pliptool ### 2. Install PLIP #### Containerized Image (recommended) -:exclamation: We ship PLIP as a pre-built containers, available on the [Docker Hub](https://hub.docker.com/r/pharmai/plip) or as pre-built Singularity image under [Releases](https://github.com/pharmai/plip/releases). +:exclamation: We ship PLIP as a pre-built containers for multiple architectures (amd64/ARM), available on the [Docker Hub](https://hub.docker.com/r/pharmai/plip) or as pre-built Singularity image under [Releases](https://github.com/pharmai/plip/releases). #### From Source If you cannot use the containerized bundle or want to use PLIP sources, make sure you have the following requirements installed: ===================================== plip/basic/config.py ===================================== @@ -1,4 +1,4 @@ -__version__ = '2.1.2-beta' +__version__ = '2.1.3' __maintainer__ = 'PharmAI GmbH (2020) - www.pharm.ai - [email protected]' import logging View it on GitLab: https://salsa.debian.org/med-team/plip/-/commit/b2f25057869fd54676363ff6f21ddda7ad293e7c -- View it on GitLab: https://salsa.debian.org/med-team/plip/-/commit/b2f25057869fd54676363ff6f21ddda7ad293e7c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
