Skip to content

Releases: phenopackets/phenopacket-tools

v1.0.0-RC3

25 Apr 15:40
758ac4c
Compare
Choose a tag to compare

The pre-production release 3.

What's Changed

  • Improve format and element sniffing by @ielis in #171
  • Add showcase of apps that use phenopacket-tools by @ielis in #172
  • Add latest and stable documentation branches by @ielis in #173
  • Fix bug in handling of the default elements when converting from v1 to v2 by @ielis in #178

Full Changelog: v1.0.0-RC2...v1.0.0-RC3

v1.0.0-RC2

04 Apr 21:11
8de0ef7
Compare
Choose a tag to compare
v1.0.0-RC2 Pre-release
Pre-release

The pre-production release 2.

What's Changed

Full Changelog: v1.0.0-RC1...v1.0.0-RC2

v1.0.0-RC1

29 Nov 03:42
694b59f
Compare
Choose a tag to compare

The pre-production release 1.

What's Changed

  • Setup Javadoc hosting by @ielis in #141
  • Update predefined constants, convenience functions and builders
  • Remove the concept of syntax and semantic validators. by @ielis in #143
  • Improve the tutorial, documetation, and the user guide by @ielis in #144
  • Run MetaDataValidator in the base validation step. by @ielis in #149
  • Removing space from CURIE by @cmungall in #146
  • Fix example phenopackets #150

Full Changelog: v0.4.7...v1.0.0-RC1

v0.4.7

13 Nov 04:57
43824f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.4.7

v0.4.6

13 Oct 16:19
9142c12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

26 Sep 18:17
47a3a65
Compare
Choose a tag to compare

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