mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
b5e3d16d80
* Created hmmer/eslalimask from template * esl-alimask module with --rf-is-mask test case * Add optional file output * Add hmmer to test name * Move from process_single to process_low * Test for versions.yml, plus content * Prettier * Avoid gzipping input alignment * meta.id to prefix * Fix version string so it's from *this* tool
13 lines
480 B
YAML
13 lines
480 B
YAML
- name: hmmer eslalimask test_hmmer_rfmask
|
|
command: nextflow run ./tests/modules/hmmer/eslalimask -entry test_hmmer_rfmask -c ./tests/config/nextflow.config -c ./tests/modules/hmmer/eslalimask/nextflow.config
|
|
tags:
|
|
- hmmer
|
|
- hmmer/eslalimask
|
|
files:
|
|
- path: output/rfmask/test.masked.sthlm.gz
|
|
contains:
|
|
- "GS CP025268.1:223601-225154 DE Escherichia coli"
|
|
- "=GC RF"
|
|
- path: output/rfmask/versions.yml
|
|
contains:
|
|
- "easel:"
|