New attempt to add merfin/hist module
PR checklist
Closes #5136
- [X] This PR implements the module merfin/hist. Its a new attempt after incorporating suggestions mentioned in #5300.
- [X] If you've fixed a bug or added code that should be tested, add tests!
- [X] If you've added a new tool - have you followed the module conventions in the contribution docs
- [X] If necessary, include test data in your PR.
- [X] Remove all TODO statements.
- [X] Emit the
versions.ymlfile. - [X] Follow the naming conventions.
- [X] Follow the parameters requirements.
- [X] Follow the input/output options guidelines.
- [X] Add a resource
label - [X] 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:
- [X]
nf-core modules test <MODULE> --profile docker - [ ]
nf-core modules test <MODULE> --profile singularity - [ ]
nf-core modules test <MODULE> --profile conda
- [X]
- 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:
@itrujnara, any chances to review it again? Thanks for considering my request.
Thanks for updating the stubs
I'm glade to contribute! However I'm still getting an error related to genomescope2 running tests in conda environment. Any tips on why this is happening?
Thanks for updating the stubs
I'm glade to contribute! However I'm still getting an error related to genomescope2 running tests in conda environment. Any tips on why this is happening?
I'm not entirely clear, but I'm going to make a PR to your branch at some point in the coming days to try and fix the test.
https://github.com/nf-core/modules/pull/5401 should also remove the need to have the fixes for the linting checks here. You've been added as co-author on the relevant commits in those other PRs.
Nice work. Thank you. Sorry about all the changes.
No worries, thank you for your valuable tips and suggestions. I've learned a lot.