Merged
Conversation
|
DLBPointon
previously approved these changes
Mar 7, 2025
Contributor
DLBPointon
left a comment
There was a problem hiding this comment.
Looks great to me,
You have a couple of FIXME's in [workflows/blobtoolkit.nf](https://github.com/sanger-tol/blobtoolkit/pull/143/files#diff-7a28bedb4a4d0b2a2efbecbed161f99b0de22d4313b14418623b8b9a220d942b) are these remnants or still need work?
Contributor
|
Fixed by 3.2 template |
Merged
Member
Author
|
CI is now passing (will need to update the requirement rules) and this is ready as far as I can tell |
DLBPointon
approved these changes
Mar 10, 2025
This file contains hidden or 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
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 #136 and #137
Supersedes #140 and #141
Affects #142
This is my work so far on upgrading the nf-core template of this pipeline. I've done up to 3.1. Still need to do 3.2 and then a round of polishing.
@DLBPointon . Through the template upgrades I felt compelled to fully adopt nf-validation/nf-schema, i.e. use it for samplesheet parsing as well (previously, nf-validation was only use to check the parameters).
I didn't do it in
subworkflows/local/utils_nfcore_blobtoolkit_pipeline/main.nfas suggested though because the pipeline needs to support two flavours of samplesheets, and the fetchngs one needs an extra process, CAT_CAT, which I wasn't sure had its place inPIPELINE_INITIALISATION.I also included your fix re. calling MINIMAP2
@tkchafin . Because the template suggests passing all input data through channels in the two workflows of
main.nfandsubworkflows/local/utils_nfcore_blobtoolkit_pipeline/main.nfandworkflows/blobtoolkit.nf. I've changed the interface to pass all databases through 1 channel. In doing so, I also had to fix a few things like adding.first()etc like you did.PR checklist
nf-core lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).