Conversation
|
Still getting an error in tests (see vinisalazar#1), presumably due to the humann module downloading a container image during runtime. |
|
Hi @vinisalazar ! Thanks for putting all this together! I've now enabled the actions, hopefully those should kick in with your next commit. Overall it looks amazing, two minor requests:
I'll take a look at the container issue, but I think it might have to do with my module lacking -stub mode, which I can fix! |
|
Hey @nickp60, thanks for that
|
|
Hi Vini, can you retry the rebase following the scheme laid out here? It looks like at some point the Was the Thanks again, sorry for the git spaghetti! And sorry for the delayed reply |
- Add missing schema to allOf - Run 'nf-core pipelines lint --fix files_unchanged' to fix linting
- This will be reverted back to the canonical repo after datasets are merged
- Add/edit params in nextflow.config - Remove outdated params from nextflow_schema.json - Remove template string from humann_v4 test - Apply pre-commit
- Fix formatting - Add introduction - Fix steps list - Add myself to contributors
Match nf-core/tools@3.5.2
- Don't use references to 'master' branch
- Add new stub tests to humann/regroup and humann/renorm modules - Run test profile in stub mode
Hi Nick, just tried that, but not sure if it did any good. Could you be more specific as to what changes exactly already exist? I suspect there is some duplicated work on your fork, which I'm trying to sync by rebasing and it's causing conflicts.
Thanks, I think that came when updating .devcontainer setup, I removed it from the branch. |
|
Hi Vini, that appears to have fixed it, thanks! merging now so we can move on to other things, thanks again! |
Hi @nickp60,
Please excuse the massive PR. These are several small fixes to get the linting GitHub Actions to pass on the CI environment. I also updated the
.devcontainerdirectory to the latest version used by nf-core/tools.Could you check if GitHub Actions are enabled in this repo? This way we can make sure the linting action indeed passes.
Best,
Vini