Installation ============ Install python package:: pip install aigct Initialize the application:: init_app --confdir --logdir --outdir --dbdir Where , , , are directories where to store config file, log files, output files containing the results of a benchmarking analysis, and database files, respectively. Edit the config file, /aigct.yaml, setting the source_url parameter to the url of the database files. For the latest release it is:: https://zenodo.org/records/19928885/files/aigct_repo.tar.gz?download=1 Download and install the database files. This could take several minutes:: install_db --confdir You should see .csv files in the directory.