AURORA: Adjudicate Uncertain Regions and Output Reliable Annotations
Aurora is a tool that performs biological sequence annotation adjudication.
To build Aurora from source, you'll first need to install Rust and Cargo. The easiest way to do that is to use rustup.
Once that's done, you can then build Aurora:
git clone https://github.com/TravisWheelerLab/aurora
cd aurora/
cargo build --release
You'll then find the compiled binary at: target/release/aurora
For example, try running:
target/release/aurora -h
The inputs to Aurora are sequence alignments and the matrices that were used to produce the sequence alignments.
For example:
$ aurora alignments.caf matrices.mat
Aurora is licensed under the BSD-3-Clause license.
See LICENSE
for details.
Jack Roddy - jroddy@arizona.edu