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

20 lines
388 B
YAML
Raw Normal View History

2019-12-05 14:53:38 +00:00
name: samtools index
2019-12-05 14:44:10 +00:00
on:
push:
2019-12-05 14:53:38 +00:00
paths: tools/samtools/index*
2019-12-05 14:44:10 +00:00
pull_request:
2019-12-05 14:53:38 +00:00
paths: tools/samtools/index*
2019-12-05 14:44:10 +00:00
jobs:
run_multiqc:
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v1
# Test the module
- uses: docker://quay.io/biocontainers/nextflow:19.10.0--hecc5488_0
run: nextflow run ./tools/samtools/index/test/