seguid / seguid-tcl

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

Explore creating a Tcl package #8

Open HenrikBengtsson opened 3 months ago

HenrikBengtsson commented 3 months ago

As a follow-up, or possibly an alternative, to Issue #6, we could look into creating a formal Tcl package, such that one can do:

package require seguid

seguid::seguid "ACGT" "s" "long"
seguid=IQiZThf2zKn/I1KtqStlEdsHYDQ

I followed the example in 'Tcl - Packages' (https://www.tutorialspoint.com/tcl-tk/tcl_packages.htm) and it was quite straightforward to create a Tcl package.