Closed sverhoeven closed 5 years ago
All looks ok - just a couple of queries:
To use redis you will need to run a redis daemon on the server and the settings.py must include the line CELERY_BROKER_URL= "redis://localhost:6379/0"
.
Pipenv files are generated from the requirements.txt, so only the requirements.txt file was made more complete.
PS Chembl API has a image endpoint, eg. (https://www.ebi.ac.uk/chembl/api/data/image/KXEBOYWJADRGHW-SFHVURJKSA-N)
What does the Chembl API need to draw a structure? :)
Is it just the InchIKEY?
Yep, ChEMBL ID or Standard InChI Key
@sdrogers PR is ready to be merged.
Ok, done, thanks!
corpus
sub command to convert masspec file to corpus jsongensim
sub command to perform lda using gensim outputting single json file with corpus and lda resultsinsert
sub command to insert json file with corpus and lda results into databasegensim --ldaformat gensim
sub command to perform lda using gensim outputting gensim formatted outputinsert_gensim
sub command to insert json file with corpus and gensim formatted lda results files into database