mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 13:23:09 +00:00
15 lines
610 B
YAML
15 lines
610 B
YAML
- name: samtools merge test_samtools_merge
|
|
command: nextflow run ./tests/modules/samtools/merge -entry test_samtools_merge -c ./tests/config/nextflow.config -c ./tests/modules/samtools/merge/nextflow.config
|
|
tags:
|
|
- samtools
|
|
- samtools/merge
|
|
files:
|
|
- path: output/samtools/test.bam
|
|
|
|
- name: samtools merge test_samtools_merge_cram
|
|
command: nextflow run ./tests/modules/samtools/merge -entry test_samtools_merge_cram -c ./tests/config/nextflow.config -c ./tests/modules/samtools/merge/nextflow.config
|
|
tags:
|
|
- samtools
|
|
- samtools/merge
|
|
files:
|
|
- path: output/samtools/test.cram
|