From 17ccbce67b0eda05cd765d2c3f562378f84220d8 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Thu, 5 Mar 2020 17:17:14 +0100 Subject: [PATCH] Update test-datasets with msa data --- .github/workflows/tcoffee.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/tcoffee.yml diff --git a/.github/workflows/tcoffee.yml b/.github/workflows/tcoffee.yml new file mode 100644 index 00000000..9cfcfa55 --- /dev/null +++ b/.github/workflows/tcoffee.yml @@ -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