-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template updates v2.13 #20
Conversation
noticed that #16 has been closed, but you can have a look at it if needed |
fasta = null | ||
fai = null | ||
dict = null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need these params?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, otherwise you get these warnings
WARN: Access to undefined parameter `dict` -- Initialise it to a default value eg. `params.dict = some_value`
WARN: Access to undefined parameter `fai` -- Initialise it to a default value eg. `params.fai = some_value`
WARN: Access to undefined parameter `fasta` -- Initialise it to a default value eg. `params.fasta = some_value
nextflow_schema.json
Outdated
@@ -143,6 +143,7 @@ | |||
"title": "Reference genome options", | |||
"type": "object", | |||
"fa_icon": "fas fa-dna", | |||
"required": ["fasta"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure about this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh.. is this not required by cnvkit?
subworkflows/local/utils_nfcore_createpanelrefs_pipeline/main.nf
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good already
replace #18 |
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).