-
Notifications
You must be signed in to change notification settings - Fork 10
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
groHMM overhaul #165
Merged
Merged
groHMM overhaul #165
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
|
edmundmiller
force-pushed
the
grohmm-overhaul
branch
3 times, most recently
from
September 30, 2024 12:36
75040bc
to
0ca9dce
Compare
edmundmiller
force-pushed
the
grohmm-overhaul
branch
2 times, most recently
from
October 9, 2024 17:54
abc2eea
to
308911a
Compare
edmundmiller
force-pushed
the
grohmm-overhaul
branch
from
October 15, 2024 13:45
41b5e55
to
505251b
Compare
edmundmiller
force-pushed
the
grohmm-overhaul
branch
6 times, most recently
from
October 20, 2024 02:51
b6a93ca
to
e7b2513
Compare
I'm giving up on getting #172 fixed in this PR. I'll make a follow-up but I don't want to get held up trying to make this perfect. |
Apparently we weren't doing this. It's in the guidelines and in Shayne's scripts
Didn't know that was a thing!
Since these are are split into seperate jobs now, they're not "long"(longest I've seen one take is ~143 minutes). Adding arrays later because there's so many of them and they're the same
Didn't know that was a thing!
With the help of cursor
refactor: Clean up code more
Scrap all of the CHM13 attempts I think it's the gtf conversion stuff that's causing the memory overload. But I can get them all to load locally. So I'm going to try to use gff3 files, if they're supplied, otherwise fall back to gtf.
edmundmiller
force-pushed
the
grohmm-overhaul
branch
2 times, most recently
from
October 21, 2024 15:58
e26248a
to
54759ca
Compare
Editorconfig, styler, consistant naming
edmundmiller
force-pushed
the
grohmm-overhaul
branch
from
October 21, 2024 16:08
54759ca
to
5c6b24a
Compare
sateeshperi
approved these changes
Oct 22, 2024
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.
Closes #127
Massive overhaul of the groHMM system. The parameter tuning steps now have a scatter-gather pattern to significantly speed up the total runtime and better utilize available resources.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).