mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-05 05:52:07 -05:00
292e8eceb9
* Specify more guidelines on input channels * Linting * Updates based on code review * Update README.md * Fix broken sentence * Add MALT with incomplete tests * Parameter typo fix * Clean up test yaml * Finish MALT module prior UNZIP and MALT_BUILD modiules * Add required modules for tests * Sync test out with malt-build * Fix input parameters in tests based on final build module * Update modules/malt/run/meta.yml Co-authored-by: Gregor Sturm <mail@gregor-sturm.de> Co-authored-by: Gregor Sturm <mail@gregor-sturm.de>
11 lines
364 B
YAML
11 lines
364 B
YAML
## TODO nf-core: Please run the following command to build this file:
|
|
# nf-core modules create-test-yml malt/run
|
|
- name: malt run
|
|
command: nextflow run ./tests/modules/malt/run -entry test_malt_run -c tests/config/nextflow.config
|
|
tags:
|
|
- malt
|
|
- malt/run
|
|
files:
|
|
- path: output/malt/test_1.rma6
|
|
- path: output/malt/malt-run.log
|
|
|