From 39f88d75f244aa6c26ee8a4ea6c24a734a7b09ae Mon Sep 17 00:00:00 2001 From: phit0 <philipp.schad@stud.uni-goettingen.de> Date: Sun, 7 Nov 2021 19:50:36 +0100 Subject: [PATCH] remove --app ogs from OS command --- R/sim_utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/sim_utils.R b/R/sim_utils.R index db7b80e..3b0e424 100644 --- a/R/sim_utils.R +++ b/R/sim_utils.R @@ -221,7 +221,7 @@ construct_ogs_command <- function(ogs6_bin_path){ if (stringr::str_sub(ogs6_bin_path, -4) == ".sif"){ assertthat::assert_that(file.exists(ogs6_bin_path)) - ogs6_command <- c("singularity","exec", "--app ogs", + ogs6_command <- c("singularity","exec", ogs6_bin_path, "ogs") } else { -- GitLab