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)
- Host: GitHub
- URL: https://github.com/kuixu/resmap
- Owner: kuixu
- Created: 2019-12-25T08:09:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T03:50:19.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T20:45:36.181Z (3 months ago)
- Topics: cryo-em, density-map, local-resolution, resmap
- Language: Python
- Homepage: https://github.com/akucukelbir/resmap
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 shapeHow 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+)