File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Argenomic
22Argenomic is an open-source implementation of an illumination algorithm for optimization of small organic molecules.
33
4-
54## Getting Started
65
7- To run the the argenomic software:
6+ To run the the argenomic software (rediscovery of Thiotixene) :
87```
9- python3 main .py configuration_file= ./configuration/config.json generations= 100
8+ python3 illuminate .py configuration_file=./configuration/config.yaml generations=50
109```
1110
1211### Installing
@@ -23,14 +22,24 @@ Verify that the new environment was installed correctly:
2322```
2423conda env list
2524```
25+
2626## Authors
2727
2828* ** Jonas Verhellen** - * Concept, implementation, and development*
2929* ** Jeriek Van den Abeele** - * implementation, and development*
3030
3131## Copyright License
3232
33- This project is licensed under the GNU General Public License v3 (GPLv3)".
33+ This project is licensed under the GNU General Public License v3 (GPLv3).
34+
35+ ## Dependencies
36+
37+ Important dependencies of the Argenomic software environment and where to find the source.
38+
39+ * [ Python] ( https://www.python.org/ ) - Python is a widely used scientific and numeric programming language.
40+ * [ RDKit] ( https://github.com/rdkit/rdkit ) - Cheminformatics and machine-learning software toolkit.
41+ * [ Scikit-learn] ( https://github.com/scikit-learn/scikit-learn ) - Data science and deep learning toolset in Python.
42+ * [ Omegaconf] ( https://github.com/omry/omegaconf ) - Configuration system for multiple sources, providing a consistent API.
3443
3544## Acknowledgments
3645
You can’t perform that action at this time.
0 commit comments