Skip to content

Commit

Permalink
push v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueda committed Nov 30, 2023
1 parent 3fac55d commit 713e08f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/perl/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Convert-Pheno API",
"description": "Convert-Pheno API configuration",
"version": "0.14"
"version": "0.15"
},
"paths": {
"/api": {
Expand Down
2 changes: 2 additions & 0 deletions lib/Convert/Pheno/OMOP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ sub do_omop2bff {
####################################
# START MAPPING TO BEACON V2 TERMS #
####################################

# Initiate BFF structure
my $individual;

# Get cursors for 1D terms
Expand Down
1 change: 1 addition & 0 deletions lib/Convert/Pheno/PXF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ sub do_pxf2bff {

# NB: In PXF some terms are = []

# Initiate BFF structure
my $individual;

# ========
Expand Down

0 comments on commit 713e08f

Please sign in to comment.