<html><head><meta http-equiv=Content-Type content="text/html; charset=UTF-8"><META name="Author" content="GroupWise WebAccess"><style type="text/css"> 
body p 

        margin: 0px; 
}
</style></head><body style='font-family: Helvetica, Arial, sans-serif; font-size: 13px; '>Hi Phenix Dev team and mailing list recipients, <br><br><br>i have a question regarding the 4x3 matrix in the wwPDB deposition assembly tab.<br><br>I am wondering, if there is an easier way, than what I am currently doing.<br><br>This is my current workflow:<br><font face="'Courier New', monospace"># get the map symmetry<br>phenix.map_symmetry symmetry=O map.mrc<br><br># apply symmetry on monomer<br>phenix.apply_ncs mono.pdb symmetry_from_map.ncs_spec<br><br># get biomt from complex<br>phenix.find_ncs apply_ncs.pdb<br><br># isolate wwPDB deposition 3x4 matrix<br></font><font face="'Courier New', monospace">awk '{print substr($0, 25)}' find_ncs.biomt &gt; 3x4_matrix</font><div><br></div><div><br></div>And this feels a bit redundant, as I already have the symmetry operation directly from the beginning, but the monomeric localization is missing. Is there an easier way to get the 3x4 matrix?<br><div><br></div><div>This is still fast, so this is fine, but maybe there is an easier, single line solution.</div><div><br></div><div>Best</div><div>Christian<br></div></body></html>