2
2
DENSSWeb - Web frontend to DENSS
3
3
===============================================================================
4
4
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
11
11
displayed using a custom LiteMol plugin along with a plot of the fourier shell
12
12
correlation (FSC) curve.
13
13
@@ -95,7 +95,6 @@ DENSSWeb requires the following software
95
95
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
96
96
97
97
* `DENSS <https://github.com/tdgrant1/denss >`_
98
- * `EMAN2 <https://github.com/cryoem/eman2 >`_
99
98
100
99
The following guide assumes you're running Linux Ubuntu 18.04. You will need to
101
100
adjust package names for your distro.
@@ -117,11 +116,6 @@ Clone and install DENSS::
117
116
$ cd denss
118
117
$ python setup.py install
119
118
120
- Installing EMAN2
121
- ~~~~~~~~~~~~~~~~~
122
-
123
- See `here <https://blake.bcm.edu/emanwiki/EMAN2/Install >`_ for instructions on installing EMAN2.
124
-
125
119
------------------------------------------------------------------------
126
120
License
127
121
------------------------------------------------------------------------
0 commit comments