mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
37bf3936f3
* add decompress possibilities to bgzip * spacing
16 lines
657 B
YAML
16 lines
657 B
YAML
- name: tabix bgzip compress
|
|
command: nextflow run ./tests/modules/tabix/bgzip -entry test_tabix_bgzip_compress -c ./tests/config/nextflow.config -c ./tests/modules/tabix/bgzip/nextflow.config
|
|
tags:
|
|
- tabix
|
|
- tabix/bgzip
|
|
files:
|
|
- path: ./output/tabix/test.vcf.gz
|
|
md5sum: fc178eb342a91dc0d1d568601ad8f8e2
|
|
- name: tabix bgzip decompress
|
|
command: nextflow run ./tests/modules/tabix/bgzip -entry test_tabix_bgzip_decompress -c ./tests/config/nextflow.config -c ./tests/modules/tabix/bgzip/nextflow.config
|
|
tags:
|
|
- tabix
|
|
- tabix/bgzip
|
|
files:
|
|
- path: ./output/tabix/test.bed
|
|
md5sum: fe4053cf4de3aebbdfc3be2efb125a74
|