Skip to content

Commit

Permalink
added additional note abuot openchrom version to prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Sep 25, 2023
1 parent d22286c commit b6809b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/call_openchrom.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ configure_openchrom <- function(cli = c("null", "true", "false", "status"), path

if (!file.exists(path_parser)){
warning("OpenChrom not found!", immediate. = TRUE)
path_parser <- readline(prompt = "Please provide path to `OpenChrom` command line):")
path_parser <- readline(prompt = "Please provide path to `OpenChrom` command line (v0.4)):")
if (.Platform$OS.type == "windows"){
path_parser <- gsub("/","\\\\", path_parser)
}
Expand Down

0 comments on commit b6809b3

Please sign in to comment.