fixes sample fastq output bug in cellranger mkfastq
PR checklist
Closes #6189
- [ ] This comment contains a description of changes (with reason).
- [ ] If you've fixed a bug or added code that should be tested, add tests!
- [ ] If you've added a new tool - have you followed the module conventions in the contribution docs
- [ ] If necessary, include test data in your PR.
- [ ] Remove all TODO statements.
- [ ] Emit the
versions.ymlfile. - [ ] Follow the naming conventions.
- [ ] Follow the parameters requirements.
- [ ] Follow the input/output options guidelines.
- [ ] Add a resource
label - [ ] Use BioConda and BioContainers if possible to fulfil software requirements.
- Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
- For modules:
- [ ]
nf-core modules test <MODULE> --profile docker - [ ]
nf-core modules test <MODULE> --profile singularity - [ ]
nf-core modules test <MODULE> --profile conda
- [ ]
- For subworkflows:
- [ ]
nf-core subworkflows test <SUBWORKFLOW> --profile docker - [ ]
nf-core subworkflows test <SUBWORKFLOW> --profile singularity - [ ]
nf-core subworkflows test <SUBWORKFLOW> --profile conda
- [ ]
- For modules:
Hi @julicudini , thank you for this PR. Some checks are not passing, but this is due to the nf-test snapshot of mkfastq not being updated. Could you run nf-core modules test --update? Thank you :)
Would also be good to output the Undetermined in a separate channel, similar to what bcl2fastq/bclconvert do at the moment - that way would behave more consistently :)
I was working on the PR for the same changes at the same time and missed the notifications on this one. I have already been testing the module on my PR with a new version of demultiplex that handles these changes, so it would make things simpler for me if we can merge this one https://github.com/nf-core/modules/pull/6194. And @julicudini you can address the changes for the other cellranger modules on this PR
@julicudini , are you still working on this?
I think this was fixed in https://github.com/nf-core/modules/pull/6194 already
I think this was fixed in #6194 already
I think the comment chain above is suggesting there are other modules that need adjusting in a similar manner, that weren't done in #6194.
Fair point, lets wait for @julicudini
@julicudini Is this PR still relevant?
We are doing some cleaning and trying to close PRs if they are not needed anymore :)
There was already an updated version of the cellranger module - maybe check if its fine there @julicudini and if not reopen? :-)