nf-core_modules/.github/workflows/deprecated/tcoffee.yml

32 lines
570 B
YAML
Raw Normal View History

name: tcoffee
2020-03-05 11:17:14 -05:00
on:
push:
paths:
- software/tcoffee/**
- .github/workflows/tcoffee.yml
- tests
2020-03-05 11:17:14 -05:00
pull_request:
paths:
- software/tcoffee/**
- .github/workflows/tcoffee.yml
- tests
2020-03-05 11:17:14 -05:00
jobs:
run_ci_test:
runs-on: ubuntu-latest
2020-07-11 11:14:14 -04:00
env:
NXF_ANSI_LOG: false
2020-03-05 11:17:14 -05:00
steps:
2020-03-05 11:48:10 -05:00
- uses: actions/checkout@v2
2020-03-05 11:17:14 -05:00
- name: Install Nextflow
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
# Test the module
2020-03-06 06:47:55 -05:00
- run: |
2020-07-11 08:36:12 -04:00
cd software/tcoffee/test/
2020-07-11 11:14:14 -04:00
nextflow run .