flow-control-detection 0.1.0

Filename heuristics for classifying flow cytometry control files
Documentation
[package]
name = "flow-control-detection"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license = "MIT"
repository = "https://github.com/jrmoynihan/flow/flow-control-detection"
description = "Filename heuristics for classifying flow cytometry control files"
readme = "README.md"
keywords = ["flow-cytometry", "controls", "unmixing", "bioinformatics"]
categories = ["science"]

[dependencies]
anyhow = { workspace = true }
regex = { workspace = true }

[dev-dependencies]
approx = { workspace = true }

[package.metadata.scripts]
dry-release = "cargo smart-release flow-control-detection --update-crates-index"
publish     = "cargo smart-release flow-control-detection --update-crates-index --execute"
changelog   = "cargo changelog flow-control-detection --write"