mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
18 lines
677 B
YAML
18 lines
677 B
YAML
|
- name: dragmap align single-end
|
||
|
command: nextflow run ./tests/modules/dragmap/align -entry test_dragmap_align_single_end -c ./tests/config/nextflow.config -c ./tests/modules/dragmap/align/nextflow.config
|
||
|
tags:
|
||
|
- dragmap
|
||
|
- dragmap/align
|
||
|
files:
|
||
|
- path: output/dragmap/test.bam
|
||
|
- path: output/dragmap/test.dragmap.log
|
||
|
|
||
|
- name: dragmap align paired-end
|
||
|
command: nextflow run ./tests/modules/dragmap/align -entry test_dragmap_align_paired_end -c ./tests/config/nextflow.config -c ./tests/modules/dragmap/align/nextflow.config
|
||
|
tags:
|
||
|
- dragmap
|
||
|
- dragmap/align
|
||
|
files:
|
||
|
- path: output/dragmap/test.bam
|
||
|
- path: output/dragmap/test.dragmap.log
|