nf-core_modules/tests/modules/bwameth/align/test.yml

17 lines
528 B
YAML
Raw Normal View History

2021-02-17 17:23:11 +00:00
- name: Run bwameth single-end test workflow
command: nextflow run ./tests/modules/bwameth/align -entry test_bwameth_align_single_end -c tests/config/nextflow.config
2021-02-17 17:23:11 +00:00
tags:
- bwameth
- bwameth/align
2021-02-17 17:23:11 +00:00
files:
- path: output/test_single_end/test.bam
- name: Run bwameth paired-end test workflow
command: nextflow run ./tests/modules/bwameth/align -entry test_bwameth_align_paired_end -c tests/config/nextflow.config
2021-02-17 17:23:11 +00:00
tags:
- bwameth
- bwameth/align
2021-02-17 17:23:11 +00:00
files:
- path: output/test_paired_end/test.bam