Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
otherwise pipeline won't start and produces error:
* --max_time: string [24d 20h 31m 24s] does not match pattern ^(\d+\.?\s*(s|m|h|day)\s*)+$ (24d 20h 31m 24s)
  • Loading branch information
y-popov committed Mar 12, 2024
1 parent 8899350 commit bff8711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@
"description": "Maximum amount of time that can be requested for any single job.",
"default": "240.h",
"fa_icon": "far fa-clock",
"pattern": "^(\\d+\\.?\\s*(s|m|h|day)\\s*)+$",
"pattern": "^(\\d+\\.?\\s*(s|m|h|d|day)\\s*)+$",
"hidden": true,
"help_text": "Use to set an upper-limit for the time requirement for each process. Should be a string in the format integer-unit e.g. `--max_time '2.h'`."
}
Expand Down

0 comments on commit bff8711

Please sign in to comment.