read_sfs

Function read_sfs 

Source
pub fn read_sfs<R>(reader: &mut R) -> Result<DynUSfs>
where R: BufRead,
Expand description

Reads an SFS in npy format from a reader.

The stream is assumed to be positioned at the start.