seguid / seguid-javascript

SEGUID v2: Checksums for Linear, Circular, Single- and Double-Stranded Biological Sequences
https://www.seguid.org
MIT License
0 stars 1 forks source link

Replace --short-form with --form <form> #4

Closed HenrikBengtsson closed 8 months ago

HenrikBengtsson commented 8 months ago

Please replace --short-form flag with --form <form> options, cf.

$ python -m seguid --form="short" <<< 'ACTG'
ZcifWd
henrik@hb-x1-2023:~/repositories/seguid/seguid-javascript$ python -m seguid --form="long" <<< 'ACTG'
seguid=ZcifWdOM2/kN+vCwpohIKd+DlrA
henrik@hb-x1-2023:~/repositories/seguid/seguid-javascript$ python -m seguid --form="both" <<< 'ACTG'
ZcifWd seguid=ZcifWdOM2/kN+vCwpohIKd+DlrA
louisabraham commented 8 months ago

fixed as well