From 835d646c7add00b0d3506ab88d8d065d89b9d075 Mon Sep 17 00:00:00 2001 From: Sul Date: Mon, 25 Oct 2021 20:49:19 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 172a552..811ab7f 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ Currently only one adapter is implemented which is the Amino Acids to SMILES and ```python -test = 'RSTEFGHIKLADPQ' +from chemistry_adapters.amino_acids import AminoAcidAdapter +test = 'RSTEFGHIKLADPQ' adapter = AminoAcidAdapter() smiles = adapter.convert_amino_acid_sequence_to_smiles(test)