mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
57cb730e78
* Fix fasta ref option for TIDDIT_SV * Add md5sum's to tiddit/sv tests Co-authored-by: Daniel Cooke <dcooke@well.ox.ac.uk>
25 lines
967 B
YAML
25 lines
967 B
YAML
- name: tiddit sv
|
|
command: nextflow run ./tests/modules/tiddit/sv -entry test_tiddit_sv -c ./tests/config/nextflow.config -c ./tests/modules/tiddit/sv/nextflow.config
|
|
tags:
|
|
- tiddit
|
|
- tiddit/sv
|
|
files:
|
|
- path: output/tiddit/test.ploidy.tab
|
|
md5sum: 45e050b0e204f0a5a3a99627cc440eaa
|
|
- path: output/tiddit/test.signals.tab
|
|
md5sum: dab4b2fec4ddf8eb1c23005b0770150e
|
|
- path: output/tiddit/test.vcf
|
|
md5sum: bdce14ae8292bf3deb81f6f255baf859
|
|
|
|
- name: tiddit sv no ref
|
|
command: nextflow run ./tests/modules/tiddit/sv -entry test_tiddit_sv_no_ref -c ./tests/config/nextflow.config -c ./tests/modules/tiddit/sv/nextflow.config
|
|
tags:
|
|
- tiddit
|
|
- tiddit/sv
|
|
files:
|
|
- path: output/tiddit/test.ploidy.tab
|
|
md5sum: 45e050b0e204f0a5a3a99627cc440eaa
|
|
- path: output/tiddit/test.signals.tab
|
|
md5sum: dab4b2fec4ddf8eb1c23005b0770150e
|
|
- path: output/tiddit/test.vcf
|
|
md5sum: 3d0e83a8199b2bdb81cfe3e6b12bf64b
|