mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
98642619bd
* Fixing test.yml * hmmbuild passing tests * Output meta * Linting problem * Linting problem again * Fix prettier * Update modules/hmmer/hmmbuild/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Fix missing prefix * Accept mxfile param * Output gzipped hmm * Moved input file for test to modules branch * Update modules/hmmer/hmmbuild/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Describe mxfile * Get LENG 80 check back Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
12 lines
410 B
YAML
12 lines
410 B
YAML
- name: hmmer hmmbuild test_hmmer_hmmbuild
|
|
command: nextflow run ./tests/modules/hmmer/hmmbuild -entry test_hmmer_hmmbuild -c ./tests/config/nextflow.config -c ./tests/modules/hmmer/hmmbuild/nextflow.config
|
|
tags:
|
|
- hmmer
|
|
- hmmer/hmmbuild
|
|
files:
|
|
- path: output/hmmer/PF14720.hmm.gz
|
|
contains:
|
|
- "LENG 80"
|
|
- path: output/hmmer/versions.yml
|
|
contains:
|
|
- "hmmer:"
|