Skip to content

omics-rust/rsomics-bed-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsomics-bed-count

Count BED records (non-header, non-blank lines). Prints one integer to stdout.

Usage

rsomics-bed-count [INPUT]
rsomics-bed-count intervals.bed
cat intervals.bed | rsomics-bed-count

Origin

Independent Rust implementation. Equivalent to:

grep -cv '^#' intervals.bed

License: MIT OR Apache-2.0.

About

Count BED records (non-header, non-blank lines)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages