Published March 15, 2024
| Version v1.3.5
Software
Open
pmelsted/bifrost: v1.3.5
Creators
- 1. deCODE Genetics
- 2. Google
- 3. Johns Hopkins University
- 4. University of Helsinki
Description
New querying options
-Q, --files-as-queries
: It is now possible to use a file containing one or multiple sequences as one query.-E, --min-nb-colors
: Requires that a query occurs in a user-provided minimum number of colors to report the query as present in the graph
Bug fixes
- Fix bug with incorrect read positions in input files causing suboptimal construction time
- Fix bug with the resizing of
MinimizerIndex
andKmerHashtable
causing program hanging for very small input data
Refactor
- Querying works a little differently from previous versions. Default behavior for previous versions was to report presence/absence of each query. New behavior is to report the number of k-mers from each query shared with the graph or with its colors, unless parameter
-e
is used explicitly in which case presence/absence is reported. Parameter-p
will make the querying report a ratio of found k-mers (with respect to the number of k-mers in each query) rather than a number - README updated: New "Benchmarking" section provides guidelines on how to properly compare other tools to Bifrost, use cases updated, citation updated, installation description simplified, etc.
Files
pmelsted/bifrost-v1.3.5.zip
Files
(385.3 kB)
Name | Size | Download all |
---|---|---|
md5:91533a23f403f7a4b7f396d976609737
|
385.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/pmelsted/bifrost/tree/v1.3.5 (URL)