pub fn count_sequences<P: AsRef<Path>>(path: P) -> Result<(usize, usize)>
Count sequences and total bases in a file
path
(num_sequences, total_bases)