Installation#

Simpleaf can be installed from source, from crates.io, or installed via bioconda. simpleaf alevin-fry, and either piscem or salmon (or both if you prefer), as well as wget.

Installing with cargo#

cargo is the rust package manager. simpleaf is available on crate.io and can be installed from cargo.

cargo install simpleaf

Once installed, one will need to set the path to the executable of dependencies using the simpleaf set-paths program as discussed in section Set Up Simpleaf manually.

Building from source (from GitHub)#

You can also choose to build simpleaf from source by pulling its GitHub repo and build it as a normal rust program. Then, one needs to set up simpleaf manually.

git clone https://github.com/COMBINE-lab/simpleaf.git && cd simpleaf
cargo build --release