nf-core_modules/tests/software/tiddit/sv/test.yml
Edmund Miller a3684d9594
Lint modules ci (#389)
* ci: Add modules lint step

Moved it ahead of the nextflow install so ideally it'll fail before we
bother doing any more setup

* ci: _ => /

* Update tests/config/pytest_software.yml

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-04-08 09:10:52 +01:00

27 lines
851 B
YAML

- name: tiddit sv
command: nextflow run ./tests/software/tiddit/sv -entry test_tiddit_sv -c tests/config/nextflow.config
tags:
- tiddit
- tiddit/sv
- vcf
files:
- path: output/tiddit/test.ploidy.tab
md5sum: 45e050b0e204f0a5a3a99627cc440eaa
- path: output/tiddit/test.signals.tab
md5sum: 25408a43dbdd01c08e33a6d670f2bb84
- path: output/tiddit/test.vcf
should_exist: true
- name: tiddit sv no ref
command: nextflow run ./tests/software/tiddit/sv -entry test_tiddit_sv_no_ref -c tests/config/nextflow.config
tags:
- tiddit
- tiddit/sv
- vcf
files:
- path: output/tiddit/test.ploidy.tab
md5sum: 45e050b0e204f0a5a3a99627cc440eaa
- path: output/tiddit/test.signals.tab
md5sum: 25408a43dbdd01c08e33a6d670f2bb84
- path: output/tiddit/test.vcf
should_exist: true