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
We use nextflow config to build and lint schema files in @nf_core. However, if a parameter contains $projectDir or similar, Nextflow resolves the local path. This is unhelpful when working with the schema, where we want the string representation of the parameter.
It'd be useful to have a flag for this command that prevents the resolution of parameter variables.
This may also come into play for Nextflow itself when we start interacting with the schema more directly.