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

[MISC] Add fpr_quality util #47

Merged
merged 1 commit into from
Aug 21, 2023
Merged

[MISC] Add fpr_quality util #47

merged 1 commit into from
Aug 21, 2023

Conversation

eseiler
Copy link
Member

@eseiler eseiler commented Aug 21, 2023

E.g.

$ ./fpr_quality --kmer 12 --elements 400000 --hash 5 --splits 32
kmer: 12
elements: 400000
splits: 32
hash: 5
fpr: 0.05

=== Single bin ===
fp_count: 817153
fp_rate: 0.050
=== Split into 32 bins ===
fp_count: 13217787
fp_rate: 0.807
=== Split into 32 bins corrected ===
fp_count: 819249
fp_rate: 0.050

@vercel
Copy link

vercel bot commented Aug 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hibf ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 21, 2023 2:05pm

@seqan-actions seqan-actions added the lint [INTERNAL] used for linting label Aug 21, 2023
@seqan-actions seqan-actions removed the lint [INTERNAL] used for linting label Aug 21, 2023
@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (c3adc74) 91.10% compared to head (e60eb8c) 91.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #47   +/-   ##
=======================================
  Coverage   91.10%   91.10%           
=======================================
  Files          37       37           
  Lines        1226     1226           
=======================================
  Hits         1117     1117           
  Misses        109      109           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seqan-actions seqan-actions added the lint [INTERNAL] used for linting label Aug 21, 2023
@seqan-actions seqan-actions removed the lint [INTERNAL] used for linting label Aug 21, 2023
@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Aug 21, 2023
@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Aug 21, 2023
@eseiler eseiler merged commit 6e6f5a2 into seqan:main Aug 21, 2023
25 checks passed
@eseiler eseiler deleted the misc/util branch August 21, 2023 14:14
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

Successfully merging this pull request may close these issues.

2 participants