mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
3c5492b4a3
* Fix outstanding tests * Fix more version commands * Fix remaining modules
16 lines
516 B
YAML
16 lines
516 B
YAML
- name: bwameth align single-end test workflow
|
|
command: nextflow run ./tests/modules/bwameth/align -entry test_bwameth_align_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- bwameth
|
|
- bwameth/align
|
|
files:
|
|
- path: output/bwameth/test.bam
|
|
|
|
- name: bwameth align paired-end test workflow
|
|
command: nextflow run ./tests/modules/bwameth/align -entry test_bwameth_align_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- bwameth
|
|
- bwameth/align
|
|
files:
|
|
- path: output/bwameth/test.bam
|
|
|