mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
90aef30f43
* 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>
17 lines
819 B
YAML
17 lines
819 B
YAML
- name: entrezdirect xtract test_entrezdirect_xtract_assembly
|
|
command: nextflow run ./tests/modules/entrezdirect/xtract -entry test_entrezdirect_xtract_assembly -c ./tests/config/nextflow.config -c ./tests/modules/entrezdirect/xtract/nextflow.config
|
|
tags:
|
|
- entrezdirect
|
|
- entrezdirect/xtract
|
|
files:
|
|
- path: output/entrezdirect/test_assembly.txt
|
|
md5sum: 17073db7c14890aef30f5e3f2d003d32
|
|
|
|
- name: entrezdirect xtract test_entrezdirect_xtract_genome
|
|
command: nextflow run ./tests/modules/entrezdirect/xtract -entry test_entrezdirect_xtract_genome -c ./tests/config/nextflow.config -c ./tests/modules/entrezdirect/xtract/nextflow.config
|
|
tags:
|
|
- entrezdirect
|
|
- entrezdirect/xtract
|
|
files:
|
|
- path: output/entrezdirect/test_genome.txt
|
|
md5sum: 931279db7c80c5bb9ed523815898a9cd
|