We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
panel of normals
WARN: Access to undefined parameter panel_of_normals_vcf -- Initialise it to a default value eg. `params.panel_of_normals_vcf = some_value
panel_of_normals_vcf
The text was updated successfully, but these errors were encountered:
pipeline-call-sSNV/module/mutect2-processes.nf
Line 95 in 4d5dd5a
Needs to be updated to
panel_of_normals = params.getOrDefault("panel_of_normals_vcf", null) ? "--panel-of-normals ${params.panel_of_normals_vcf}" : ""
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: