227k views
5 votes
I'm trying to access the ZINC15 and ZINC20 databases but I've been at it the whole morning and I can not figure out how to do it. I am not that experienced with programming so maybe there's something obvious I'm missing.

If I try to download larger chunks of data from here, I get all these weird file formats I don't know what to do with. And their website doesn't really have a clear documentation for the API.

1 Answer

2 votes

Final answer:

To access the ZINC15 and ZINC20 databases, you can use their API and a programming language like Python. When downloading larger chunks of data, different file formats may be encountered, such as JSON or CSV, which can be handled using appropriate libraries or tools.

Step-by-step explanation:

Accessing the ZINC15 and ZINC20 databases can be done using their API. Although the documentation might not be clear, you can still extract data from these databases programmatically. One way to do this is by using a programming language like Python to make API requests and parse the response to extract the desired information.

When downloading larger chunks of data, you may encounter different file formats such as JSON or CSV. These formats can be easily handled using appropriate libraries or tools in your programming language of choice. For instance, if you are using Python, you can use the 'json' library to parse JSON files or 'pandas' library to handle CSV files.

If you are unfamiliar with programming, it might be helpful to consult online tutorials or resources that provide step-by-step guides on accessing APIs and manipulating data files.

User Xno
by
8.3k points

No related questions found