mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
4d89d6b2f0
* hifiasm copied from fastqc * hifiasm tests init from fastqc * meta.yml init; test.yml and main.nf for printing version * Add hifiasm version printing * Removed spaced on an empty line * Reverted hifiasm from main * Updated seacr callpeak to include a control threshold * Whitespace Co-authored-by: Sviatoslav Sidorov <sviatoslav.sidorov@crick.ac.uk> Co-authored-by: Svyatoslav Sidorov <svet.sidorov@gmail.com>
17 lines
No EOL
580 B
YAML
17 lines
No EOL
580 B
YAML
- name: seacr callpeak
|
|
command: nextflow run ./tests/modules/seacr/callpeak -entry test_seacr_callpeak -c tests/config/nextflow.config
|
|
tags:
|
|
- seacr
|
|
- seacr/callpeak
|
|
files:
|
|
- path: output/seacr/test_1.stringent.bed
|
|
md5sum: a3cb0c7c4ffa895788da3f0d6371b7df
|
|
|
|
- name: seacr callpeak threshold
|
|
command: nextflow run ./tests/modules/seacr/callpeak -entry test_seacr_callpeak_threshold -c tests/config/nextflow.config
|
|
tags:
|
|
- seacr
|
|
- seacr/callpeak
|
|
files:
|
|
- path: output/seacr/test_1.stringent.bed
|
|
md5sum: 1d23015c7087f7b48cc3139d53fd3463 |