We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a157f commit e45886aCopy full SHA for e45886a
README.md
@@ -265,7 +265,7 @@ evaluation.working.dir=${EVALUATION_DIR}
265
# Example multiple target dir:
266
# evaluation.target.dirs=/my/example/target/dir1,/my/example/target/dir2,/my/example/target/dir3
267
evaluation.target.dirs=${OPENBIS_ETL_DIRS}
268
-evaluation.measurement-id.pattern=^(MS|NGS)Q[A-Z0-9]{4}[0-9]{3}[A-Z0-9]{2}-[0-9]*
+evaluation.measurement-id.pattern=${MEASUREMENT_ID_PATTERN:^(MS|NGS)Q[A-Z0-9]{4}[0-9]{3}[A-Z0-9]{2}-[0-9]*}
269
```
270
271
> [!NOTE]
0 commit comments