nf-core_modules/.github/workflows/samtools_index.yml
2020-07-11 17:14:14 +02:00

24 lines
474 B
YAML

name: samtools index
on:
push: {}
pull_request:
paths: software/samtools/index*
jobs:
run_ci_test:
runs-on: ubuntu-latest
env:
NXF_ANSI_LOG: false
steps:
# Check out the repository
- uses: actions/checkout@v1
submodules: true
- name: Install Nextflow
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
# Test the module
- run: nextflow run ./software/samtools/index/test/