mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update test-datasets with msa data
This commit is contained in:
parent
f62fad63ca
commit
17ccbce67b
1 changed files with 23 additions and 0 deletions
23
.github/workflows/tcoffee.yml
vendored
Normal file
23
.github/workflows/tcoffee.yml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
name: FastQC
|
||||||
|
on:
|
||||||
|
push: {}
|
||||||
|
pull_request:
|
||||||
|
paths: tools/fastqc/*
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
run_ci_test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
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 ./tools/fastqc/test/ -ansi-log false
|
Loading…
Reference in a new issue