seguid / seguid-tcl

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

BUG: An empty alphabet should produce an error #10

Closed HenrikBengtsson closed 5 months ago

HenrikBengtsson commented 5 months ago

The following should result in an error, because the alphabet is empty:

$ ./seguid --alphabet='' <<< 'ACGT'
seguid=IQiZThf2zKn/I1KtqStlEdsHYDQ
HenrikBengtsson commented 5 months ago

This was fixed in commits c75d263ab and 192b00ea.