Skip to content

Commit

Permalink
make the UI working with Pheno-Ranker version 0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoLeist committed Apr 8, 2024
1 parent 788a5fa commit 9b39121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phenoRankeR/R/mod_conv_mode.R
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ mod_conv_mode_server <- function(id, session, db_conn, rv_conversion){
print("primary key not in data")
cmd <- paste(
cmd,
"--set-primary-key"
"--generate-primary-key"
)
}

Expand Down

0 comments on commit 9b39121

Please sign in to comment.