We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FeatureEncoder
1 parent 934c0fb commit 0274c01Copy full SHA for 0274c01
mini3di/__init__.py
@@ -1,10 +1,10 @@
1
"""A NumPy port of the ``foldseek`` code for encoding structures to 3di.
2
"""
3
4
-__all__ = ["Encoder"]
+__all__ = ["Encoder", "FeatureEncoder"]
5
__version__ = "0.1.0"
6
__author__ = "Martin Larralde <[email protected]>"
7
__license__ = "GPLv3"
8
__credits__ = "Martin Steinegger and his lab for ``foldseek``"
9
10
-from .encoder import Encoder
+from .encoder import Encoder, FeatureEncoder
0 commit comments