Skip to content

v0.4.5

Compare
Choose a tag to compare
@ielis ielis released this 26 Sep 18:17
· 355 commits to main since this release
47a3a65

First release of the phenopacket-tools cli.

Phenopacket tools CLI

The cli application works in a standard UNIX-like manner.

alias pfx-tools='java -jar phenopacket-tools-cli-0.4.5.jar'

Example Phenopackets

The examples command in the CLI module writes a series of example Phenopackets to file.

# writes to the current directory by default
pfx-tools examples
# or write explicitly to the current directory
pfx-tools examples .
# or write to another directory
pfx-tools examples ~/phenopacket-examples

Convert Phenopacket versions

pfx-tools convert phenopacket.json

Validate Phenopacket JSON files

pfx-tools validate ~/phenopacket-examples/covid.json
# or all the json files in a directory
pfx-tools validate ~/phenopacket-examples/*.json