mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
19 lines
659 B
YAML
19 lines
659 B
YAML
- name: minimap2 align single-end
|
|
command: nextflow run ./tests/software/minimap2/align -entry test_minimap2_align_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- minimap2
|
|
- minimap2_align
|
|
- minimap2_align_single_end
|
|
files:
|
|
- path: output/minimap2/test.paf
|
|
md5sum: f92567a67adb0563bd6ff9ed97877be9
|
|
|
|
- name: minimap2 align paired-end
|
|
command: nextflow run ./tests/software/minimap2/align -entry test_minimap2_align_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- minimap2
|
|
- minimap2_align
|
|
- minimap2_align_paired_end
|
|
files:
|
|
- path: output/minimap2/test.paf
|
|
md5sum: b57e4009b113dcd48755cb713f613942
|