File: biobloomtools.md

package info (click to toggle)
multiqc 1.14%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 28,824 kB
  • sloc: python: 41,884; javascript: 4,651; sh: 74; makefile: 24
file content (14 lines) | stat: -rw-r--r-- 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
Name: BioBloom Tools
URL: https://github.com/bcgsc/biobloom/
Description: >
  BioBloom Tools assigns reads to different references using bloom filters.
  This is faster than alignment and can be used for contamination detection.
---

[BioBloom Tools](https://github.com/bcgsc/biobloom/) (BBT) provides the means
to create filters for a given reference and then to categorize sequences.
This methodology is faster than alignment but does not provide mapping locations.
BBT was initially intended to be used for pre-processing and QC applications
like contamination detection, but is flexible to accommodate other purposes.
This tool is intended to be a pipeline component to replace costly alignment steps.