2021-02-03 16:02:58 +00:00
|
|
|
- name: cutadapt single-end
|
|
|
|
command: nextflow run ./tests/software/cutadapt -entry test_cutadapt_single_end -c tests/config/nextflow.config
|
2021-01-29 08:33:45 +00:00
|
|
|
tags:
|
|
|
|
- cutadapt
|
|
|
|
files:
|
|
|
|
- path: ./output/cutadapt/test.cutadapt.log
|
|
|
|
- path: ./output/cutadapt/test.trim.fastq.gz
|
|
|
|
|
2021-02-03 16:02:58 +00:00
|
|
|
- name: cutadapt paired-end
|
|
|
|
command: nextflow run ./tests/software/cutadapt -entry test_cutadapt_paired_end -c tests/config/nextflow.config
|
2021-01-29 08:33:45 +00:00
|
|
|
tags:
|
|
|
|
- cutadapt
|
|
|
|
files:
|
|
|
|
- path: ./output/cutadapt/test.cutadapt.log
|
|
|
|
- path: ./output/cutadapt/test_1.trim.fastq.gz
|
|
|
|
- path: ./output/cutadapt/test_2.trim.fastq.gz
|