Open rajathsalegame opened 4 years ago
You are welcome! Currently there is only this tutorial to demonstrate basic abilities. If you have some questions even general ones ask them here. Later I would be able to compile my answers in another tutorial.
I think general tutorials on database generation would be super helpful, in case people want to create their own custom workflows for fragment generation.
I expected that there is enough information in README to make an own fragment database.
There is a script which makes everything. It takes input SMILES and returns a fragment database - https://github.com/DrrDom/crem/blob/master/crem/scripts/crem_create_frag_db.sh.
It is also possible to make all steps by your own.
To speed up overall pipeline I use several nodes on a cluster to prepare context-fragment pairs and then combine them in one database. But this depends on a cluster scheduler and I did not include these scripts in the repo.
I'll think about some small examples on database generation for future tutorials which I plan to make at the annual winter workshop which we organize in Olomouc. We always make all materials publicly available, so they will be accessible for non-participants as well.
Forgot to mention. I added a simple tutorial how to use CReM in combination with machine learning models.The tutorial is in example dir.
Thanks! Will take a look.
Hi! I was wondering whether you might have some more jupyter tutorials that aren't uploaded on the current GitHub repository? Thanks for building this software, it's super cool!