Migrate `gget/gget` to nf-test
PR checklist
Closes #7588
- [x] This comment contains a description of changes (with reason).
- [x] 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.
- [x] 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:
- [x]
nf-core modules test <MODULE> --profile docker - [x]
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:
Maybe your conda issues go away if you update gget to the latest version :) https://anaconda.org/bioconda/gget (0.29.0)
I would update the branch - hard to see which tests are belongig to you :) also I am confused are there other modules gget/... ? Because if only this exists I think you can just call it gget
I would update the branch - hard to see which tests are belongig to you :) also I am confused are there other modules gget/... ? Because if only this exists I think you can just call it gget
Yeah I'm not sure why it's called gget/gget, since it's the only module. But given I'm just migrating the test cases, not sure I should change the modules name. I've updated the containers but I'm still getting a few errors.
For some reason I'm not being able to generate the full snapshot, every time it's failing because of connection issues.
When I clone your repo I run into the same problems with not being able to run the tests - no idea why. I am closing this in favor of a new PR https://github.com/nf-core/modules/pull/8518/