Skip to content

Commit

Permalink
USe most recent egg in coot and helper scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Nov 19, 2024
1 parent 14bc596 commit 4b707c8
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion coot/XChemCoot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ def reset_occupancy(self):

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib import coot_utils_XChem
from xce.lib import XChemDB
Expand Down
2 changes: 1 addition & 1 deletion coot/XChemCootBuster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ def show_ground_state_mean_map(self, widget):

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib import coot_utils_XChem
from xce.lib import XChemDB
Expand Down
2 changes: 1 addition & 1 deletion coot/XChemCootNew.py
Original file line number Diff line number Diff line change
Expand Up @@ -1871,7 +1871,7 @@ def show_ground_state_mean_map(self, widget):

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib import coot_utils_XChem
from xce.lib import XChemDB
Expand Down
2 changes: 1 addition & 1 deletion coot/XChemCootOld.py
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ def show_molprobity_to_do(self, widget):

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib import coot_utils_XChem
from xce.lib import XChemDB
Expand Down
2 changes: 1 addition & 1 deletion coot/XChemCootReference.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ def update_plot(self, refinement_cycle, Rfree, Rcryst):

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib import coot_utils_XChem
from xce.lib import XChemLog
Expand Down
2 changes: 1 addition & 1 deletion coot/XChemCootTwin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ def show_ground_state_mean_map(self, widget):

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib import coot_utils_XChem
from xce.lib import XChemDB
Expand Down
2 changes: 1 addition & 1 deletion xce/helpers/find_best_fitting_ligand.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def updateDB(db, db_dict, xtal):

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib import XChemDB

Expand Down
2 changes: 1 addition & 1 deletion xce/helpers/select_ground_state_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def convert_mean_map_to_mtz(emap, mtz):

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib.XChemUtils import mtztools, parse

Expand Down
2 changes: 1 addition & 1 deletion xce/helpers/update_data_source_after_refinement.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def read_ligand_cc_from_edstats(xtal, db_dict):

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib import XChemDB
from xce.lib.XChemUtils import (
Expand Down
2 changes: 1 addition & 1 deletion xce/helpers/update_data_source_for_new_cif_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib import XChemDB

Expand Down
2 changes: 1 addition & 1 deletion xce/helpers/update_data_source_for_new_dimple_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib import XChemDB
from xce.lib.XChemUtils import parse
Expand Down
2 changes: 1 addition & 1 deletion xce/helpers/update_status_flag.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def update_data_source(db_file, xtal, db_column, status):

if __name__ == "__main__":
sys.path.insert(
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-1.5.0-py2.7.egg")
0, os.path.join(os.environ["XChemExplorer_DIR"], "dist", "xce-2.0.1-py2.7.egg")
)
from xce.lib import XChemDB

Expand Down

0 comments on commit 4b707c8

Please sign in to comment.