-
Notifications
You must be signed in to change notification settings - Fork 13
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
deprecate the method _load_class_info
#198
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 12, 2023
Merged
Merged
This was referenced Dec 12, 2023
CunliangGeng
force-pushed
the
12-11-update_loading_genomics
branch
from
December 14, 2023 08:33
ede6a9a
to
ed4d425
Compare
CunliangGeng
force-pushed
the
12-12-deprecate_loading_chemical_classes
branch
from
December 14, 2023 08:33
06340eb
to
e164eaa
Compare
CunliangGeng
force-pushed
the
12-11-update_loading_genomics
branch
from
December 14, 2023 10:00
ed4d425
to
36816a7
Compare
CunliangGeng
force-pushed
the
12-12-deprecate_loading_chemical_classes
branch
from
December 14, 2023 10:00
e164eaa
to
a0410ca
Compare
CunliangGeng
force-pushed
the
12-11-update_loading_genomics
branch
from
December 19, 2023 13:21
36816a7
to
bc05232
Compare
CunliangGeng
force-pushed
the
12-12-deprecate_loading_chemical_classes
branch
from
December 19, 2023 13:21
a0410ca
to
42793a8
Compare
CunliangGeng
force-pushed
the
12-11-update_loading_genomics
branch
from
December 19, 2023 13:38
bc05232
to
83f8e39
Compare
CunliangGeng
force-pushed
the
12-12-deprecate_loading_chemical_classes
branch
from
December 19, 2023 13:38
42793a8
to
ecb03e8
Compare
This was referenced Dec 20, 2023
gcroci2
approved these changes
Dec 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess these few changes are not very meaningful now, but will be
you're right. Deprecating them instead of removing will make it easier for refactoring later ;-) |
Merge activity
|
CunliangGeng
force-pushed
the
12-11-update_loading_genomics
branch
from
January 24, 2024 15:21
83f8e39
to
c3bc259
Compare
To refactor the following when dealing with annotations: - running of CANOPUS to predict chemical classes - loading chemical classes to annotate spectra and moleclar families
add explicit attribute `self.chem_classes` to make class `NPLinker` workable.
add explicit attribute `self.cless_matches` to make class `NPLinker` workable.
CunliangGeng
force-pushed
the
12-12-deprecate_loading_chemical_classes
branch
from
January 24, 2024 15:23
262b6b5
to
b714bed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Deprecate the method
_load_class_info
at the moment (these annotations data is not needed now). The method requires refactoring, but we will do it when handling annotations.ℹ️ To refactor the following when dealing with annotations: