bedpull 0.2.0

bedpull - Pull the query sequence from bam or fasta references using a bed file
Documentation
[package]
name = "bedpull"
version = "0.2.0"
edition = "2024"
authors = ["James M. Ferguson <j.ferguson@garvan.org.au>"]
repository = "https://github.com/Psy-Fer/bedpull"
description = "bedpull - Pull the query sequence from bam or fasta references using a bed file"
keywords = ["bed", "bam", "bioinformatics"]
license = "MIT"
categories = ["science", "command-line-utilities"]

[lib]
name = "bedpull"
path = "src/lib.rs"

[[bin]]
name = "bedpull"
path = "src/main.rs"

[dev-dependencies]
tempfile = "3"

[dependencies]
clap = { version = "4", features = ["derive", "cargo", "wrap_help"] }
noodles = { version = "0.110.0", features = ["core", "bgzf", "bam", "sam", "bed", "fasta", "fastq", "cram"] }
itertools = "0.11"
anyhow = "1.0"
csv = "1.3"