Closed jfy133 closed 7 months ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 2ebce4c
+| ✅ 193 tests passed |+
!| ❗ 2 tests had warnings |!
OK I'm getting some weird variation which I'm still investigating, but for now...
OK it magically has disappeared... we will have to monitor this... basically some of the db_params
were being emitted as null
and so split()
would stop working... I replicated it a couple of tiemes ion my laptop but now it doesn't happen.
I am also confused by this 'null' error. Do you know if this issue occurs for anyone else?
Not sure why there is a krakentools
folder in the results, and also there is an untar
folder. Uncertain about when this error was introduced. It might be from the nf-validation step PR.
Here's the code to reproduce the result: nextflow run main.nf -profile singularity,test --outdir results
.
@LilyAnderssonLee you're right it came with the template, I guess there is now a default folder name for all modules. I'll have a look to see if they are relevant :)
@nf-core-bot fix linting
Tested locally and worked well. Good job!
Experimentation following: https://nfcore.slack.com/archives/C043UU89KKQ/p1709835715768389
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).