jgruselius / bravo-protocols

VWorks protocols and other files for the Agilent NGS Workstations at the Genomics facility at SciLifeLab.
Apache License 2.0
9 stars 6 forks source link

Unintuitive sorting of LIMS plate ID's #27

Closed jgruselius closed 8 years ago

jgruselius commented 8 years ago
Description

LIMS container ID's are of format 27-nnnnn which are sorted alphabetically by the transfer file parser because it contains the non-numeric - character. This is confusing when placing plates in the correct order on the robot because it's logical to assume 27-987 goes before 27-1234.

Solution

Implement a special case sort in transfer_lib.js when plate ID's match the LIMS format.

jgruselius commented 8 years ago

Solved with 40a4ae1 (master), 8edd47d (production), 00a7ea2 (hal).