Function read_fasta

Source
pub fn read_fasta(paths: &Vec<PathBuf>) -> Vec<Vec<u8>>
Expand description

Given fasta files this function will read and return a list of lists containing the contents of the fasta files

§Arguments

  • path: paths to fasta files

§Returns

A list of lists containing the contents of the fasta files

§Panics

This function will panic if it cannot read a given file path