amschaal / SIMS

SIMS (Sequencing Information Management System), Successor to SLIMS, in search of a better name...
0 stars 0 forks source link

Client sample naming VS ID #28

Open amschaal opened 3 months ago

amschaal commented 3 months ago

Currently the system is using the client defined sample name to create a system ID by appending them to the project ID. These are not necessarily the best identifiers, as they are inconsistent and can be quite long.

While it is necessary to track the client's sample name, it would be better to also auto-assign a numeric identifier. Given a project with an ID "PROJ001" and a client sample named "MONKEY1", the sample may look more like: ID = "PROJ001_001" NAME = "001" ALIAS = "MONKEY1"