sanger / stan-core

MIT License
0 stars 2 forks source link

x1248—Prevent users creating region names in the same labware that differ only by case. #459

Open khelwood opened 2 weeks ago

khelwood commented 2 weeks ago

Users created regions (ROIs) in two separate operations on the same labware that they expected to be identical but were not because one was upper case and one was mixed case. Add a check before creating regions that makes new regions match the names of previous similar regions. RT#811567

KatyTudor commented 6 days ago

@khelwood I tested this out and it works for the region name, but then pulls up both lots of external IDs for the separate runs: Image

Can you look at x1249, would this prevent all the external ID's coming up for both runs?