nf-core_modules/tests/modules/seqtk/rename/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
599 B
YAML

- name: seqtk rename test_seqtk_rename
command: nextflow run tests/modules/seqtk/rename -entry test_seqtk_rename -c tests/config/nextflow.config
tags:
- seqtk
- seqtk/rename
files:
- path: output/seqtk/test.renamed.fasta.gz
contains:
- ">test1"
- name: seqtk rename test_seqtk_rename_fq
command: nextflow run tests/modules/seqtk/rename -entry test_seqtk_rename_fq -c tests/config/nextflow.config
tags:
- seqtk
- seqtk/rename
files:
- path: output/seqtk/test.renamed.fastq.gz
contains:
- "@test1"
- "@test2"
- "@test3"