-
Notifications
You must be signed in to change notification settings - Fork 719
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
fix annoying PRESEQ failure for methylseq #5091
Conversation
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.
Thank you!
Co-authored-by: Phil Ewels <[email protected]>
Shouldn't this be upstreamed to modules or this should have bumped the version? |
* fix annoying PRESEQ failure for methylseq * Update modules/nf-core/preseq/lcextrap/main.nf Co-authored-by: Phil Ewels <[email protected]> --------- Co-authored-by: Phil Ewels <[email protected]>
* fix annoying PRESEQ failure for methylseq * Update modules/nf-core/preseq/lcextrap/main.nf Co-authored-by: Phil Ewels <[email protected]> --------- Co-authored-by: Phil Ewels <[email protected]>
This is modules...? I don't understand. I don't think that a version bump is required to add this flag. |
Though it looks like 3.2.0 is available.. |
Don't mind me, saw methylseq in the title and misread it I guess 😅 |
@maxulysse / @ewels why was the strategy changed from ignore to retry here ? |
Looks like it's still open nf-core/methylseq#161 |
yes so, ignore makes sense....not sure why it was changed to retry in this PR |
I think maybe ignore was too strict. I honestly don't remember... |
I think maybe because the intent was to retry with the defect mode with this line |
but, preseq still fails mostly in defect mode too and crashes the workflow. So, I would say ignore is better strategy. It can either be here or I could set in methylseq |
PR checklist
Closes #XXX
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda