Skip to content

Commit cbed854

Browse files
Update tests/test_conda_run/Snakefile
1 parent 4a3db6e commit cbed854

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_conda_run/Snakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ rule random_python_conda_script:
66
params:
77
script=workflow.source_path('test_script_run.py')
88
run:
9+
# Calling a script like this is usually unnecessary with Snakemake
10+
# we use this pattern just for testing purposes here.
11+
# In a real workflow, use the script directive instead which
12+
# is cleaner and gives you many more benefits.
913
shell("python {params.script}")

0 commit comments

Comments
 (0)