nf-core_modules/tests/modules/entrezdirect/esummary/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

26 lines
1.2 KiB
YAML

- name: entrezdirect esummary test_entrezdirect_esummary_sra
command: nextflow run ./tests/modules/entrezdirect/esummary -entry test_entrezdirect_esummary_sra -c ./tests/config/nextflow.config -c ./tests/modules/entrezdirect/esummary/nextflow.config
tags:
- entrezdirect
- entrezdirect/esummary
files:
- path: output/entrezdirect/test_sra.xml
contains: ["WGS of ornithorhynchus anatinus"]
- name: entrezdirect esummary test_entrezdirect_esummary_genome
command: nextflow run ./tests/modules/entrezdirect/esummary -entry test_entrezdirect_esummary_genome -c ./tests/config/nextflow.config -c ./tests/modules/entrezdirect/esummary/nextflow.config
tags:
- entrezdirect
- entrezdirect/esummary
files:
- path: output/entrezdirect/test_genome.xml
contains: ["Hypsibius dujardini"]
- name: entrezdirect esummary test_entrezdirect_esummary_assembly
command: nextflow run ./tests/modules/entrezdirect/esummary -entry test_entrezdirect_esummary_assembly -c ./tests/config/nextflow.config -c ./tests/modules/entrezdirect/esummary/nextflow.config
tags:
- entrezdirect
- entrezdirect/esummary
files:
- path: output/entrezdirect/test_assembly.xml
contains: ["ContigN50"]