2021-01-29 08:33:45 +00:00
|
|
|
- name: Run cutadapt single-end test workflow
|
2021-02-02 21:30:59 +00:00
|
|
|
command: nextflow run ./tests/software/cutadapt -entry test_cutadapt_se -c tests/config/nextflow.config
|
2021-01-29 08:33:45 +00:00
|
|
|
tags:
|
|
|
|
- cutadapt
|
|
|
|
- cutadapt_se
|
|
|
|
files:
|
|
|
|
- path: ./output/cutadapt/test.cutadapt.log
|
|
|
|
- path: ./output/cutadapt/test.trim.fastq.gz
|
|
|
|
|
|
|
|
- name: Run cutadapt paired-end test workflow
|
2021-02-02 21:30:59 +00:00
|
|
|
command: nextflow run ./tests/software/cutadapt -entry test_cutadapt_pe -c tests/config/nextflow.config
|
2021-01-29 08:33:45 +00:00
|
|
|
tags:
|
|
|
|
- cutadapt
|
|
|
|
- cutadapt_pe
|
|
|
|
files:
|
|
|
|
- path: ./output/cutadapt/test.cutadapt.log
|
|
|
|
- path: ./output/cutadapt/test_1.trim.fastq.gz
|
|
|
|
- path: ./output/cutadapt/test_2.trim.fastq.gz
|