mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
eb9178970f
* add bismark/align module * bismark/align: add tests * bismark/align: update meta.yml * bismark/align: skip checksum for alignment logs they contain timestamps * bismark/align: restore correct checksum caused some mixup in the last commit * bismark/align: add genome_preparation to filters * Fix conda version pin * change options to be a global var * remove params from meta.yml * add bismark/summary * remove md5sum check for bismark_summary_report.html it contains a timestamp * fix tests * update meta.yml * remove mysterious index files
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
|