Add TrimGalore GitHub Actions test

This commit is contained in:
drpatelh 2020-08-07 12:21:47 +01:00
parent 36f2544c36
commit 9f4192d433

View file

@ -1,18 +1,18 @@
name: Trim Galore! name: trimgalore
on: on:
push: push:
paths: paths:
- software/trim_galore/** - software/trimgalore/**
- .github/workflows/trim_galore.yml - .github/workflows/trimgalore.yml
- tests - tests
pull_request: pull_request:
paths: paths:
- software/trim_galore/** - software/trimgalore/**
- .github/workflows/trim_galore.yml - .github/workflows/trimgalore.yml
- tests - tests
jobs: jobs:
run_ci_test: ci_test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
NXF_ANSI_LOG: false NXF_ANSI_LOG: false
@ -22,8 +22,9 @@ jobs:
- name: Install Nextflow - name: Install Nextflow
run: | run: |
export NXF_VER="20.07.1"
wget -qO- get.nextflow.io | bash wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/ sudo mv nextflow /usr/local/bin/
# Test the module # Test the module
- run: nextflow run ./software/trim_galore/test/ - run: nextflow run ./software/trimgalore/test/ -profile docker