Skip to main content

Crate cf1_rs

Crate cf1_rs 

Source

Modules§

budget
classify
directed_kmer
dna
kmer
minimizer
mphf
output
params
pipeline
state
state_vector
superkmer

Macros§

dispatch_k
Dispatch macro: calls $func::($($arg),*) for the given runtime k value. Only odd values in [1, 63] are supported (de Bruijn graph convention).

Structs§

CfBuildBuilder
Use builder syntax to set the inputs and finish with call().
CfBuildResult
Result of a successful cf_build invocation.

Enums§

CfInput
How to specify input sequences for cf_build.

Functions§

cf_build
Build a compacted de Bruijn graph from input sequences.