Skip to content

ppm1337/COCONUTfrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COCONUT Database

This is the frontend for the COlleCtion of Open Natural prodUcTs (COCONUT). Features:

  • browse database (cards and table browser with pagination)
  • search by SMILES, InChI, InChIKey, molecular formula (two implementations for that)
  • structure and substructure search
  • individual page for each compound with molfile download and all information currently available in uniqueNaturalProduct collection
  • download database as SDF

Database Indexes

Ensure that all search fields are indexed. At the moment these are the following fields in the collection uniqueNaturalProduct:

  • clean_smiles
  • inchi
  • inchikey
  • molecular_formula
  • smiles

and these for sourceNaturalProduct:

  • simpleInchiKey
  • simpleInchi
  • source

Known Issues

TODO

  • browser filters
  • advanced search
  • pagination for search results
  • change searches from URL paths to URL queries
  • make substructure search sharable by setting search smiles in URL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published