File: biobloomtools.md

package info (click to toggle)
multiqc 1.21%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,164 kB
  • sloc: python: 52,323; javascript: 7,064; sh: 76; makefile: 21
file content (14 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (2)
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.