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
9 lines
425 B
YAML
9 lines
425 B
YAML
- name: Run bismark deduplicate test workflow
|
|
command: nextflow run ./tests/software/bismark/deduplicate -entry test_bismark_deduplicate -c tests/config/nextflow.config
|
|
tags:
|
|
- bismark
|
|
- bismark_deduplicate
|
|
files:
|
|
- path: output/bismark/test_methylated_paired_end.deduplicated.bam
|
|
- path: output/bismark/test_methylated_paired_end.deduplication_report.txt
|
|
md5sum: 3876d694f10c58f47e380ba8476a356b
|