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
Having positional arguments in the command is valid for Nextflow, but we never do it with nf-core. So if we use that as the main detection method it should be nf-core specific.
I'm suggesting that we put this into a function that sits in lib in the template and is called for every pipeline launch.
The trailing comma in the profile string is an optional extra, if we want to make the check more specific. I'm not 100% certain that we can get the raw profile string or not.
Description of feature
A common user error is to have spaces in config profiles on the command line, for example:
This gives an unintuitive error about not having required software available etc.
It would be nice if we could automatically detect suspected cases of this:
Could then throw a warning, or even exit with an error if we're feeling confident.
The text was updated successfully, but these errors were encountered: