Dear all,<div><br></div><div><br></div><div>I need to read some parameters that are write in the same file that I have opened. For exemple, I had a python script that parses the author of the PDB file and I want to run it in a chimera script to use it in other part of the script. To open the file I use:</div>
<div><br></div><div><font class="Apple-style-span" face="'courier new', monospace">from openSave import osOpen</font></div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">f=osOpen("/home/eortega/data.pdb")</font></div><div><br></div><div><font class="Apple-style-span" face="'courier new', monospace">code ....</font></div>
<div><br></div><div><br></div><div>I want to do that more "polite". I mean, without write the entire route of the file. Saying to chimera that reads the same file that it has open and appears in the screen.</div>
<div><br></div><div>Could anyone help me?</div><div><br></div><div><br></div><div>Thanks</div><div><br></div><div><br></div><div>Best</div><div>Elisabeth Ortega</div><div>Universitat Autonoma de Barcelona</div>