nf-core_modules/.github/workflows/trimgalore.yml

31 lines
612 B
YAML
Raw Normal View History

2020-08-07 11:21:47 +00:00
name: trimgalore
2019-12-05 14:53:38 +00:00
on:
push:
paths:
2020-08-07 11:21:47 +00:00
- software/trimgalore/**
- .github/workflows/trimgalore.yml
- tests
2019-12-05 14:53:38 +00:00
pull_request:
paths:
2020-08-07 11:21:47 +00:00
- software/trimgalore/**
- .github/workflows/trimgalore.yml
- tests
2019-12-05 14:53:38 +00:00
jobs:
2020-08-07 11:21:47 +00:00
ci_test:
2019-12-05 14:53:38 +00:00
runs-on: ubuntu-latest
2020-07-11 15:14:14 +00:00
env:
NXF_ANSI_LOG: false
2019-12-05 14:53:38 +00:00
steps:
- uses: actions/checkout@v2
2019-12-05 14:53:38 +00:00
2019-12-05 15:03:00 +00:00
- name: Install Nextflow
run: |
2020-08-07 11:21:47 +00:00
export NXF_VER="20.07.1"
2019-12-05 15:03:00 +00:00
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
2019-12-05 14:53:38 +00:00
# Test the module
2020-08-07 11:21:47 +00:00
- run: nextflow run ./software/trimgalore/test/ -profile docker