Skip to content

Commit

Permalink
binder works; newver notebooks and actions fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
frannerin committed Sep 4, 2023
1 parent 180f0d4 commit e6c66c5
Show file tree
Hide file tree
Showing 8 changed files with 3,793 additions and 703 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_conda_newenv.yml
@@ -1,4 +1,4 @@
name: Python Package using Conda reduced
name: Conda installation

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pip_tcl_ubuntu_newenv.yml
@@ -1,4 +1,4 @@
name: Python Package using pip reduced
name: pip installation

on:
push:
Expand Down
11 changes: 8 additions & 3 deletions README.rst
Expand Up @@ -5,9 +5,14 @@ AlloViz
:target: https://alloviz.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://github.com/frannerin/AlloViz/actions/workflows/test_conda.yml/badge.svg
:target: https://github.com/frannerin/AlloViz/actions/workflows/test_conda.yml
:alt: Test Python Package using Conda
.. image:: https://github.com/frannerin/AlloViz/actions/workflows/test_conda_newenv.yml/badge.svg
:target: https://github.com/frannerin/AlloViz/actions/workflows/test_conda_newenv.yml
:alt: Conda installation

.. image:: https://github.com/frannerin/AlloViz/actions/workflows/test_pip_tcl_ubuntu_newenv.yml/badge.svg
:target: https://github.com/frannerin/AlloViz/actions/workflows/test_pip_tcl_ubuntu_newenv.yml
:alt: pip installation


A Python package to interactively compute, analyze and visualize protein
allosteric communication (residue interaction) networks and
Expand Down
1,703 changes: 1,369 additions & 334 deletions notebooks/delta.ipynb

Large diffs are not rendered by default.

1,307 changes: 1,167 additions & 140 deletions notebooks/networkx.ipynb

Large diffs are not rendered by default.

1,464 changes: 1,244 additions & 220 deletions notebooks/quickstart.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pip_requirements.txt
@@ -1,5 +1,7 @@
mdanalysis>=2.2,<2.3 # 2.3 or above fails with non-complying "formalcharges" last column of PDBs (GPCRmd PDBs)
numpy<1.24 # 1.24 removed numpy.int and numpy.float needed for dynetan and PyInteraph2
ipywidgets<8 # 8 or above messes with nglview
jupyterlab<4 # 4 or above messes with nglview

multiprocess
lazyasd
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Expand Up @@ -17,10 +17,7 @@ readme = "README.rst"
#dynamic = ["version"]
version = "1.0"

dependencies = [ "vmd-python @ git+https://github.com/frannerin/vmd-python@v3.0.6-macosxarm64",
"ipywidgets<8", # 8 or above messes with nglview
"jupyterlab<4" # 4 or above messes with nglview
]
dependencies = [ "vmd-python @ git+https://github.com/frannerin/vmd-python@v3.0.6-macosxarm64" ]

# license = {text = "BSD 3-Clause License"}
classifiers = [
Expand Down

0 comments on commit e6c66c5

Please sign in to comment.