relion2dynamo

Converts RELION particle star files to Dynamo tables


License
BSD-1-Clause
Install
pip install relion2dynamo==1.0.5

Documentation

Relion2Dynamo

Converts Star Files from RELION 4.0 to Dynamo Table

Based on dynamo2m by Alister Burt.

Installation

Installation is carried out via:

pip install relion2dynamo

Requirements

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

[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

relion2dynamo --relion-star-file [name] --dynamo-table-file [name]