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

New version: ComplexMixtures v2.11.0 #120621

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Dec 3, 2024

# New features

- Support for plotting 2D density maps as `heatmap` or `contour` (without filling), for `ResidueContributions` objects:

```julia-repl
julia> contourf(residue_contributions; oneletter=true)
```

![Image](https://github.com/user-attachments/assets/5b1997fb-796e-4203-8398-f952dd2c30ca)


```julia-repl
julia> contour(residue_contributions; oneletter=true)
```

![Image](https://github.com/user-attachments/assets/198704c3-6a94-4f6c-9149-dddc9ecfd9e1)


```julia-repl
julia> heatmap(residue_contributions; oneletter=true)
```

![Image](https://github.com/user-attachments/assets/7e0dfde7-3543-400e-a8b0-8bedcab78780)

# Bug fixes

- Some bug fixes related to plotting `ResidueContributions` with repeated or unsorted residue numbers (in combination with PDBTools.jl v2.1.3).
- Set maximum number of contributions by default when plotting contour plots, to avoid memory crashes (throws warnings).
- Fix example of 2D density map of example 3 of the documentation, where the terminal methyl groups where not shown.

UUID: 6f35c628-ac57-5bae-8ea9-703a8964f6e9
Repo: https://github.com/m3g/ComplexMixtures.jl.git
Tree: df1887fe51cfa29cad6d332c6a7417b779f705de

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
@JuliaRegistrator JuliaRegistrator force-pushed the registrator-complexmixtures-6f35c628-v2.11.0-5f6e6526e6 branch from aa24cec to 3c92080 Compare December 3, 2024 19:36
Copy link
Contributor

github-actions bot commented Dec 3, 2024

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes).

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

1 similar comment
Copy link
Contributor

github-actions bot commented Dec 3, 2024

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes).

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit e04e7d2 into master Dec 3, 2024
9 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-complexmixtures-6f35c628-v2.11.0-5f6e6526e6 branch December 3, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants