Skip to content

Commit

Permalink
Singularity doesn't work with the Snakemake action
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool authored Jan 31, 2023
1 parent 9362651 commit cf3011e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-snakemake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
directory: .
snakefile: workflow/Snakefile
args: "archive --cores 16 --use-singularity --use-conda --conda-frontend mamba --show-failed-logs --configfile ${{ inputs.configfile }}"
args: "archive --cores 16 --use-conda --conda-frontend mamba --show-failed-logs --configfile ${{ inputs.configfile }}"
- name: Upload logs on failure
uses: actions/upload-artifact@v3
if: failure()
Expand All @@ -39,4 +39,4 @@ jobs:
name: workflow-results
path: workflow_*.zip
if-no-files-found: warn


0 comments on commit cf3011e

Please sign in to comment.