prll-ri 1.0.6

Parallel-RI, parallel executable binary to wrap RIblast.
Documentation
[package]
name = "prll-ri"
version = "1.0.6"
authors = ["heartsh <heartsh@heartsh.io>"]
description = "Parallel-RI, parallel executable binary to wrap RIblast. "
repository = "https://github.com/heartsh/prll-ri"
readme = "prll_ri.md"
keywords = ["Bioinformatics", "RNA", "Transcriptomics", "Interactomics"]
license = "MIT"
exclude = ["asts/**/*"]

[dependencies]
scoped_threadpool = "0.1"
getopts = "0.2"
bio = "0.9"
time = "0.1"

[[bin]]
name = "prll-ri"
path = "src/mn.rs"

[lib]
name = "prll_ri"
path = "src/lb.rs"

[[test]]
name = "tsts"
path = "src/tsts.rs"