Compression, format conversion, and set operations for pseudoalignment data.
git clone https://github.com/tmaklin/ahda
cd ahda
cargo build --releaseThe built binary is located at target/release/ahda.
The following plain text formats are supported:
An additional custom plain text format meant to display all data contained in the records is also provided:
- Ahda .tsv
The default format for plain text outputs is Ahda .tsv.
See the documentation for more details.
The ahda CLI supports the following subcommands:
ahda encodecompress pseudoalignment data from a supported format.ahda decodedecompress pseudoalignment data to a supported format.ahda convertconvert between supported plain text formats.ahda catconcatenate binary data that doesn't contain duplicated queries.ahda setperform set operations on compressed pseudoalignment data.
ahda is dual-licensed under the MIT and Apache 2.0 licenses.