phyloref / jphyloref

MIT License
0 stars 0 forks source link

Created a ResolveCommand to resolve phylorefs from the command line #52

Closed gaurav closed 5 years ago

gaurav commented 5 years ago

Adds a "resolve" command that is identical to the WebserverCommand, but executable from the command line (executed as java -jar jphyloref.jar resolve input.jsonld). Resolved nodes are returned as a JSON document using URIs, for example:

{
  "#phyloref1" : [ "#phylogeny0_node1", "#phylogeny1_node2" ],
  "#phyloref2": [ "#phylogeny1_node5" ]
}

Should be merged after #54 has been merged.