mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 06:03:10 +00:00
7bfbce94b0
* Added fq/lint module Additions: - fq/lint module, which checks paired end FASTQ files and confirms they are valid. Relates to #1967 * fq/lint linting * Correct Singularity image Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se> Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
18 lines
597 B
YAML
18 lines
597 B
YAML
- name: fq lint test_fq_lint_success
|
|
command: nextflow run ./tests/modules/fq/lint -entry test_fq_lint_success -c ./tests/config/nextflow.config -c ./tests/modules/fq/lint/nextflow.config
|
|
tags:
|
|
- fq
|
|
- fq/lint
|
|
files:
|
|
- path: output/fq/test.fq_lint.txt
|
|
contains:
|
|
- "fq-lint start"
|
|
- "read 100 records"
|
|
- "fq-lint end"
|
|
|
|
- name: fq lint test_fq_lint_fail
|
|
command: nextflow run ./tests/modules/fq/lint -entry test_fq_lint_fail -c ./tests/config/nextflow.config -c ./tests/modules/fq/lint/nextflow.config
|
|
tags:
|
|
- fq
|
|
- fq/lint
|
|
exit_code: 1
|