Skip to content

Commit 04c967a

Browse files
Apply suggestions from code review
1 parent ff670e2 commit 04c967a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v2
6363

6464
- name: Download reference genome
65-
uses: snakemake/snakemake-github-action@fix/revive-stagein
65+
uses: snakemake/snakemake-github-action@v2
6666
with:
6767
directory: "."
6868
snakefile: "workflow/Snakefile"
@@ -72,7 +72,7 @@ jobs:
7272
pip install snakemake-storage-plugin-http
7373
7474
- name: Download truthsets
75-
uses: snakemake/snakemake-github-action@fix/revive-stagein
75+
uses: snakemake/snakemake-github-action@v2
7676
with:
7777
directory: "."
7878
snakefile: "workflow/Snakefile"
@@ -86,28 +86,28 @@ jobs:
8686
# because their modification dates are too new or too old.
8787
# (as git does not preserve modification dates)
8888
- name: Fix modification dates
89-
uses: snakemake/snakemake-github-action@fix/revive-stagein
89+
uses: snakemake/snakemake-github-action@v2
9090
with:
9191
directory: "."
9292
snakefile: "workflow/Snakefile"
93-
args: "--cores 1 --touch resources/regions/giab-NA12878-agilent-200M/test-regions.cov-*.bed"
93+
args: "--cores 1 --touch resources/regions/*/test-regions.cov-*.bed"
9494
stagein: |
9595
pip install snakemake-storage-plugin-zenodo
9696
pip install snakemake-storage-plugin-http
9797
9898
- name: Run analysis
99-
uses: snakemake/snakemake-github-action@fix/revive-stagein
99+
uses: snakemake/snakemake-github-action@v2
100100
with:
101101
directory: "."
102102
snakefile: "workflow/Snakefile"
103103
args: >
104-
--cores 2 --use-conda --conda-cleanup-pkgs cache
104+
--cores 2 --use-conda --conda-cleanup-pkgs cache --verbose
105105
stagein: |
106106
pip install snakemake-storage-plugin-zenodo
107107
pip install snakemake-storage-plugin-http
108108
109109
- name: Create report
110-
uses: snakemake/snakemake-github-action@fix/revive-stagein
110+
uses: snakemake/snakemake-github-action@v2
111111
with:
112112
directory: "."
113113
snakefile: "workflow/Snakefile"

0 commit comments

Comments
 (0)