Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Oct 26, 2021
1 parent 472ed07 commit 835d646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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)
Expand Down

0 comments on commit 835d646

Please sign in to comment.