Skip to content

Commit

Permalink
updating snakemake version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Nov 24, 2021
1 parent 4357a47 commit 2c0738d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test linting
uses: snakemake/snakemake-github-action@v1.18.0
uses: snakemake/snakemake-github-action@v1.23.0
with:
directory: .
snakefile: workflow/Snakefile
Expand Down
35 changes: 17 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -16,21 +16,20 @@ jobs:
regular_windows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test workflow on regular sized windows
uses: snakemake/snakemake-github-action@v1.19.0
with:
directory: .
snakefile: workflow/Snakefile
args: "--use-conda -j 3 --conda-cleanup-pkgs cache --conda-frontend mamba -p make_figures cooler cooler_density"
- uses: actions/checkout@v2
- name: Test workflow on regular sized windows
uses: snakemake/snakemake-github-action@v1.23.0
with:
directory: .
snakefile: workflow/Snakefile
args: "--use-conda -j 3 --conda-cleanup-pkgs cache --conda-frontend mamba -p make_figures cooler cooler_density"
small_windows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test workflow on small windows
uses: snakemake/snakemake-github-action@v1.19.0
with:
directory: .
snakefile: workflow/Snakefile
args: "--use-conda -j 3 --conda-cleanup-pkgs cache --conda-frontend mamba --config window=400 -p make_figures cooler cooler_density"

- uses: actions/checkout@v2
- name: Test workflow on small windows
uses: snakemake/snakemake-github-action@v1.23.0
with:
directory: .
snakefile: workflow/Snakefile
args: "--use-conda -j 3 --conda-cleanup-pkgs cache --conda-frontend mamba --config window=400 -p make_figures cooler cooler_density"

0 comments on commit 2c0738d

Please # to comment.