mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
20 lines
792 B
YAML
20 lines
792 B
YAML
- name: samtools faidx test_samtools_faidx
|
|
command: nextflow run tests/modules/samtools/faidx -entry test_samtools_faidx -c tests/config/nextflow.config
|
|
tags:
|
|
- samtools
|
|
- samtools/faidx
|
|
files:
|
|
- path: output/samtools/genome.fasta.fai
|
|
md5sum: 9da2a56e2853dc8c0b86a9e7229c9fe5
|
|
- path: output/samtools/versions.yml
|
|
- name: samtools faidx test_samtools_faidx_bgzip
|
|
command: nextflow run tests/modules/samtools/faidx -entry test_samtools_faidx_bgzip -c tests/config/nextflow.config
|
|
tags:
|
|
- samtools
|
|
- samtools/faidx
|
|
files:
|
|
- path: output/samtools/genome.fasta.gz.fai
|
|
md5sum: 9da2a56e2853dc8c0b86a9e7229c9fe5
|
|
- path: output/samtools/genome.fasta.gz.gzi
|
|
md5sum: 7dea362b3fac8e00956a4952a3d4f474
|
|
- path: output/samtools/versions.yml
|