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>
39 lines
1.4 KiB
YAML
39 lines
1.4 KiB
YAML
- name: bwa mem single-end
|
|
command: nextflow run ./tests/software/bwa/mem -entry test_bwa_mem_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- bwa
|
|
- bwa/mem
|
|
- bwa_mem_single_end
|
|
files:
|
|
- path: ./output/bwa/test.bam
|
|
md5sum: 9165508bf914baee0e6347711aa7b23a
|
|
- path: ./output/index/bwa/genome.bwt
|
|
md5sum: 0469c30a1e239dd08f68afe66fde99da
|
|
- path: ./output/index/bwa/genome.amb
|
|
md5sum: 3a68b8b2287e07dd3f5f95f4344ba76e
|
|
- path: ./output/index/bwa/genome.ann
|
|
md5sum: c32e11f6c859f166c7525a9c1d583567
|
|
- path: ./output/index/bwa/genome.pac
|
|
md5sum: 983e3d2cd6f36e2546e6d25a0da78d66
|
|
- path: ./output/index/bwa/genome.sa
|
|
md5sum: ab3952cabf026b48cd3eb5bccbb636d1
|
|
|
|
- name: bwa mem paired-end
|
|
command: nextflow run ./tests/software/bwa/mem -entry test_bwa_mem_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- bwa
|
|
- bwa/mem
|
|
- bwa_mem_paired_end
|
|
files:
|
|
- path: ./output/bwa/test.bam
|
|
md5sum: 670a53bddee62d6bd14ed7adaf103e7c
|
|
- path: ./output/index/bwa/genome.bwt
|
|
md5sum: 0469c30a1e239dd08f68afe66fde99da
|
|
- path: ./output/index/bwa/genome.amb
|
|
md5sum: 3a68b8b2287e07dd3f5f95f4344ba76e
|
|
- path: ./output/index/bwa/genome.ann
|
|
md5sum: c32e11f6c859f166c7525a9c1d583567
|
|
- path: ./output/index/bwa/genome.pac
|
|
md5sum: 983e3d2cd6f36e2546e6d25a0da78d66
|
|
- path: ./output/index/bwa/genome.sa
|
|
md5sum: ab3952cabf026b48cd3eb5bccbb636d1
|