nf-core_modules/tests/software/fastqc/test.yml
Kevin Menden 043a7d1e3c
remove deprecated test tags (#440)
* remove deprecated test tags

* fix bowtie, gatk4/applybsqr

* fix gatk4 baserecalibrator

* fixed shovill

* fixed yara/mapper

* fixed kallistobustools/ref paths
2021-04-13 18:03:09 +01:00

17 lines
610 B
YAML

- name: fastqc single-end
command: nextflow run ./tests/software/fastqc/ -entry test_fastqc_single_end -c tests/config/nextflow.config
tags:
- fastqc
files:
- path: ./output/fastqc/test_fastqc.html
- path: ./output/fastqc/test_fastqc.zip
- name: fastqc paired-end
command: nextflow run ./tests/software/fastqc/ -entry test_fastqc_paired_end -c tests/config/nextflow.config
tags:
- fastqc
files:
- path: ./output/fastqc/test_1_fastqc.html
- path: ./output/fastqc/test_2_fastqc.html
- path: ./output/fastqc/test_2_fastqc.zip
- path: ./output/fastqc/test_1_fastqc.zip