mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 13:23:09 +00:00
a3684d9594
* 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>
18 lines
651 B
YAML
18 lines
651 B
YAML
- name: gatk4 mergevcfs test_gatk4_mergevcfs
|
|
command: nextflow run tests/software/gatk4/mergevcfs -entry test_gatk4_mergevcfs -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4/mergevcfs
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.merged.vcf.gz
|
|
md5sum: ff48f175e26db2d4b2957762f6d1c715
|
|
|
|
- name: gatk4 mergevcfs test_gatk4_mergevcfs_refdict
|
|
command: nextflow run tests/software/gatk4/mergevcfs -entry test_gatk4_mergevcfs_refdict -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4/mergevcfs
|
|
- gatk4
|
|
- gatk4/mergevcfs_refdict
|
|
files:
|
|
- path: output/gatk4/test.merged.vcf.gz
|
|
md5sum: ff48f175e26db2d4b2957762f6d1c715
|