cran / PubChemR

:exclamation: This is a read-only mirror of the CRAN R package repository. PubChemR — Interface to the 'PubChem' Database for Chemical Data Retrieval. Homepage: https://github.com/selcukorkmaz/PubChemR
3 stars 0 forks source link

SDF downloaded as 2D SDF #1

Open AdeFouchier opened 4 months ago

AdeFouchier commented 4 months ago

Hi, I've been trying to use the "get_sdf" or "download" functions to obtain SDF file from pubchem. However, the downloaded file are 2D SDF file. Is it not possible to get the 3D SDF file or am I missing something ?

What I run :

PubChemR::download(outformat = "SDF",
                   identifier = 6549)

Thanks in advance for your help !

Arthur

gaborcsardi commented 4 months ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!

AdeFouchier commented 4 months ago

Ok, sorry for my mistake and thanks for your quick response !