This Perl package, seguid, implements SEGUID v2 together with the original SEGUID algorithm.
To install this module, run the following commands:
perl Makefile.PL
make
make test
sudo make install
From command line:
echo 'ACGT' | seguid --type=lsseguid
In Perl code:
use SEGUID qw(lsseguid csseguid ldseguid cdseguid seguidv1 seguidv1urlsafe);
my $checksum = lsseguid("ACGT");
Topology | Strandedness | Function |
---|---|---|
linear | single | lsseguid |
circular | single | csseguid |
linear | double | ldseguid |
circular | double | cdseguid |
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Gyorgy Babnigg [email protected]