We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b52b8 commit 8dff377Copy full SHA for 8dff377
data-manager/im-virtual-screening.yaml
@@ -524,7 +524,7 @@ jobs:
524
top:
525
title: Keep best n records
526
type: integer
527
- minValue: 1
+ minimum: 1
528
tests:
529
simple-sort:
530
inputs:
@@ -634,7 +634,7 @@ jobs:
634
635
636
637
638
639
group-and-sort:
640
@@ -1922,7 +1922,7 @@ jobs:
1922
title: Size of chunks to split
1923
1924
default: 1000
1925
- minValue: 100
+ minimum: 100
1926
1927
simple-execution:
1928
0 commit comments