mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43: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>
30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
- name: ivar variants no gff no mpileup
|
|
command: nextflow run ./tests/software/ivar/variants -entry test_ivar_variants_no_gff_no_mpileup -c tests/config/nextflow.config
|
|
tags:
|
|
- ivar
|
|
- ivar/variants
|
|
files:
|
|
- path: output/ivar/test.tsv
|
|
md5sum: 728f1430f2402861396d9953465ac706
|
|
|
|
- name: ivar variants no gff with mpileup
|
|
command: nextflow run ./tests/software/ivar/variants -entry test_ivar_variants_no_gff_with_mpileup -c tests/config/nextflow.config --save_mpileup
|
|
tags:
|
|
- ivar
|
|
- ivar/variants
|
|
files:
|
|
- path: output/ivar/test.tsv
|
|
md5sum: 728f1430f2402861396d9953465ac706
|
|
- path: output/ivar/test.mpileup
|
|
md5sum: 56c4cd5a4ecb7d6364878818f46ae256
|
|
|
|
- name: ivar variants with gff with mpileup
|
|
command: nextflow run ./tests/software/ivar/variants -entry test_ivar_variants_with_gff_with_mpileup -c tests/config/nextflow.config --gff tests/data/gff/sarscov2/MN908947.3.gff3 --save_mpileup
|
|
tags:
|
|
- ivar
|
|
- ivar/variants
|
|
files:
|
|
- path: output/ivar/test.tsv
|
|
md5sum: 7b59146132a60da58444bebffc3c2577
|
|
- path: output/ivar/test.mpileup
|
|
md5sum: 56c4cd5a4ecb7d6364878818f46ae256
|