nf-core_modules/tests/modules/seqtk/mergepe/test.yml
James A. Fellows Yates 90aef30f43
Set process label to process_single for modules with no task.cpus usage (#2076)
* Set process label to `process_single` for modules with no `task.cpus` usage

* Fix tests of 'borked' modules

* prettier

* More modules are single-threaded and can use process_single

* Adding process_single to hmmer/esl* modules

* Fix failing tests

* Prettier

Co-authored-by: Matthieu Muffato <mm49@sanger.ac.uk>
Co-authored-by: Daniel Lundin <erik.rikard.daniel@gmail.com>
2022-09-19 11:54:47 +02:00

21 lines
737 B
YAML

- name: seqtk mergepe test_seqtk_mergepe_single_end
command: nextflow run ./tests/modules/seqtk/mergepe -entry test_seqtk_mergepe_single_end -c ./tests/config/nextflow.config -c ./tests/modules/seqtk/mergepe/nextflow.config
tags:
- seqtk/mergepe
- seqtk
files:
- path: output/seqtk/test.processed.fastq.gz
contains:
- "@"
- "+"
- name: seqtk mergepe test_seqtk_mergepe_paired_end
command: nextflow run ./tests/modules/seqtk/mergepe -entry test_seqtk_mergepe_paired_end -c ./tests/config/nextflow.config -c ./tests/modules/seqtk/mergepe/nextflow.config
tags:
- seqtk/mergepe
- seqtk
files:
- path: output/seqtk/test.processed.fastq.gz
contains:
- "@"
- "+"