ostafen / smart

String Matching Algorithms Research Tool
https://smart-tool.github.io/smart/
GNU General Public License v3.0
4 stars 2 forks source link

Add algos to run directly #53

Closed nishihatapalmer closed 1 year ago

nishihatapalmer commented 1 year ago

Adds the ability to run algos directly from the run command, like the test command.

smart run hor wfr.* -text genome smart run -all -text genome smart run -use "my-fast-algos" -text genome smart run hor wfr -use "my-fast-algos" -text genome

Also adds in support for a return code for errors searching (-2) in addition to the cannot search return code (-1).

ostafen commented 1 year ago

What a great addition!