You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we have to be careful with using custom functions in config files. See nextflow-io/nextflow#870 (comment). When running NF on Kubernetes this causes issues with the way the configs are resolved. I have been trying to find another solution to using the check_max function in nextflow.config too to fix this too.
We can hopefully ditch check_max() in the near future and make use of native Nextflow functionality, see nextflow-io/nextflow#640 - that is the ideal way to solve this issue 😉
I think we have to be careful with using custom functions in config files. See nextflow-io/nextflow#870 (comment). When running NF on Kubernetes this causes issues with the way the configs are resolved. I have been trying to find another solution to using the
check_max
function innextflow.config
too to fix this too.See nf-core/rnaseq#701 (comment)
The text was updated successfully, but these errors were encountered: