helixmc.util.read_seq_from_fasta

helixmc.util.read_seq_from_fasta(fasta)

Read the sequence from a fasta file.

Parameters:

fasta : str

Name of the fasta file.

Returns:

seq : str

Sequence stored in fasta.

Raises:

ValueError

If the fasta file does not exist.