Skip to content

Commit

Permalink
prepare v009
Browse files Browse the repository at this point in the history
  • Loading branch information
DSeiferth committed Oct 8, 2024
1 parent a107a1e commit 5068f72
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PoreAnalyser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#from download_files import download_output, download_Ellipsoid_output
#from ellipsoid_optimisation import ellipsoid_pathway

__version__ = "0.0.7"
__version__ = "0.0.9"
__author__ = 'David Seiferth'

from .hole_analysis import hole_analysis
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Recent advances in structural biology have led to a growing number of ion channe
- Other tools, such as MOLEonline and CAVER, do not use a probe based algorithm for path finding. Cavities are identified using Voronoi diagrams and molecular surfaces.

#### What does this package add?
- Adding new features to pore-path-finding tools to capture pore asymmetry.
- Adding new features to pore-path-finding tools to capture pore asymmetry with ellipsoidal probe particles.
- Capture pore asymmetry.
- Asymmetry of crystal/cryoEM structures due to heterogeneous subunit composition.
- From crystal structure broken in simulations.
- Making software tools accessible to the community via an interactive web-service. No installation needed when using the web-page. For python users, we publish an easy-to-install python package.

- Furthermore, we make use of the more accurate characterization of channel pores to refine a physical conductance model to obtain a heuristic estimate for single-channel conductance.

# Path finding with ellipsoidal probe particle

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{name = "David Seiferth", email = "[email protected]"}]
license = {file = "LICENSE"}
readme = {file = "README.md", content-type = "text/markdown"}
description = "PoreAnalyser package based on HOLE and MDAnalysis"
version = "0.0.7"
version = "0.0.9"
requires-python = ">=3.6,<=3.12"
dependencies = [
#'python<=3.12',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='PoreAnalyser', #'PoreFinding',
version='0.0.7',
version='0.0.9',
description='A Python package for analysing (ion channel) pore profiles',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5068f72

Please sign in to comment.