Count BED records (non-header, non-blank lines). Prints one integer to stdout.
rsomics-bed-count [INPUT]
rsomics-bed-count intervals.bed
cat intervals.bed | rsomics-bed-countIndependent Rust implementation. Equivalent to:
grep -cv '^#' intervals.bedLicense: MIT OR Apache-2.0.