File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
wrappers/coot_rebuild/script Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# CCP4i2 Changelog
22
3+ ## [ 2.3.3] - 2025-05-29
4+
5+ - Fix to Coot output files
6+
37## [ 2.3.2] - 2025-05-22
48
59- Avoid re-importing files with the same checksum
Original file line number Diff line number Diff line change 1- v2.3.2
1+ v2.3.3
Original file line number Diff line number Diff line change 55 <function >PARAMS</function >
66 <pluginName >ccp4i2</pluginName >
77 <userId ></userId >
8- <creationTime >22 /May/2025</creationTime >
9- <ccp4iVersion >2.3.2 </ccp4iVersion >
8+ <creationTime >29 /May/2025</creationTime >
9+ <ccp4iVersion >2.3.3 </ccp4iVersion >
1010 <pluginVersion ></pluginVersion >
1111 </ccp4i2_header >
1212</ccp4i2 >
Original file line number Diff line number Diff line change @@ -297,7 +297,6 @@ def processOutputFiles(self):
297297 xyzoutList [iFile ].subType = 1
298298 #Here truncate the xyzoutList back to the numberof files that were actually found
299299 xyzoutList = xyzoutList [0 :len (outList )]
300- self .container .outputData .XYZOUT .set (xyzoutList )
301300
302301 #Ligand builder places output cifs in the coot-cif directory as prorg-out.cif
303302 #'prodrgify this residue' places output cifs in the coot-cif directory as prodrg-???.cif
@@ -318,7 +317,6 @@ def processOutputFiles(self):
318317 dictoutList [iFile ].annotation = annotation
319318 #Here truncate the dictoutList back to the numberof files that were actually found
320319 dictoutList = dictoutList [0 :len (cifOutList )]
321- self .container .outputData .DICTOUT .set (dictoutList )
322320
323321 # Create a trivial xml output file
324322 from lxml import etree
You can’t perform that action at this time.
0 commit comments