mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
2 tests
This commit is contained in:
parent
fa134a1196
commit
6fd86ad9e5
1 changed files with 7 additions and 2 deletions
9
.github/workflows/cutadapt.yml
vendored
9
.github/workflows/cutadapt.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue