Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use composite snakemake action [test] #345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,55 +48,55 @@ jobs:
- uses: actions/checkout@v2

- name: Test workflow (local FASTQs)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
args: "--configfile .test/config-simple/config.yaml --use-conda --show-failed-logs -j 10 --conda-cleanup-pkgs cache --dryrun"
show-disk-usage-on-error: true

- name: Test testcase generation
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
args: "results/testcases/one/freebayes/IX:314200 --configfile .test/config-simple/config.yaml --use-conda --show-failed-logs -j 10 --conda-cleanup-pkgs cache --dryrun"
show-disk-usage-on-error: true

- name: Test workflow (local FASTQs, target regions)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
args: "--configfile .test/config-target-regions/config.yaml --use-conda --show-failed-logs -j 10 --conda-cleanup-pkgs cache --dryrun"
show-disk-usage-on-error: true

- name: Test workflow (local FASTQs, multiple target regions BED files)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
args: "--configfile .test/config-target-regions/config_multiple_beds.yaml --use-conda --show-failed-logs -j 10 --conda-cleanup-pkgs cache --dryrun"
show-disk-usage-on-error: true

- name: Test workflow (local FASTQs, no candidate filtering)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
args: "--configfile .test/config-no-candidate-filtering/config.yaml --use-conda --show-failed-logs -j 10 --conda-cleanup-pkgs cache --dryrun"
show-disk-usage-on-error: true

- name: Test workflow (local FASTQs primer)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
args: "--configfile .test/config_primers/config.yaml --use-conda --show-failed-logs -j 10 --conda-cleanup-pkgs cache --dryrun"
show-disk-usage-on-error: true

- name: Test workflow (SRA FASTQs)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
Expand Down Expand Up @@ -129,31 +129,31 @@ jobs:
- uses: actions/checkout@v2

- name: Test workflow (local FASTQs)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
args: "--configfile .test/config-simple/config.yaml --use-conda --show-failed-logs -j 10 --conda-cleanup-pkgs cache"
show-disk-usage-on-error: true

- name: Test testcase generation
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
args: "results/testcases/one/freebayes/IX:314200 --configfile .test/config-simple/config.yaml --use-conda --show-failed-logs -j 10 --conda-cleanup-pkgs cache"
show-disk-usage-on-error: true

- name: Test report
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
args: "--configfile .test/config-simple/config.yaml --cores 1 --report report.zip"
show-disk-usage-on-error: true

- name: Test workflow (local FASTQs, target regions)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
Expand All @@ -163,7 +163,7 @@ jobs:
show-disk-usage-on-error: true

- name: Test workflow (local FASTQs, multiple target regions BED files)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
Expand All @@ -173,7 +173,7 @@ jobs:
show-disk-usage-on-error: true

- name: Test workflow (local FASTQs, no candidate filtering)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
Expand All @@ -183,7 +183,7 @@ jobs:
show-disk-usage-on-error: true

- name: Test workflow (local FASTQs primer)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- uses: actions/checkout@v2

- name: Test workflow (SRA FASTQs)
uses: snakemake/snakemake-github-action@v1
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
with:
directory: .test
snakefile: workflow/Snakefile
Expand Down
Loading