Skip to content

Commit 48aaed9

Browse files
authored
Fix to Coot output files (#75)
1 parent a4c2590 commit 48aaed9

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.3.2
1+
v2.3.3

core/version.params.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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>

wrappers/coot_rebuild/script/coot_rebuild.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)