FRET-FACS / evaluation /one_hot_encode.py
neuwirtt
Initial release: FRET-FACS pipeline, weights, and datasets
6e4d123
Raw
History Blame Contribute Delete
277 Bytes
"""One-hot encoding helpers (re-exported from eval_metrics for backward compatibility)."""
from eval_metrics import ( # noqa: F401
AA_TO_INDEX,
CANONICAL_AAS,
LongSequencePolicy,
encode_aa_sequence,
encode_aa_sequences,
prepare_sequences_from_fasta,
)