rype 1.0.0-rc.1

High-performance genomic sequence classification using minimizer-based k-mer sketching in RY space
Documentation
1
2
3
4
5
6
7
8
# Compile (Linux/Mac)
# Ensure target/debug/ is in your library path or link explicitly
gcc -o c_example example.c -L./target/debug -lrype -lpthread -ldl -lm

# Run (Set LD_LIBRARY_PATH so it finds librype.so)
export LD_LIBRARY_PATH=./target/debug:$LD_LIBRARY_PATH
./c_example