nf-core_modules/tests/modules/seqtk/sample/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

22 lines
804 B
YAML

- name: seqtk sample test_seqtk_sample_single_end
command: nextflow run ./tests/modules/seqtk/sample -entry test_seqtk_sample_single_end -c ./tests/config/nextflow.config -c ./tests/modules/seqtk/sample/nextflow.config
tags:
- seqtk
- seqtk/sample
files:
- path: output/seqtk/test.sampled.fastq.gz
contains:
- "@ERR5069949"
- name: seqtk sample test_seqtk_sample_paired_end
command: nextflow run ./tests/modules/seqtk/sample -entry test_seqtk_sample_paired_end -c ./tests/config/nextflow.config -c ./tests/modules/seqtk/sample/nextflow.config
tags:
- seqtk
- seqtk/sample
files:
- path: output/seqtk/test.sampled_1.fastq.gz
contains:
- "@ERR5069949"
- path: output/seqtk/test.sampled_2.fastq.gz
contains:
- "@ERR5069949"