Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueda committed Mar 15, 2024
1 parent 8b7e74f commit 0dcd3a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/supported-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ graph LR

=== "Additional Output Formats"

Because Beacon v2 Models and Phenopackets v2 data exchange formats encode data as a tree-like structure, this approach is not analytics-friendly. For this reason, we allow the user to convert from `BFF/PXF` to:
Because Beacon v2 Models and Phenopackets v2 data exchange formats encode data as a tree-like structure, this approach is not analytics-friendly. For this reason, we allow the user to convert from `BFF/PXF` to:

- "Flattened" (a.k.a., folded) JSON or YAML with the option `--ojsonf`
- CSV with the option `--ocsv`
Expand All @@ -78,9 +78,8 @@ graph LR

B[Phenopackets v2] -->|pxf2jsonf| C;
B -->|pxf2csv| D;
B -->|pxfbff2jsonld| E[JSON-LD];
B -->|pxf2jsonld| E[JSON-LD];


style A fill: #6495ED
style A stroke: #6495ED
style B fill: #FF7F50
Expand Down

0 comments on commit 0dcd3a1

Please sign in to comment.