1

I know how to save molmap manually, but failed to do it using script; When I used command save or export, the file is saved as .py or .x3d, not in mrc. What should I do to correctly save the file using script or command line? Thanks a lot.

  • maybe [bioinformatics.SE](https://bioinformatics.stackexchange.com/) would be a better place for a question like this – marcin Jun 21 '19 at 17:02

1 Answers1

0

Using the Chimera usage syntax:

volume selection save filename.mrc

Example:

volume #0 save data.mrc
terratyra
  • 1
  • 3