mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 13:43: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
737 B
YAML
21 lines
737 B
YAML
- name: seqtk mergepe test_seqtk_mergepe_single_end
|
|
command: nextflow run ./tests/modules/seqtk/mergepe -entry test_seqtk_mergepe_single_end -c ./tests/config/nextflow.config -c ./tests/modules/seqtk/mergepe/nextflow.config
|
|
tags:
|
|
- seqtk/mergepe
|
|
- seqtk
|
|
files:
|
|
- path: output/seqtk/test.processed.fastq.gz
|
|
contains:
|
|
- "@"
|
|
- "+"
|
|
|
|
- name: seqtk mergepe test_seqtk_mergepe_paired_end
|
|
command: nextflow run ./tests/modules/seqtk/mergepe -entry test_seqtk_mergepe_paired_end -c ./tests/config/nextflow.config -c ./tests/modules/seqtk/mergepe/nextflow.config
|
|
tags:
|
|
- seqtk/mergepe
|
|
- seqtk
|
|
files:
|
|
- path: output/seqtk/test.processed.fastq.gz
|
|
contains:
|
|
- "@"
|
|
- "+"
|