File tree Expand file tree Collapse file tree
scripts/discovery/overlay_to_pharmacophore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ """
2+ This script can be used for any purpose without limitation subject to the
3+ conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
4+ This permission notice and the following statement of attribution must be
5+ included in all copies or substantial portions of this script.
6+
7+ "07/08/2026n": created by the Cambridge Crystallographic Data Centre
8+ """
9+
110from collections import defaultdict
211
312import numpy as np
Original file line number Diff line number Diff line change 1+ """
2+ This script can be used for any purpose without limitation subject to the
3+ conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
4+ This permission notice and the following statement of attribution must be
5+ included in all copies or substantial portions of this script.
6+
7+ "07/08/2026": created by the Cambridge Crystallographic Data Centre
8+ """
9+
110from pathlib import Path
211
312from ccdc .pharmacophore import Pharmacophore
Original file line number Diff line number Diff line change 1+ """
2+ This script can be used for any purpose without limitation subject to the
3+ conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
4+ This permission notice and the following statement of attribution must be
5+ included in all copies or substantial portions of this script.
6+
7+ "07/08/2026": created by the Cambridge Crystallographic Data Centre
8+ """
9+
110from __future__ import annotations
211
312from dataclasses import dataclass
Original file line number Diff line number Diff line change 44This permission notice and the following statement of attribution must be
55included in all copies or substantial portions of this script.
66
7- "date of creation ": created by the Cambridge Crystallographic Data Centre
7+ "07/08/2026 ": created by the Cambridge Crystallographic Data Centre
88"""
99
1010import argparse
Original file line number Diff line number Diff line change 1+ """
2+ This script can be used for any purpose without limitation subject to the
3+ conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
4+ This permission notice and the following statement of attribution must be
5+ included in all copies or substantial portions of this script.
6+
7+ "07/08/2026": created by the Cambridge Crystallographic Data Centre
8+ """
9+
110from functools import cached_property
211
312import numpy as np
Original file line number Diff line number Diff line change 1+ """
2+ This script can be used for any purpose without limitation subject to the
3+ conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
4+ This permission notice and the following statement of attribution must be
5+ included in all copies or substantial portions of this script.
6+
7+ "07/08/2026": created by the Cambridge Crystallographic Data Centre
8+ """
9+
110from pathlib import Path
211
312import pytest
Original file line number Diff line number Diff line change 1+ """
2+ This script can be used for any purpose without limitation subject to the
3+ conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
4+ This permission notice and the following statement of attribution must be
5+ included in all copies or substantial portions of this script.
6+
7+ "07/08/2026": created by the Cambridge Crystallographic Data Centre
8+ """
9+
110from pathlib import Path
211
312from datastructures import PharmFeaturePoint
You can’t perform that action at this time.
0 commit comments