-
Notifications
You must be signed in to change notification settings - Fork 111
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
Patch release: Fix #449 (wrong contigs from aDNA workflow going to binning) #458
Conversation
… the ancient DNA subworkflow nf-core#449
|
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.
Conceptually 👍, test is failing though?
Minor requests:
- please change the new input channel to the standard form, e.g.:
contigs_ch
->ch_contigs_for_binrefinement
- as this is a hotfix patch will also need a patch version bump (to 2.3.1)
- also needs a changelog update
@skrakau @d4straub this is a very major bug for the aDNA functionality, so we want to do the patch release, which ideally needs another review. I will take responsibility for pulling the changes into dev
once the release is made.
Co-authored-by: Daniel Straub <[email protected]>
agreed, will approve then |
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.
LGTM!
Thanks @maxibor ! If we get the ✔️ from Daniel, we can merge and I'll try and do the release today or tomorrow morning (before I have to travel) |
BTW, this PR relies on #451 being merged before since the meta would differ otherwise |
Changes from #451 were integrated in this PR |
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.
Thanks @maxibor ! This indeed makes sense in the patch (as agreed on slack) :)
Fixing #449
PR checklist
nf-core lint
).nextflow run . -profile 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).