Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Jhsmit/PyHDX
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Jan 17, 2024
2 parents fa46e2e + 737eb38 commit 14ef19e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

PyHDX is python project which can be used to derive Gibbs free energy from HDX-MS data.

[PyHDX web](http://pyhdx.jhsmit.org)


[PyHDX stable documentation](https://pyhdx.readthedocs.io/en/stable/)
[PyHDX latest documentation](https://pyhdx.readthedocs.io/en/latest/)

[PyHDX on YouTube](https://www.youtube.com/channel/UCTro6Iv1BhvjUPYZNu5TJWg)

Expand Down Expand Up @@ -60,8 +60,6 @@ A test file can be downloaded from [here](https://raw.githubusercontent.com/Jhsm
A beta version might be available at:
http://pyhdx-beta.jhsmit.org

The latest beta docs are found [here](https://pyhdx.readthedocs.io/en/latest/)


## Publication

Expand All @@ -73,7 +71,7 @@ Python code for analysis and generation the figures in the paper are here: https

## Other

HDX MS datasets repository and format (alpha):
HDX MS datasets repository and format:
https://github.com/Jhsmit/HDX-MS-datasets

HDXMS datasets python bindings:
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-macOS-latest-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ importlib-metadata==6.8.0
# via
# dask
# markdown
jinja2==3.1.2
jinja2==3.1.3
# via
# bokeh
# distributed
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-ubuntu-latest-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ importlib-metadata==6.8.0
# via
# dask
# markdown
jinja2==3.1.2
jinja2==3.1.3
# via
# bokeh
# distributed
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-windows-latest-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ importlib-metadata==6.8.0
# via
# dask
# markdown
jinja2==3.1.2
jinja2==3.1.3
# via
# bokeh
# distributed
Expand Down

0 comments on commit 14ef19e

Please sign in to comment.