mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
9bda3dc7f0
* create pear module * add command and tests * remove md5sum from known empty file * add force -f to gzip and gunzip to avoid problems with symbolic links * apply suggestions from review
12 lines
560 B
YAML
12 lines
560 B
YAML
- name: pear test_pear
|
|
command: nextflow run ./tests/modules/pear -entry test_pear -c ./tests/config/nextflow.config -c ./tests/modules/pear/nextflow.config
|
|
tags:
|
|
- pear
|
|
files:
|
|
- path: output/pear/test.assembled.fastq.gz
|
|
md5sum: d02799ee04909655e7be5c9161c876b2
|
|
- path: output/pear/test.discarded.fastq.gz # Known empty file
|
|
- path: output/pear/test.unassembled.forward.fastq.gz
|
|
md5sum: 2e35f09a6abbb4559127c512f5652e7e
|
|
- path: output/pear/test.unassembled.reverse.fastq.gz
|
|
md5sum: 6e1c73c502230869c21b03a41faddafb
|