Metadata-Version: 2.1
Name: emdbva
Version: 0.0.1.dev102
Summary: CryoEM validation toolkit
Home-page: https://test.pypi.org/project/va/
Author: Zhe Wang
Author-email: zhe@ebi.ac.uk
License: Apache License
Keywords: EMDB,Cryoem,Validation
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 2.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy>=0.14
Requires-Dist: scikit-learn
Requires-Dist: Pillow
Requires-Dist: memory-profiler
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: biopython
Requires-Dist: mrcfile
Requires-Dist: torch
Requires-Dist: opencv-python

# EMDBVA Validation-Analysis

A Python package for validation and analysis of EMDB maps and models, providing local resolution, Q-score, and other metrics.

## Features

- Local resolution calculation
- Q-score and other validation metrics
- Integration with ChimeraX for visualization
- Command-line and API usage

## Installation

Clone the repository and install dependencies:

```bash
git clone https://github.com/yourusername/EMDBVA.git
cd EMDBVA/Validation-Analysis
pip install -r va/environment.yml
