mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-10 15:49:37 -05:00
27 lines
856 B
YAML
27 lines
856 B
YAML
- name: htslib tabix bed
|
|
command: nextflow run ./tests/software/htslib/tabix -entry test_htslib_tabix_bed -c tests/config/nextflow.config
|
|
tags:
|
|
- htslib
|
|
- htslib_tabix
|
|
- bed
|
|
files:
|
|
- path: output/tabix/B.bed.gz.tbi
|
|
md5sum: 6d657159c283200109f2ed082296f853
|
|
- name: htslib tabix gff
|
|
command: nextflow run ./tests/software/htslib/tabix -entry test_htslib_tabix_gff -c tests/config/nextflow.config
|
|
tags:
|
|
- htslib
|
|
- htslib_tabix
|
|
- gff
|
|
files:
|
|
- path: output/tabix/a.gff3.gz.tbi
|
|
md5sum: 77f666b63da45c6af8a394ab5642602e
|
|
- name: htslib tabix vcf
|
|
command: nextflow run ./tests/software/htslib/tabix -entry test_htslib_tabix_vcf -c tests/config/nextflow.config
|
|
tags:
|
|
- htslib
|
|
- htslib_tabix
|
|
- vcf
|
|
files:
|
|
- path: output/tabix/test.vcf.gz.tbi
|
|
md5sum: a03f56d3e968f32256ffb9f6b7d01812
|