mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-06 22:32:09 -05: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>
44 lines
1.8 KiB
YAML
44 lines
1.8 KiB
YAML
- name: bowtie align single-end
|
|
command: nextflow run ./tests/software/bowtie/align -entry test_bowtie_align_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- bowtie
|
|
- bowtie/align
|
|
- bowtie_align_single_end
|
|
files:
|
|
- path: ./output/bowtie/test.bam
|
|
- path: ./output/bowtie/test.out
|
|
md5sum: 4b9140ceadb8a18ae9330885370f8a0b
|
|
- path: ./output/index/bowtie/test_genome.3.ebwt
|
|
md5sum: 4ed93abba181d8dfab2e303e33114777
|
|
- path: ./output/index/bowtie/test_genome.2.ebwt
|
|
md5sum: 02b44af9f94c62ecd3c583048e25d4cf
|
|
- path: ./output/index/bowtie/test_genome.rev.2.ebwt
|
|
md5sum: 9e6b0c4c1ddb99ae71ff8a4fe5ec6459
|
|
- path: ./output/index/bowtie/test_genome.4.ebwt
|
|
md5sum: c25be5f8b0378abf7a58c8a880b87626
|
|
- path: ./output/index/bowtie/test_genome.rev.1.ebwt
|
|
md5sum: b37aaf11853e65a3b13561f27a912b06
|
|
- path: ./output/index/bowtie/test_genome.1.ebwt
|
|
md5sum: d9b76ecf9fd0413240173273b38d8199
|
|
|
|
- name: bowtie align paired-end
|
|
command: nextflow run ./tests/software/bowtie/align -entry test_bowtie_align_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- bowtie
|
|
- bowtie/align
|
|
- bowtie_align_paired_end
|
|
files:
|
|
- path: ./output/bowtie/test.bam
|
|
- path: ./output/bowtie/test.out
|
|
- path: ./output/index/bowtie/test_genome.3.ebwt
|
|
md5sum: 4ed93abba181d8dfab2e303e33114777
|
|
- path: ./output/index/bowtie/test_genome.2.ebwt
|
|
md5sum: 02b44af9f94c62ecd3c583048e25d4cf
|
|
- path: ./output/index/bowtie/test_genome.rev.2.ebwt
|
|
md5sum: 9e6b0c4c1ddb99ae71ff8a4fe5ec6459
|
|
- path: ./output/index/bowtie/test_genome.4.ebwt
|
|
md5sum: c25be5f8b0378abf7a58c8a880b87626
|
|
- path: ./output/index/bowtie/test_genome.rev.1.ebwt
|
|
md5sum: b37aaf11853e65a3b13561f27a912b06
|
|
- path: ./output/index/bowtie/test_genome.1.ebwt
|
|
md5sum: d9b76ecf9fd0413240173273b38d8199
|