seguid / seguid-tcl

SEGUID v2: Checksums for Linear, Circular, Single- and Double-Stranded Biological Sequences
0 stars 0 forks source link

API: Add argument 'alphabet' and validate it #12

Open HenrikBengtsson opened 1 month ago

HenrikBengtsson commented 1 month ago

The seguid, lsseguid, ..., cdseguid procedures should take argument alphabet.

I think this should then be passed on to the internal calculate_seguid procedure, which also should take this argument. The validation of the alphabet argument should then be moved to calculate_seguid. It's currently only validated when called via the CLI.