This commit is contained in:
Piotr Faba 2020-03-06 14:56:33 +00:00
parent fa134a1196
commit 6fd86ad9e5

View file

@ -23,7 +23,12 @@ jobs:
wget -qO- get.nextflow.io | bash wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/ sudo mv nextflow /usr/local/bin/
# Test the module - name: Test module with paired-end data
- run: | run: |
cd tools/cutadapt/test_paired/ cd tools/cutadapt/test_paired/
nextflow run . -ansi-log false nextflow run . -ansi-log false
- name: Test module with single-end data
run: |
cd tools/cutadapt/test_single/
nextflow run . -ansi-log false