Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Nov 20, 2024
1 parent d3ce918 commit aafa74b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
sysctl kernel.apparmor_restrict_unprivileged_unconfined \
kernel.apparmor_restrict_unprivileged_userns \
kernel.unprivileged_userns_clone
apptainer run docker://ghcr.io/varfish-org/mehari:pr-603
- name: Cache data directory
id: cache-mehari-data-tx
Expand Down Expand Up @@ -79,7 +78,7 @@ jobs:
mkdir -p /github/workspace/snakemake_cache
mkdir -p ~/snakemake_cache
mkdir -p ${{ github.workspace }}/snakemake_cache
args: "--configfile config/config.yaml --workflow-profile workflow/profiles/default --show-failed-logs --cores 4 --jobs 4 results/${{ matrix.genome_release }}-${{ matrix.source }}/mehari/seqrepo/report/mehari_db_check.txt"
args: "--verbose --configfile config/config.yaml --workflow-profile workflow/profiles/default --show-failed-logs --cores 4 --jobs 4 results/${{ matrix.genome_release }}-${{ matrix.source }}/mehari/seqrepo/report/mehari_db_check.txt"
show-disk-usage-on-error: true

- name: List files
Expand Down

0 comments on commit aafa74b

Please sign in to comment.