You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch '182_precursor_request_patch' into 'master'
Restructure format for LC Metabref query and add bulk molecular formula searching
Closes #182, #110, and #142
See merge request mass-spectrometry/corems!144
@@ -19,9 +20,12 @@ To get started with contributing to CoreMS, please follow these steps:
19
20
3. Install the necessary dependencies. Refer to the [README](./README.md) for detailed installation instructions.
20
21
4. Make your changes or additions.
21
22
5. Test your changes thoroughly.
22
-
6. Re-render documenation using the following `pdoc --o docs --d numpy corems`. Note that pdoc versioning is part of the requirements-dev.txt.
23
-
7. Commit your changes and push them to your forked repository. Reference your original issue in your commits (i.e. closes #23)
24
-
8. Submit a merge request to the main CoreMS repository and select an appropriate reviewer for the changes. Note the merge request checklist below that will be checked before each merge into the master branch. See the merge request checkliist
23
+
6. Commit your changes and push them to your forked repository. Reference your original issue in your commits (i.e. closes #23)
24
+
7. Submit a merge request to the main CoreMS repository and select an appropriate reviewer for the changes. Note the merge request checklist below that will be checked before each merge into the master branch. See the merge request checklist
25
+
26
+
## Versioning
27
+
28
+
We strive to use semantic versioning. To bump a new version and regenerate documentation, use one of the following make commands (according to version number) `make major`, `make minor`, or `make patch`. This should accompany each PiPy release.
Yuri E. Corilo, William R. Kew, Lee Ann McCue, Katherine R . Heal, James C. Carr (2024, October 29). EMSL-Computing/CoreMS: CoreMS 3.1.0 (Version v3.1.0), as developed on Github. Zenodo. http://doi.org/10.5281/zenodo.14009575
342
+
Yuri E. Corilo, William R. Kew, Lee Ann McCue, Katherine R . Heal, James C. Carr (2024, October 29). EMSL-Computing/CoreMS: CoreMS 3.2.0 (Version v3.2.0), as developed on Github. Zenodo. http://doi.org/10.5281/zenodo.14009575
0 commit comments