mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
8656636f0d
* update for bcftools merge * Update modules/bcftools/merge/main.nf Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se> * Update modules/bcftools/merge/main.nf Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se> * updated test.yml * added the bed file to the main input tuple * merged all output into one output channel * added a test for bcf.gz output * Update modules/bcftools/merge/main.nf Co-authored-by: Matthias De Smet <11850640+matthdsm@users.noreply.github.com> * updated the tests Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se> Co-authored-by: Matthias De Smet <11850640+matthdsm@users.noreply.github.com>
35 lines
1.4 KiB
YAML
35 lines
1.4 KiB
YAML
- name: bcftools merge test_bcftools_merge
|
|
command: nextflow run ./tests/modules/bcftools/merge -entry test_bcftools_merge -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/merge/nextflow.config
|
|
tags:
|
|
- bcftools/merge
|
|
- bcftools
|
|
files:
|
|
- path: output/bcftools/test.vcf.gz
|
|
md5sum: 744b28bef1469aabdcfd354293ef725d
|
|
|
|
- name: bcftools merge test_bcftools_merge_bed
|
|
command: nextflow run ./tests/modules/bcftools/merge -entry test_bcftools_merge_bed -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/merge/nextflow.config
|
|
tags:
|
|
- bcftools/merge
|
|
- bcftools
|
|
files:
|
|
- path: output/bcftools/test.vcf.gz
|
|
md5sum: 9597e71ae1706f76f00707687be43240
|
|
|
|
- name: bcftools merge test_bcftools_merge_gvcf
|
|
command: nextflow run ./tests/modules/bcftools/merge -entry test_bcftools_merge_gvcf -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/merge/nextflow.config
|
|
tags:
|
|
- bcftools/merge
|
|
- bcftools
|
|
files:
|
|
- path: output/bcftools/test.vcf.gz
|
|
md5sum: 8aef4d860228cb651e0cb920376f5118
|
|
|
|
- name: bcftools merge test_bcftools_merge_bcf
|
|
command: nextflow run ./tests/modules/bcftools/merge -entry test_bcftools_merge_bcf -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/merge/nextflow.config
|
|
tags:
|
|
- bcftools/merge
|
|
- bcftools
|
|
files:
|
|
- path: output/bcftools/test.bcf.gz
|
|
md5sum: 3ca1ab0d9a6ede049c6eeadf88177eb9
|