Skip to content

Commit

Permalink
Merge pull request #34 from qbicsoftware/fix/measurement-id-regex
Browse files Browse the repository at this point in the history
correctly handle measurement ids from v2 projects
  • Loading branch information
wow-such-code committed Jul 30, 2024
2 parents a6f2a35 + 6479bea commit c4c2ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ users.error.directory.name=error
# Needs to be present in the users' home folders
# e.g. /home/<user1>/registration
users.registration.directory.name=registration
qbic.measurement-id.pattern=${MEASUREMENT_ID_PATTERN:^(MS|NGS)Q[A-Z0-9]{4}[0-9]{3}[A-Z0-9]{2}-[0-9]*}
qbic.measurement-id.pattern=${MEASUREMENT_ID_PATTERN:^(MS|NGS)Q2?[A-Z0-9]{4}[0-9]{3}[A-Z0-9]{2}-[0-9]*}

#--------------------------------------
# Settings for the data scanning thread
Expand Down

0 comments on commit c4c2ad7

Please sign in to comment.