Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor & feat: re-organized the scripts and added new features #199

Closed
wants to merge 11 commits into from
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ gt4sd =
training_pipelines/tests/*json
training_pipelines/tests/*smi
frameworks/crystals_rfc/*.csv
frameworks/enzeptional/tests/*pkl
frameworks/enzeptional/tests/*json
frameworks/enzeptional/mutation_model/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add extension otherwise it's risky


[options.extras_require]
extras =
Expand Down
6 changes: 3 additions & 3 deletions src/gt4sd/frameworks/enzeptional/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# MIT License
#
# Copyright (c) 2022 GT4SD team
# Copyright (c) 2023 GT4SD team
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -21,9 +21,9 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
"""enzeptional - ENZymE OPTImizatiON for biocatALysis.
"""enzeptional - Enzyme Optimization for biocatalysis.

Module for enzyme optimization.
"""

from .optimization import EnzymeOptimizer # noqa: F401
from .core import EnzymeOptimizer # noqa: F401
Loading
Loading