Skip to content

ukeSJTU/clc-db-backend

Repository files navigation

mysql 操作

brew install mysql
brew update
brew serices start mysql
==> Successfully started `mysql` (label: homebrew.mxcl.mysql)
mysql

To load data

mkdir -p /ChemNexus/data/output_pngs
python manage.py sdf2png ./data/all_sdfs ./data/output_pngs --size 300 300
python manage.py makemigrations
python manage.py migrate
python manage.py load_molecules -p /ChemNexus/data/merged.csv

https://stackoverflow.com/questions/52547833/getting-importerror-libxrender-so-1-cannot-open-shared-object-file-when-impo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages