v0.4.5
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