mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
043a7d1e3c
* remove deprecated test tags * fix bowtie, gatk4/applybsqr * fix gatk4 baserecalibrator * fixed shovill * fixed yara/mapper * fixed kallistobustools/ref paths
16 lines
596 B
YAML
16 lines
596 B
YAML
- name: cutadapt single-end
|
|
command: nextflow run ./tests/software/cutadapt -entry test_cutadapt_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- cutadapt
|
|
files:
|
|
- path: ./output/cutadapt/test.cutadapt.log
|
|
- path: ./output/cutadapt/test.trim.fastq.gz
|
|
|
|
- name: cutadapt paired-end
|
|
command: nextflow run ./tests/software/cutadapt -entry test_cutadapt_paired_end -c tests/config/nextflow.config
|
|
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
|