We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfa500 commit d0379ceCopy full SHA for d0379ce
src/foundry/utils/components.py
@@ -5,11 +5,11 @@
5
import numpy as np
6
from atomworks.ml.encoding_definitions import AF3SequenceEncoding
7
from biotite.structure import AtomArray
8
-from rfd3.constants import (
9
- TIP_BY_RESTYPE,
10
-)
11
12
from foundry.common import exists
+from foundry.constants import (
+ TIP_BY_RESTYPE,
+)
13
from foundry.utils.ddp import RankedLogger
14
15
global_logger = RankedLogger(__name__, rank_zero_only=False)
0 commit comments