Skip to content
Zhen Huang edited this page Feb 21, 2024 · 1 revision

Usage

GUI

This software has a user-friendly GUI. To use this software, simply type:

MemXTerminator gui &

Fix Map ID

If you get the error like this during the membrane subtraction:

ValueError: Map ID string not found - not an MRC file, or file is corrupt

It's due to the mrcfile python library. (For more details you can refer to these links: Handling corrupt or bad-header MRC files #544, Permissive read mode)

You can use this command to fix the mrc files:

MemXTerminator fixmapid <path_to_mrc_file>
Clone this wiki locally