Home My Page Projects Code Snippets Project Openings devtools
Summary Activity Tracker SCM

[#1999] phaser identifies as PHENIX_PACKAGE

Date:
2020-02-13 20:52
Priority:
3
State:
Open
Submitted by:
Charles Ballard (ccb63)
Assigned to:
Nobody (None)
branch:
series-71
type:
none
Summary:
phaser identifies as PHENIX_PACKAGE

Detailed description
##########################################################################################
##########################################################################################
##########################################################################################
### PHENIX: Phaser 2.8.3 ###
##########################################################################################
Message  ↓
Date: 2020-02-13 21:49
Sender: Charles Ballard

Python run defaults to PHENIX style

//for python
ResultMR runMR_AUTO(InputMR_AUTO& inputAUTO)
{
Output output; //blank
output.setPackagePhenix();
return runMR_AUTO(inputAUTO,output);
}

Date: 2020-02-13 20:52
Sender: Charles Ballard

//constructor
Output::Output() : PhaserError()
{
//USE THE SCONS COMPILER FLAG TO CHANGE THE HEADERS "scons --ccp4"
//DO NOT EDIT THESE LINES
#ifdef build_phaser_for_ccp4
PACKAGE_PHENIX = false;
#else
PACKAGE_PHENIX = true;
#endif

No Changes Have Been Made to This Item