OndrejSladky / kmercamel

KmerCamel🐫 provides implementations of several algorithms for efficiently representing a set of k-mers as a masked superstring.
MIT License
12 stars 2 forks source link

The example in the program info doesn't work #42

Closed karel-brinda closed 1 year ago

karel-brinda commented 1 year ago
Example usage:       ./kmers -p path_to_fasta -k 13 -d 5 -a global

The -d argument is not compatible with the global algorithm.

OndrejSladky commented 1 year ago

Thanks for letting me know, it should be fixed now.