1:- module(bio_db_repo, [bio_db_repo/0, bio_db_repo_version/1, bio_db_repo_version/2]). 2 3:- use_module(library(lib)). 4:- use_module(library(bio_db)). 5:- ensure_loaded(bio_db_repo_version).
library(bio_db)
for more information.
*/
24bio_db_repo
Data package for bio_db.
This contains all the prolog database predicates served by
pack(bio_db)
(see bio_db_paths/0).library(bio_db)
*/