ostnam / rust-wfa

MIT License
11 stars 1 forks source link

main.rs default alignment type #8

Closed ostnam closed 2 years ago

ostnam commented 2 years ago

Right now we have to specify an alignment type to align 2 strings no matter what. I'd like to make it so that this CLI arg is optional, and if it isn't set, it uses basic WFA.

ostnam commented 2 years ago

Done in latest commit.