Update test-datasets with msa data

This commit is contained in:
JoseEspinosa 2020-03-05 17:17:14 +01:00
parent f62fad63ca
commit 17ccbce67b

23
.github/workflows/tcoffee.yml vendored Normal file
View 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