We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28efeeb commit c8f85ffCopy full SHA for c8f85ff
nextflow_schema.json
@@ -53,7 +53,7 @@
53
"max_time": {
54
"type": "string",
55
"default": "48.h",
56
- "pattern": "^\\d+(\\.\\d+)?\\s*(s|m|h|d)$",
+ "pattern": "^\\d+(?:\\.\\d+|\\.)?\\s*(s|m|h|d)$",
57
"description": "Maximum walltime for any job.",
58
"fa_icon": "far fa-clock"
59
}
0 commit comments