Note that, the canonical k-mer TGACA is missing in the output, that corresponds to two k-mer instances from the input—TGACA and TGTCA. Besides, in the output, there is a canonical k-mer AGACA reported to be present twice, which has none of its two instances (AGACA and TGTCT) present in the input.
Hello @marekkokot, reporting another bug!
I'm using the latest commit 13b9b04120e902d158bd0cb87d83b63b742781b9. Consider the following specific FASTA file:
Executing the following two commands produce the k-mers given below.
Note that, the canonical k-mer
TGACA
is missing in the output, that corresponds to two k-mer instances from the input—TGACA
andTGTCA
. Besides, in the output, there is a canonical k-merAGACA
reported to be present twice, which has none of its two instances (AGACA
andTGTCT
) present in the input.