Metadata-Version: 2.1
Name: relion2dynamo
Version: 1.0.5
Summary: Converts RELION particle star files to Dynamo tables
Author: Euan Pyle
Author-email: euanpyle@gmail.com
License: BSD 3-Clause License
Project-URL: homepage, https://github.com/EuanPyle/relion2dynamo
Project-URL: repository, https://github.com/EuanPyle/relion2dynamo
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: click
Requires-Dist: starfile
Requires-Dist: dynamotable
Requires-Dist: eulerangles
Requires-Dist: typer
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"

# Relion2Dynamo
## Converts Star Files from RELION 4.0 to Dynamo Table

Based on [dynamo2m](https://github.com/alisterburt/dynamo2m) by Alister Burt.

## Installation

Installation is carried out via:
```sh
pip install relion2dynamo
```

## Requirements

Your tomogram names (rlnTomoName) must be some variant of:

```sh
[any_string]_[number which refers to tomogram number]
e.g. TS_01 or ts_1 or tomogram_10
```

## Usage

Invoke from the command line and specify input star file and, optionally, the desired output table file name
```sh
relion2dynamo --relion-star-file [name] --dynamo-table-file [name]
```
