Ignore:
Timestamp:
Apr 13, 2020 5:06:27 PM (3 years ago)
Author:
vondreele
Message:

add rigid body save to make new pdb file with properly named atoms - needed for fullrmc
implement use of pdbparser (part of fullrmc) to prepare amorphous big box models from isolated molecules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4399 r4400  
    53235323        # Rigid bodies
    53245324        G2G.Define_wxId('wxID_RIGIDBODYADD', 'wxID_DRAWDEFINERB', 'wxID_RIGIDBODYIMPORT', 'wxID_RESIDUETORSSEQ',
    5325             'wxID_VECTORBODYADD')       
     5325            'wxID_VECTORBODYADD', 'wxID_RIGIDBODYSAVE',)       
    53265326        self.RigidBodyMenu = wx.MenuBar()
    53275327        self.PrefillDataMenu(self.RigidBodyMenu)
    53285328        self.ResidueRBMenu = wx.Menu(title='')
    53295329        self.ResidueRBMenu.Append(G2G.wxID_RIGIDBODYIMPORT,'Import XYZ','Import rigid body XYZ from file')
     5330        self.ResidueRBMenu.Append(G2G.wxID_RIGIDBODYSAVE,'Save PDB','Save rigid body to PDB file')       
    53305331        self.ResidueRBMenu.Append(G2G.wxID_RESIDUETORSSEQ,'Define sequence','Define torsion sequence')
    53315332        self.ResidueRBMenu.Append(G2G.wxID_RIGIDBODYADD,'Import residues','Import residue rigid bodies from macro file')
Note: See TracChangeset for help on using the changeset viewer.