mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 21:53:10 +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>
22 lines
804 B
YAML
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"
|