Closed marcosfelt closed 2 years ago
@rvanputt I just checked CAS. The issue is that I only implemented going from CAS numbers to SMILES, so you would need to do the following
smiles = resolve_identifiers(
names=["67-56-1"],
input_identifer_type=CompoundIdentifierType.CAS_NUMBER,
output_identifier_type=CompoundIdentifierType.SMILES,
services=[CAS()],
agreement=1,
)
I’ll check if we have access to ChemSpider. I’ve tried to use CAS, but unfortunately get an error (below). I am logged in in a browser and cookies are unchanged. Probably I’m doing something wrong.