Skip to content

VFB Expression Annotator tags classes based on the VFB clas expression config

Notifications You must be signed in to change notification settings

VirtualFlyBrain/vfb_expression_annotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VFB expression annotator

This tool annotates expressions in a VFB config file using a specific configurable annotation property.

You can build the jar with

mvn clean package

Example parameters: ontology_path = "/Users/matentzn/pipeline/vfb-pipeline-dumps/test/pdb.owl"; config_path = "/Users/matentzn/pipeline/vfb-prod/neo4j2owl-config.yaml"; annotation_iri = "http://n2o.neo/property/nodeLabel"; outfile_path = "/Users/matentzn/pipeline/vfb-pipeline-dumps/test/annotations.owl";*/

Example use:

inferred_annotation.owl:
	java -jar infer-annotate.jar $(ontology_path) $(config_path) $(annotation_iri) $(outfile_path)

About

VFB Expression Annotator tags classes based on the VFB clas expression config

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages