diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 970df0a9..2449a569 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -52,6 +52,7 @@ export default defineConfig({ { text: 'Versions', link: '/versions' }, { text: 'Data', link: '/data-base' }, { text: 'Use Cases', link: '/use-cases' }, + { text: '2D/3D SDFs', link: '/2d-3d-sdfs' }, ] }, { diff --git a/docs/2d-3d-sdfs.md b/docs/2d-3d-sdfs.md new file mode 100644 index 00000000..e4c0e78d --- /dev/null +++ b/docs/2d-3d-sdfs.md @@ -0,0 +1,30 @@ +# Download idividual 2D and 3D SDFs for each molecule + +COCONUT provides users with options to download 2D and 3D coordinates data in SDF format. These are generated using RDKit. The name of the file would be the COCONUT Identifier (*Ex: CNP0228556.0.sdf*) + +::: info Where to find? +Right panel of the compound page +::: + +![Database Downloads](/2d-3d-sdfs.png) + + + \ No newline at end of file diff --git a/docs/public/2d-3d-sdfs.png b/docs/public/2d-3d-sdfs.png new file mode 100644 index 00000000..dcf0c32d Binary files /dev/null and b/docs/public/2d-3d-sdfs.png differ