Skip to content

Commit cd555f2

Browse files
committed
Remove eman2 requirement
1 parent a58844b commit cd555f2

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.rst

+6-12
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
DENSSWeb - Web frontend to DENSS
33
===============================================================================
44

5-
DENSSWeb is a web frontend for the `DENSS algorithm <https://github.com/tdgrant1/denss>`_.
6-
DENsity from Solution Scattering (DENSS) is an algorithm used for calculating
7-
ab initio electron density maps directly from solution scattering data.
8-
DENSSWeb provides a web based frontend interface allowing users to run complex
9-
DENSS pipelines and view results in a browser. DENSSWeb performs parallel DENSS
10-
runs and averages the results using EMAN2. The resulting density map is
5+
DENSSWeb is a web frontend for the `DENSS algorithm
6+
<https://github.com/tdgrant1/denss>`_. DENsity from Solution Scattering
7+
(DENSS) is an algorithm used for calculating ab initio electron density maps
8+
directly from solution scattering data. DENSSWeb provides a web based frontend
9+
interface allowing users to run complex DENSS pipelines and view results in a
10+
browser. DENSSWeb performs parallel DENSS runs and the resulting density map is
1111
displayed using a custom LiteMol plugin along with a plot of the fourier shell
1212
correlation (FSC) curve.
1313

@@ -95,7 +95,6 @@ DENSSWeb requires the following software
9595
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9696

9797
* `DENSS <https://github.com/tdgrant1/denss>`_
98-
* `EMAN2 <https://github.com/cryoem/eman2>`_
9998

10099
The following guide assumes you're running Linux Ubuntu 18.04. You will need to
101100
adjust package names for your distro.
@@ -117,11 +116,6 @@ Clone and install DENSS::
117116
$ cd denss
118117
$ python setup.py install
119118

120-
Installing EMAN2
121-
~~~~~~~~~~~~~~~~~
122-
123-
See `here <https://blake.bcm.edu/emanwiki/EMAN2/Install>`_ for instructions on installing EMAN2.
124-
125119
------------------------------------------------------------------------
126120
License
127121
------------------------------------------------------------------------

0 commit comments

Comments
 (0)