Skip to content

Commit

Permalink
missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed May 3, 2024
1 parent ee8d776 commit 120e36a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_shell_exec/Snakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
rule a:
output:
"test.out"
resources:
shell_exec="sh"
container: "docker://busybox:1.33"
shell:
"echo 'hello world' > {output}"
1 change: 1 addition & 0 deletions tests/test_shell_exec/expected-results/test.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hello world

0 comments on commit 120e36a

Please sign in to comment.