Mechanism for identifying resumed runs that does not involve modification of run name
acknowledged
I
International orange Possum
On resume, Platform will increment any integers at the end of a run name that matches the regular expression
_\d+$
. If a user chooses a run name that happens to match this pattern, e.g. myRun_ProjectFoo_20251105
, or wgs_sample_2459245
, and the resumed run will corrupt this potentially useful run name by incrementing the trailing integer. It would be helpful if Platform used an internal identifier for tracking resumed runs and/or removed the uniqueness constraint on run names.Rob Newman
marked this post as
acknowledged