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

Fixed error with exiting after first record. #6

Closed GordonHoklinder closed 1 year ago

GordonHoklinder commented 1 year ago
karel-brinda commented 1 year ago

This would do something else I believe ā€“ we want to compute 1 superstring from all sequences in the user-provided FASTA file.

GordonHoklinder commented 1 year ago

This would do something else I believe ā€“ we want to compute 1 superstring from all sequences in the user-provided FASTA file.

Oh, I see. I misunderstood it -- I thought they were independent. It hopefully now it should be fixed.

karel-brinda commented 1 year ago

It seems to be working now.