Skip to content

EuanPyle/relion2dynamo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]