mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13: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
637 B
YAML
18 lines
637 B
YAML
- name: gatk4 applybqsr test_gatk4_applybqsr
|
|
command: nextflow run tests/software/gatk4/applybqsr -entry test_gatk4_applybqsr -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4
|
|
- gatk4/applybqsr
|
|
files:
|
|
- path: output/gatk4/test.bam
|
|
md5sum: 139a5ffc7601ce3cfa7a896cd381542a
|
|
|
|
- name: gatk4 applybqsr test_gatk4_applybqsr_intervals
|
|
command: nextflow run tests/software/gatk4/applybqsr -entry test_gatk4_applybqsr_intervals -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4
|
|
- gatk4/applybqsr/intervals
|
|
- gatk4/applybqsr
|
|
files:
|
|
- path: output/gatk4/test.bam
|
|
md5sum: 5b1f6fa2525124c281f71e5a76d28482
|