Skip to content

Commit

Permalink
Update CmoLabelGeneratorServiceImpl.java (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ao508 authored Feb 5, 2025
1 parent 482453f commit b084a22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class CmoLabelGeneratorServiceImpl implements CmoLabelGeneratorService {
private static final Log LOG = LogFactory.getLog(CmoLabelGeneratorServiceImpl.class);
// example: C-1235-X001-d01
public static final Pattern CMO_SAMPLE_ID_REGEX =
Pattern.compile("^C-([a-zA-Z0-9]+)-([NTRMLUPSGXF])([0-9]{3})-([d|r])(.*$)");
Pattern.compile("^C-([a-zA-Z0-9]+)-([NTRMLUPSGXFA])([0-9]{3})-([d|r])(.*$)");
// example: JH123-12345T
public static final Pattern CMO_CELLLINE_ID_REGEX =
Pattern.compile("^([A-Za-z0-9]+[A-Za-z0-9_]+)-([A-Za-z0-9]+)$");
Expand Down

0 comments on commit b084a22

Please sign in to comment.