prll-ri 1.0.4

Parallel-RI, parallel executable binary to wrap RIblast.
prll-ri-1.0.4 is not a library.
Visit the last successful build: prll-ri-1.0.6

Parallel-RI, Parallel Executable Binary to Wrap RIblast

This binary provides a CPU multithreaded wrapper of RIblast. In addition to the original options of RIblast, you can pass additional options such as a num. of threads and a path to RIblast. You must notice the IO options of RIblast have been changed into the new ones. You can check all the available options by adding a option, "-h".

Installation

This project has been written by Rust, a system programming language. So first you need to install a Rust compiler (Rustc), Rust package manager (Cargo) and Rust standard library. Please visit a Rust homepage to see more about Rust. You can install Rustc, Cargo and Rust standard library with one line as follows:

$ curl https://sh.rustup.rs -sSf | sh

The above installation is done by rustup, so you can easily switch a compiler to use. After the installation, update of Rust is recommended as follows:

$ rustup update

So you can install Parallel-RI as follows:

$ cargo install --git https://github.com/heartsh/prll-ri

Check if Parallel-RI has been installed properly as follows:

$ prll-ri

Author

Heartsh

License

Copyright (c) 2016 Heartsh
Licensed under the MIT license.