mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
22 lines
789 B
YAML
22 lines
789 B
YAML
|
- name: preseq lcextrap single-end
|
||
|
command: nextflow run ./tests/software/preseq -entry test_preseq_single_end -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- preseq
|
||
|
- preseq_lcextrap
|
||
|
- preseq_lcextrap_single_end
|
||
|
files:
|
||
|
- path: output/test_preseq_single_end/test.ccurve.txt
|
||
|
md5sum: 76ae04c8eaf19c94e3210bb69da38498
|
||
|
- path: output/test_preseq_single_end/test.command.log
|
||
|
|
||
|
- name: preseq lcextrap paired-end
|
||
|
command: nextflow run ./tests/software/preseq -entry test_preseq_paired_end -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- preseq
|
||
|
- preseq_lcextrap
|
||
|
- preseq_lcextrap_paired_end
|
||
|
files:
|
||
|
- path: output/test_preseq_paired_end/test.ccurve.txt
|
||
|
md5sum: 2836d2fabd2213f097fd7063db550276
|
||
|
- path: output/test_preseq_paired_end/test.command.log
|