File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM snakemake/snakemake:v5.14 .0
1
+ FROM snakemake/snakemake:v5.15 .0
2
2
COPY entrypoint.sh /entrypoint.sh
3
3
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ Preliminary commands to run before the workflow execution.
24
24
25
25
``` yaml
26
26
- name : Linting
27
- uses : snakemake/snakemake-github-action@v1.5.3
27
+ uses : snakemake/snakemake-github-action@v1.6.0
28
28
with :
29
29
directory : ' .test'
30
30
snakefile : ' workflow/Snakefile'
31
31
args : ' --lint'
32
32
- name : Testing
33
- uses : snakemake/snakemake-github-action@v1.5.3
33
+ uses : snakemake/snakemake-github-action@v1.6.0
34
34
with :
35
35
directory : ' .test'
36
36
snakefile : ' workflow/Snakefile'
37
- args : ' --cores 1 --use-conda --conda-cleanup-pkgs'
37
+ args : ' --cores 1 --use-conda --conda-cleanup-pkgs cache '
38
38
stagein : ' ' # additional preliminary commands to run (can be multiline)
39
39
` ` `
You can’t perform that action at this time.
0 commit comments