mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
572abb00b3
* Remove def from module options definition in main * Fix bismark_deduplicate tests * Fix bwameth_align tests * Fixing gatk4 conda tests ("=" instead of ':' in build id) * Same as previous commit (Fix gatk4 test) * Fix qualimap bamqc test (no md5 check for pngs) * Fix seqkit split2 tests. Changed to new test data * Fix samtools tests. Some were missing initOptions include * Removing TOOL SUBTOOL template module since now it is included on tools repo
16 lines
530 B
YAML
16 lines
530 B
YAML
- name: Run bwameth single-end test workflow
|
|
command: nextflow run ./tests/software/bwameth/align -entry test_bwameth_align_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- bwameth
|
|
- bwameth_align
|
|
files:
|
|
- path: output/test_single_end/test.bam
|
|
|
|
- name: Run bwameth paired-end test workflow
|
|
command: nextflow run ./tests/software/bwameth/align -entry test_bwameth_align_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- bwameth
|
|
- bwameth_align
|
|
files:
|
|
- path: output/test_paired_end/test.bam
|
|
|