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

Add barcode registration to all relevant protocols #15

Open jgruselius opened 10 years ago

jgruselius commented 10 years ago
Affected protocols:

Define source plate processes to have barcode on east side.

jgruselius commented 9 years ago

Read barcodes can be used like this (it has to be on process and not sub-process level):

var bc = plate.barcode[EAST];
print(bc);
jgruselius commented 9 years ago

Created barcodes.js to provide functions for barcode reading/writing/checking and so on.

jgruselius commented 9 years ago

Barcode verification implemented in transfer protocols (129efa9).