Skip to content

Commit

Permalink
fix: links to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Mar 17, 2023
1 parent b7df835 commit 73144f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ This set of essential and valuable microservices is designed to be accessed via

- SMILES to IUPAC name
```fastapi
https://dev.api.naturalproducts.net/converters/iupac?smiles=CN1C=NC2=C1C(=O)N(C(=O)N2C)C
https://dev.api.naturalproducts.net/convert/iupac?smiles=CN1C=NC2=C1C(=O)N(C(=O)N2C)C
```
- SMILES to SELFIES
```fastapi
https://dev.api.naturalproducts.net/converters/selfies?smiles=CN1C=NC2=C1C(=O)N(C(=O)N2C)C
https://dev.api.naturalproducts.net/convert/selfies?smiles=CN1C=NC2=C1C(=O)N(C(=O)N2C)C
```
- SMILES to mol (default: CDK)
```fastapi
https://dev.api.naturalproducts.net/converters/mol?smiles=CN1C=NC2=C1C(=O)N(C(=O)N2C)C
https://dev.api.naturalproducts.net/convert/mol?smiles=CN1C=NC2=C1C(=O)N(C(=O)N2C)C
```
```fastapi
https://dev.api.naturalproducts.net/converters/mol?smiles=CN1C=NC2=C1C(=O)N(C(=O)N2C)C&generator=rdkit
https://dev.api.naturalproducts.net/convert/mol?smiles=CN1C=NC2=C1C(=O)N(C(=O)N2C)C&generator=rdkit
```

- Chem
Expand Down

0 comments on commit 73144f0

Please sign in to comment.