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 package: CHMMera v0.1.0 #119495

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

JuliaRegistrator
Copy link
Contributor

UUID: 4c20a592-b4de-41d1-8706-b02f346981aa
Repo: https://github.com/MurrellGroup/CHMMera.jl.git
Tree: 34332e6a90098a777dda43d520b8fc9203ed9f5b

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
@gdalle
Copy link
Contributor

gdalle commented Nov 15, 2024

[noblock]

Hi @MurrellGroup and @AntonOresten, congrats on the new package! Just so you know, I have developed a generic library for HMMs in Julia called HiddenMarkovModels.jl. Not sure it is useful to you but I just thought I'd mention it.

Copy link
Contributor

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. New package registration

Please make sure that you have read the package naming guidelines.

2. AutoMerge Guidelines are all met! ✅

Your new package registration met all of the guidelines for auto-merging and is scheduled to be merged when the mandatory waiting period (3 days) has elapsed.

3. 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.

@AntonOresten
Copy link

AntonOresten commented Nov 15, 2024

[noblock]

cc @mchernys

@mchernys
Copy link

mchernys commented Nov 15, 2024

[noblock]

Thanks @gdalle ! We focused on creating a lightweight application-specific package. The structure of our transition matrix allows our forward/backward/viterbi run in O(N * M) instead of O(N * (M^2)) and we have built in support for handling sequence errors in different ways. It would be possible to implement using HiddenMarkovModels.jl, but I think the amount of overloading we would have to do led us to stay independent.

@JuliaTagBot JuliaTagBot added the AutoMerge: last run blocked by comment PR blocked by one or more comments lacking the string [noblock]. label Nov 15, 2024
@gdalle
Copy link
Contributor

gdalle commented Nov 15, 2024

[noblock]
Thanks!
Let's continue the discussion in MurrellGroup/CHMMera.jl#3 to avoid polluting the registration process!

@JuliaTagBot JuliaTagBot removed the AutoMerge: last run blocked by comment PR blocked by one or more comments lacking the string [noblock]. label Nov 15, 2024
@JuliaTagBot JuliaTagBot merged commit 3c360b7 into master Nov 18, 2024
20 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-chmmera-4c20a592-v0.1.0-d1bd7874ae branch November 18, 2024 12:53
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.

5 participants