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>
21 lines
599 B
YAML
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"
|