[package]
edition = "2021"
rust-version = "1.82"
name = "oricle"
version = "0.2.0"
authors = ["Sunju Kim <n.e.coli.1822@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust bacterial oriC (replication origin) prediction via GC-skew (Z-curve) + DnaA-box clustering, Ori-Finder style, database-free"
documentation = "https://docs.rs/oricle"
readme = "README.md"
keywords = [
"bioinformatics",
"genomics",
"bacteria",
"oric",
"replication",
]
categories = [
"science",
"command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/necoli1822/oricle"
[lib]
name = "oricle"
path = "src/lib.rs"
[[bin]]
name = "oricle"
path = "src/main.rs"
[[test]]
name = "regression"
path = "tests/regression.rs"
[dependencies.needletail]
version = "0.6"
[profile.release]
lto = true