mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
b5825fe6b3
* Mpileup also likes intervals * Also update meta yml with inclusive input and intervals Co-authored-by: Sateesh Peri <33637490+sateeshperi@users.noreply.github.com> Co-authored-by: Maxime U. Garcia <max.u.garcia@gmail.com>
21 lines
809 B
YAML
21 lines
809 B
YAML
- name: samtools mpileup test_samtools_mpileup
|
|
command: nextflow run tests/modules/samtools/mpileup -entry test_samtools_mpileup -c tests/config/nextflow.config
|
|
tags:
|
|
- samtools
|
|
- samtools/mpileup
|
|
files:
|
|
- path: output/samtools/test.mpileup
|
|
md5sum: 958e6bead4103d72026f80153b6b5150
|
|
- path: output/samtools/versions.yml
|
|
md5sum: 26350e1e145451f0b807911db029861e
|
|
|
|
- name: samtools mpileup test_samtools_mpileup_intervals
|
|
command: nextflow run tests/modules/samtools/mpileup -entry test_samtools_mpileup_intervals -c tests/config/nextflow.config
|
|
tags:
|
|
- samtools
|
|
- samtools/mpileup
|
|
files:
|
|
- path: output/samtools/test.mpileup
|
|
md5sum: 958e6bead4103d72026f80153b6b5150
|
|
- path: output/samtools/versions.yml
|
|
md5sum: 11d8118a558efb9db6798453862d719c
|