-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There may be cases where a pipeline has mutually exclusive tools that require databases.
The pipeline may try to download the database for a user for convenience if the database is available on the internet
If the hosting database goes down, this will cause validation to fail.
However nf-schema validates every single parameter on execution, including the database URLs of a tool not actually selected, causing the entire pipeline to fail
It would nice to have an option that for a given URL parameter, that it doesn't fail the pipeline and just give a warning notifying the user the URL could not be resolved, please supply a local path/copy of the object.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request