<div dir="ltr"><div><div>Hi all,<br><br>I am encountering a strange inconsistency with the 'relative' option for the "write" command. Searching for similar problems on the mailing list came up short, so I thought I'd ask about it.<br><br>To put it briefly, I run chimera with --nogui and perform ~780,000 total matches in which I write out new coordinates using 'relative.' My issue lies in automating this process with .com scripts, which creates different results from typing out the exact same commands into the command line of the GUI. This has been plaguing me for a year or so, and most recently I can cite using version 1.10.1 (build 40427).<br></div><br></div>Below is a small example to illustrate my operations. The "B-new_#.pdb" output files will contain different coordinates if they originate from automated runs or manual execution. <br><div><div><div><br></div><div>This problem is sporadic and I cannot narrow down the source of the discrepancy. From best I can tell, there are occasionally output files from automation (e.g. B-new_#.pdb) that are in the correct coordinate reference frame. However, many (most?) are not and it is a big obstacle.<br><br></div><div>I hope that someone may have some insight on this problem.<br></div><div><br>/////////// example ///////////<br>open A.pdb<br>open B.pdb<br>open C.pdb<br><br>##write out selection from #0 [this file is always consistent]<br>select #0:...<br>write selected relative 0 #0 A-new.pdb<br><br>##move #2 onto #0<br>match #2:... #0:...<br>##move #1 onto #2<br>match #1:... #2:...<br><br>##write out selection from #1 and save it in its new position relative to #0 [inconsistent]<br>select #1:...<br>write selected relative 0 #1 B-new_1.pdb<br>~select all<br><br>##move #1 slightly <br>match #1:... #2:...+1<br><br>##write out selection from #1 and save it in its new position relative to #0 [inconsistent]<br>select #1:...<br>write selected relative 0 #1 B-new_2.pdb<br>~select all<br><br>##move #1 slightly more<br>match #1:... #2:...+2<br><br>##write out selection from #1 and save it in its new position relative to #0 [inconsistent]<br>select #1:...<br>write selected relative 0 #1 B-new_3.pdb<br>/////////// example ///////////<br><br></div><div>Best,<br></div><div>Dan McNamara<br></div></div></div></div>