Skip to content
** 6.0
*** Breaking Changes
change of command line interface:

    prophane -> prophane.py run
    prophane --list-dbs -> prophane.py list-dbs
    prophane --list-styles -> prophane.py list-styles

*** Features
Automatically download databases that are specified in the job-config. On first run of prophane, run prophane init {DB_DIR} where DB_DIR is an empty or non existant directory. To execute prophane, run prophane run {path-to-job-config}.

*** Changes
* bump the db_schema version to 5
* task and plot files now include the database version number instead of the md5sum: tasks/{annot_type}_annot_by_{tool}_on_{db_type}.v{db_version}.task{taskid}.{ext}