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
For pipeline tests, the params load config file function parses multiline strings in yml files differently than supplying them to nextFlow via the command line -params-file option.
For pipeline tests, the params load config file function parses multiline strings in yml files differently than supplying them to nextFlow via the command line
-params-file
option.params { load("example_params.yml") }
Json file parsed correctly:
.yml file not parsed correctly (deletes newlines in "query_sequence"):
.yml file also not parsed correctly (deletes newlines in "query_sequence"):
The text was updated successfully, but these errors were encountered: