thegenemyers / FASTK

A fast K-mer counter for high-fidelity shotgun datasets
Other
112 stars 15 forks source link

The input query string is modified by compress_comp #12

Closed c-zhou closed 3 years ago

c-zhou commented 3 years ago

Hello Gene,

https://github.com/thegenemyers/FASTK/blob/25277f0d4debd8483498d010f545785ad1e24f90/libfastk.c#L648-L650

should line 648-650 of libfastk.c be

c = s1[0];
d = s2[0];
e = s3[0];

Chenxi

thegenemyers commented 3 years ago

Oh yes, good catch and apologies. I have pushed an update to github. Best, Gene

On 5/13/21, 5:51 PM, c-zhou wrote:

Hello Gene,

https://github.com/thegenemyers/FASTK/blob/25277f0d4debd8483498d010f545785ad1e24f90/libfastk.c#L648-L650

should line 648-650 of libfastk.c be

c = s1[0]; d = s2[0]; e = s3[0];

Chenxi

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thegenemyers/FASTK/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABUSINVOHYAINGNUKQZDSWTTNPYPPANCNFSM442ZIHDA.

c-zhou commented 3 years ago

Thanks Gene. I will close this issue now.

Best, Chenxi