Post date: Dec 18, 2013 4:47:58 PM
The parse barcodes script (parse_barcodes768.pl) is now in ~/bin on the dorc cluster. This version use a C implementation of the levenshtein distance and should be faster. Installing this cpan module required installing a local library ~/perl5 with local::lib. Thus, perl scripts using the local library require,
use loacl::lib;
To install additional modules from cpan I can use,
cpanm Module::package