mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
ee90e7af77
* Add default output dir for modules that create indices * Change path for index module test output * Fix bowtie2/align tests * Fixing bowtie/align tests * Fix genomegenerate test * Fixing README linting
16 lines
635 B
YAML
16 lines
635 B
YAML
- name: bwa index
|
|
command: nextflow run ./tests/software/bwa/index -entry test_bwa_index -c tests/config/nextflow.config
|
|
tags:
|
|
- bwa
|
|
- bwa_index
|
|
files:
|
|
- path: ./output/index/bwa/test_genome.bwt
|
|
md5sum: 0469c30a1e239dd08f68afe66fde99da
|
|
- path: ./output/index/bwa/test_genome.amb
|
|
md5sum: 3a68b8b2287e07dd3f5f95f4344ba76e
|
|
- path: ./output/index/bwa/test_genome.sa
|
|
md5sum: ab3952cabf026b48cd3eb5bccbb636d1
|
|
- path: ./output/index/bwa/test_genome.pac
|
|
md5sum: 983e3d2cd6f36e2546e6d25a0da78d66
|
|
- path: ./output/index/bwa/test_genome.ann
|
|
md5sum: c32e11f6c859f166c7525a9c1d583567
|