An open API service indexing awesome lists of open source software.

https://github.com/kuixu/resmap

ResMap, Compute the local resolution of 3D density maps, (support python3 and maps in variant shape)
https://github.com/kuixu/resmap

cryo-em density-map local-resolution resmap

Last synced: 26 days ago
JSON representation

ResMap, Compute the local resolution of 3D density maps, (support python3 and maps in variant shape)

Awesome Lists containing this project

README

        

ResMap
==========================
ResMap is a Python (NumPy/SciPy) application with a Tkinter GUI. It is a software package for computing the local resolution of 3D density maps studied in structural biology, primarily electron cryo-microscopy (cryo-EM).

Differences from (https://github.com/akucukelbir/resmap.git)

- Support python3
- Support maps in variant shape

How Do I Use It?
----------------
Please read the documentation within the source files.

What Should I Download?
-----------------------
Sourceforge should automatically present you with the latest binary for your platform.

The binaries have been packaged using PyInstaller and were tested on:

* Windows: 7 and 8
* Mac: 10.6+
* Linux: Fedora 14+, CentOS 6+

You may also download the source files (Python) and run them using your own Python setup.

Requirements are:

* Python (2.7+/3.6+)
* NumPy (1.6+)
* SciPy (0.11+)
* Matplotlib (1.2+)