modules icon indicating copy to clipboard operation
modules copied to clipboard

fixes sample fastq output bug in cellranger mkfastq

Open julicudini opened this issue 1 year ago • 7 comments

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.yml file.
  • [ ] 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

julicudini avatar Aug 15 '24 11:08 julicudini

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 :)

atrigila avatar Aug 15 '24 12:08 atrigila

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 :)

apeltzer avatar Aug 15 '24 13:08 apeltzer

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

nschcolnicov avatar Aug 15 '24 15:08 nschcolnicov

@julicudini , are you still working on this?

SPPearce avatar Sep 16 '24 09:09 SPPearce

I think this was fixed in https://github.com/nf-core/modules/pull/6194 already

apeltzer avatar Sep 16 '24 10:09 apeltzer

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.

SPPearce avatar Sep 16 '24 12:09 SPPearce

Fair point, lets wait for @julicudini

apeltzer avatar Sep 16 '24 13:09 apeltzer

@julicudini Is this PR still relevant?

We are doing some cleaning and trying to close PRs if they are not needed anymore :)

luisas avatar Mar 11 '25 13:03 luisas

There was already an updated version of the cellranger module - maybe check if its fine there @julicudini and if not reopen? :-)

apeltzer avatar May 12 '25 10:05 apeltzer