mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
7111e571cc
* fix(preseq): Update lcextrap file name * chore(preseq): Bump lcextrap image * feat: Initialize preseq c_curve * docs(preseq): Update documentation
19 lines
781 B
YAML
19 lines
781 B
YAML
- name: preseq ccurve single-end
|
|
command: nextflow run ./tests/modules/preseq/ccurve -entry test_preseq_ccurve_single_end -c ./tests/config/nextflow.config -c ./tests/modules/preseq/ccurve/nextflow.config
|
|
tags:
|
|
- preseq
|
|
- preseq/ccurve
|
|
files:
|
|
- path: output/preseq/test.c_curve.txt
|
|
md5sum: cf4743abdd355595d6ec1fb3f38e66e5
|
|
- path: output/preseq/test.command.log
|
|
|
|
- name: preseq ccurve paired-end
|
|
command: nextflow run ./tests/modules/preseq/ccurve -entry test_preseq_ccurve_paired_end -c ./tests/config/nextflow.config -c ./tests/modules/preseq/ccurve/nextflow.config
|
|
tags:
|
|
- preseq
|
|
- preseq/ccurve
|
|
files:
|
|
- path: output/preseq/test.c_curve.txt
|
|
md5sum: cf4743abdd355595d6ec1fb3f38e66e5
|
|
- path: output/preseq/test.command.log
|