mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
a3684d9594
* ci: Add modules lint step Moved it ahead of the nextflow install so ideally it'll fail before we bother doing any more setup * ci: _ => / * Update tests/config/pytest_software.yml Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
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
|