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

quick fix for save_hdf codes #6

Merged
merged 1 commit into from
Oct 28, 2021
Merged

quick fix for save_hdf codes #6

merged 1 commit into from
Oct 28, 2021

Conversation

jalew188
Copy link
Collaborator

save_hdf in the library classes by using:

_hdf.library = {
    'precursor_df' = precursor_df,
    'fragment_df' = ....
}

@jalew188
Copy link
Collaborator Author

#3 comments by @swillems

Even better: this should work as well:

_hdf_lib.decoy = {
        "precursor_df":  self._precursor_df,
        "fragment_mass_df": self._fragment_mass_df,
        "fragment_inten_df": self._fragment_inten_df,
}

@jalew188 jalew188 requested a review from swillems October 28, 2021 12:51
@jalew188 jalew188 mentioned this pull request Oct 28, 2021
Copy link
Collaborator

@swillems swillems left a comment

Choose a reason for hiding this comment

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

Looks good

@jalew188 jalew188 merged commit c777b61 into development Oct 28, 2021
@jalew188 jalew188 deleted the lib_hdf_fix branch December 23, 2021 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants