Skip to content

Commit

Permalink
Update runOPA2Vec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fzohrasmaili committed May 1, 2018
1 parent 262373e commit 921af9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runOPA2Vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
commandF ="groovy ProcessOntology.groovy " + str(ontology_file)
os.system(commandF)
print "Ontology Processing Complete ...\n"
commandMerge ="cat axiomorig.lst axiomsinf.lst > axioms.lst"
os.system(commandMerge)
print "Metadata Extraction ...\n"
commandS ="groovy getMetadata.groovy "+ str(ontology_file)
os.system(commandS)
Expand Down

0 comments on commit 921af9d

Please sign in to comment.