You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ PyHDX
33
33
34
34
35
35
PyHDX is python project which can be used to derive Gibbs free energy from HDX-MS data.
36
-
Currently version 0.3.2 is the stable release. Version 0.4.0 is released as beta.
37
36
38
37
Installation
39
38
============
@@ -42,14 +41,19 @@ Installation of the latest stable beta with `pip`:
42
41
43
42
.. code-block:: console
44
43
45
-
pip install pyhdx==0.4.0b8
44
+
pip install pyhdx
46
45
47
46
Installation with web interface extra:
48
47
49
48
.. code-block:: console
50
49
51
-
pip install pyhdx==0.4.0b8[web]
50
+
pip install pyhdx[web]
52
51
52
+
Conda install (includes web interface extra):
53
+
54
+
.. code-block:: console
55
+
56
+
conda install pyhdx
53
57
54
58
Run PyHDX
55
59
=========
@@ -69,12 +73,12 @@ Web Application
69
73
===============
70
74
71
75
The PyHDX web application is currently hosted at:
72
-
http://pyhdx.jhsmit.org/main
76
+
http://pyhdx.jhsmit.org
73
77
74
78
A test file can be downloaded from `here <https://raw.githubusercontent.com/Jhsmit/PyHDX/master/tests/test_data/input/ecSecB_apo.csv>`_ and `here <https://raw.githubusercontent.com/Jhsmit/PyHDX/master/tests/test_data/input/ecSecB_dimer.csv>`_. (right click, save as).
75
79
76
-
The 0.4.0b4 version of PyHDX (featuring batch fitting / multiple states) is hosted at:
77
-
http://pyhdx-beta.jhsmit.org/main
80
+
A beta version might be available at:
81
+
http://pyhdx-beta.jhsmit.org
78
82
79
83
The latest beta docs are found `here <https://pyhdx.readthedocs.io/en/latest/>`_
0 commit comments