parse_fasta_seq

Function parse_fasta_seq 

Source
pub(crate) fn parse_fasta_seq(fasta: &str) -> Vec<u8> 
Expand description

Parse a FASTA string, returning just the sequence bytes (ignores header).