Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dramatic output difference between version 2.2.10 and 2.3.0 #197

Open
sNO0By opened this issue Jun 15, 2023 · 0 comments
Open

Dramatic output difference between version 2.2.10 and 2.3.0 #197

sNO0By opened this issue Jun 15, 2023 · 0 comments

Comments

@sNO0By
Copy link

sNO0By commented Jun 15, 2023

My attempt is to count k-mer in T2T_v1.1 genome, which is supposed to be 3 billion bp in length.
At first, I used jellyfish 2.2.10 to count 2-mers. However, the result (partly) is as follows:
>19688679
AA
>62474176
AC
>7400287
AG
I then realized the numbers sum up(less than 1 billion) is far from either 3 billion or 2x3=6 billion, and I used 2.3.0 to check the situation. Results are as follows:
>297813223
AA
>152313792
AC
>209422175
AG
This time, the numbers sum up is near 3 billion. You can see how different these outputs are. I am confused at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant