From 588d6a61572f929f2f02b80126f816ed4b3e4679 Mon Sep 17 00:00:00 2001 From: Foivos Gypas Date: Mon, 21 Oct 2024 22:04:30 +0200 Subject: [PATCH] Remove TTY option and interactive mode from docker execution --- tests/test_integration_workflow_with_docker/test.local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_integration_workflow_with_docker/test.local.sh b/tests/test_integration_workflow_with_docker/test.local.sh index 2529238..36fc586 100755 --- a/tests/test_integration_workflow_with_docker/test.local.sh +++ b/tests/test_integration_workflow_with_docker/test.local.sh @@ -38,7 +38,7 @@ docker pull zavolab/zarp:1.0.0-rc.1 docker run \ --platform linux/x86_64 \ --mount type=bind,source=$script_dir/data,target=/data \ - -it zavolab/zarp:1.0.0-rc.1 \ + zavolab/zarp:1.0.0-rc.1 \ snakemake \ -p \ --snakefile /workflow/Snakefile \