Allow existing GenomicsDb as input to incrementally update#1116
Allow existing GenomicsDb as input to incrementally update#1116FriederikeHanssen wants to merge 2 commits intonf-core:devfrom
Conversation
|
| "cnvkit_reference": { | ||
| "type": "string", | ||
| "default": null, | ||
| "default": "None", |
There was a problem hiding this comment.
| "default": "None", | |
| "default": null, |
There was a problem hiding this comment.
which tools version were you using for that to happen?
There was a problem hiding this comment.
2.8. I think, used gitpod, so should be latest release I think
There was a problem hiding this comment.
@mirpedrol was this issue fixed or not with 2.8: nf-core/tools#1841
There was a problem hiding this comment.
Is there a reason why you need to define it as null in the schema, the best would be to not set any default value, but still initialize it to null in the nextflow.config
There was a problem hiding this comment.
Should that be part of schema linting?
Just removing default None/null,"" values.
That way, no need to deal with null-> None issues at all
There was a problem hiding this comment.
Adding it to linting sounds good :)
| "type": "string", | ||
| "fa_icon": "fa-solid fa-text", | ||
| "default": null, | ||
| "default": "None", |
There was a problem hiding this comment.
| "default": "None", | |
| "default": null, |
PR checklist
nf-core lint).nextflow run . -profile test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).