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
368 B
YAML
9 lines
368 B
YAML
- name: Run bismark summary test workflow
|
|
command: nextflow run ./tests/software/bismark/summary -entry test_bismark_summary -c tests/config/nextflow.config
|
|
tags:
|
|
- bismark
|
|
- bismark/summary
|
|
files:
|
|
- path: output/bismark/bismark_summary_report.html
|
|
- path: output/bismark/bismark_summary_report.txt
|
|
md5sum: 06fc717e81b3f8f0d6e279d572f407f6
|