Skip to content

Commit ca45e95

Browse files
authored
Comment out optional entries
1 parent ec30ef3 commit ca45e95

1 file changed

Lines changed: 100 additions & 100 deletions

File tree

mdakits/QMzyme/metadata.yaml

Lines changed: 100 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,103 @@
11
# QMzyme MDAKit
22
# -------------
33
#
4-
#------------------------------------------------------------
5-
# Required entries
6-
#------------------------------------------------------------
7-
## str: name of the project (the respository name)
8-
project_name: QMzyme
9-
10-
## List(str): a link to the authors file (preferred) or a list of authors
11-
authors:
12-
- https://github.com/Klem-Research-Group/QMzyme#code-contributorsdevelopers
13-
14-
## List(str): a list of maintainers
15-
## Please note these _must_ be GitHub handles
16-
## The maintainers will be tagged in issues if their MDAKit is failing.
17-
maintainers:
18-
- Klem-Research-Group
19-
- hklem
20-
- MirumKim
21-
22-
## str: a free form description of the mdakit
23-
description:
24-
QM-based enzyme model generation and validation.
25-
26-
## List(str): a list of keywords which describe the mdakit
27-
keywords:
28-
- theozyme
29-
- compuzyme
30-
- cluster
31-
- active-site
32-
- biocatalysis
33-
- enzyme-mechanisms
34-
- quantum-mechanics
35-
- QM-input
36-
37-
## str: the license the mdakit falls under
38-
## See https://spdx.org/licenses/ for valid license specifiers
39-
license: MIT License
40-
41-
## str: the link to the project's code
42-
## Please note that this is not limited to GitHub! Can be Gitlab, etc..
43-
project_home: https://github.com/Klem-Research-Group/QMzyme/
44-
45-
## str: the link to the project's documentation
46-
documentation_home: https://qmzyme.readthedocs.io/
47-
48-
## str: the type of documentation available [UserGuide, API, README]
49-
documentation_type: UserGuide + API
50-
51-
## List(str): a list of commands to use when installing the mdakit from its
52-
## source code.
53-
src_install:
54-
- pip install git+https://github.com/Klem-Research-Group/QMzyme@main
55-
56-
## str: the package name used to import the mdakit
57-
import_name: QMzyme
58-
59-
## str: a specification for the range of Python versions supported by this MDAKit
60-
python_requires: ">=3.11"
61-
62-
## str: a specification for the range of MDAnalysis versions supported by this MDAKit
63-
mdanalysis_requires: ">=2.0.0"
64-
65-
## List(str): a list of commands to use when attempting to run the MDAKit's tests
66-
## If you package your tests inside your package then you can typically use the
67-
## pytest --pyargs MYPACKAGE
68-
## command as shown below.
69-
## Otherwise you need to include commands to make the tests available.
70-
## For example, if the tests are in the repository at the top level under `./tests`:
71-
## First use `git clone latest` to either clone the top commit for "development code" checks or check out
72-
## the latest tag for "latest release" checks. Then then run pytest:
73-
## - git clone latest
74-
## - pytest -v ./tests
75-
## Feel free to ask for advice on your pull request!
76-
run_tests:
77-
- pytest -v
78-
79-
## List(str): a list of commands to use to install the necessary dependencies required
80-
## to run the MDAKit's tests.
81-
## The default below _might_ be sufficient or you might not even need MDAnalysisTests:
82-
## make sure that it is appropriate for how you run tests.
83-
test_dependencies:
84-
- git clone https://github.com/Klem-Research-Group/QMzyme
85-
- cd QMzyme
86-
- python -m pip install ".[test]"
87-
88-
## str: the organisation name the MDAKit falls under
89-
project_org: Klem-Research-Group
90-
91-
#------------------------------------------------------------
92-
# Optional entries
93-
#------------------------------------------------------------
94-
95-
## List(str) a list of publications to cite when using the MDAKit
96-
## Links to scientific publications or stable URLs (typically of the form
97-
## https://doi.org/<DOI> or to a preprint server)
98-
publications:
99-
- TBD
100-
101-
## str: a link to the MDAKit's community (mailing list, github discussions, etc...)
102-
community_home: https://qmzyme.readthedocs.io/
103-
4+
#------------------------------------------------------------
5+
# Required entries
6+
#------------------------------------------------------------
7+
## str: name of the project (the respository name)
8+
project_name: QMzyme
9+
10+
## List(str): a link to the authors file (preferred) or a list of authors
11+
authors:
12+
- https://github.com/Klem-Research-Group/QMzyme#code-contributorsdevelopers
13+
14+
## List(str): a list of maintainers
15+
## Please note these _must_ be GitHub handles
16+
## The maintainers will be tagged in issues if their MDAKit is failing.
17+
maintainers:
18+
- Klem-Research-Group
19+
- hklem
20+
- MirumKim
21+
22+
## str: a free form description of the mdakit
23+
description:
24+
QM-based enzyme model generation and validation.
25+
26+
## List(str): a list of keywords which describe the mdakit
27+
keywords:
28+
- theozyme
29+
- compuzyme
30+
- cluster
31+
- active-site
32+
- biocatalysis
33+
- enzyme-mechanisms
34+
- quantum-mechanics
35+
- QM-input
36+
37+
## str: the license the mdakit falls under
38+
## See https://spdx.org/licenses/ for valid license specifiers
39+
license: MIT License
40+
41+
## str: the link to the project's code
42+
## Please note that this is not limited to GitHub! Can be Gitlab, etc..
43+
project_home: https://github.com/Klem-Research-Group/QMzyme/
44+
45+
## str: the link to the project's documentation
46+
documentation_home: https://qmzyme.readthedocs.io/
47+
48+
## str: the type of documentation available [UserGuide, API, README]
49+
documentation_type: UserGuide + API
50+
51+
## List(str): a list of commands to use when installing the mdakit from its
52+
## source code.
53+
src_install:
54+
- pip install git+https://github.com/Klem-Research-Group/QMzyme@main
55+
56+
## str: the package name used to import the mdakit
57+
import_name: QMzyme
58+
59+
## str: a specification for the range of Python versions supported by this MDAKit
60+
python_requires: ">=3.11"
61+
62+
## str: a specification for the range of MDAnalysis versions supported by this MDAKit
63+
mdanalysis_requires: ">=2.0.0"
64+
65+
## List(str): a list of commands to use when attempting to run the MDAKit's tests
66+
## If you package your tests inside your package then you can typically use the
67+
## pytest --pyargs MYPACKAGE
68+
## command as shown below.
69+
## Otherwise you need to include commands to make the tests available.
70+
## For example, if the tests are in the repository at the top level under `./tests`:
71+
## First use `git clone latest` to either clone the top commit for "development code" checks or check out
72+
## the latest tag for "latest release" checks. Then then run pytest:
73+
## - git clone latest
74+
## - pytest -v ./tests
75+
## Feel free to ask for advice on your pull request!
76+
run_tests:
77+
- pytest -v
78+
79+
## List(str): a list of commands to use to install the necessary dependencies required
80+
## to run the MDAKit's tests.
81+
## The default below _might_ be sufficient or you might not even need MDAnalysisTests:
82+
## make sure that it is appropriate for how you run tests.
83+
test_dependencies:
84+
- git clone https://github.com/Klem-Research-Group/QMzyme
85+
- cd QMzyme
86+
- python -m pip install ".[test]"
87+
88+
## str: the organisation name the MDAKit falls under
89+
project_org: Klem-Research-Group
90+
91+
#------------------------------------------------------------
92+
# Optional entries
93+
#------------------------------------------------------------
94+
95+
## List(str) a list of publications to cite when using the MDAKit
96+
## Links to scientific publications or stable URLs (typically of the form
97+
## https://doi.org/<DOI> or to a preprint server)
98+
#publications:
99+
# - TBD
100+
101+
## str: a link to the MDAKit's community (mailing list, github discussions, etc...)
102+
#community_home: https://qmzyme.readthedocs.io/
103+

0 commit comments

Comments
 (0)