Skip to content

Commit

Permalink
add singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 2, 2022
1 parent 17643bd commit 2ccd646
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
python-version: "3.7"
architecture: "x64"
- uses: eWaterCycle/setup-singularity@v7
with:
singularity-version: 3.8.7

- name: Install dependencies
run: |
Expand All @@ -33,5 +36,5 @@ jobs:
- name: Run the downloaded pipeline
env:
NXF_SINGULARITY_CACHEDIR: ./
run: nextflow run test/workflow -profile test,docker --outdir ./results
run: nextflow run test/workflow -profile test,singularity --outdir ./results

0 comments on commit 2ccd646

Please sign in to comment.