Skip to content

Commit

Permalink
Remove TTY option and interactive mode from docker execution
Browse files Browse the repository at this point in the history
  • Loading branch information
fgypas committed Oct 21, 2024
1 parent caefd94 commit 588d6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration_workflow_with_docker/test.local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 588d6a6

Please sign in to comment.