mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
d1c6082a66
* Update HISAT2 build module * Bump preseq version * Fix tests * Add meta.yml for preseq to fix linting * Auto-detect --genomeSAindexNbases for smaller genomes * Add placeholder to use human data for the tests * Add CSI output option to samtools/index * Fix samtools/index tests
19 lines
677 B
YAML
19 lines
677 B
YAML
- name: preseq lcextrap single-end
|
|
command: nextflow run ./tests/software/preseq/lcextrap -entry test_preseq_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- preseq
|
|
- preseq/lcextrap
|
|
files:
|
|
- path: output/preseq/test.ccurve.txt
|
|
md5sum: 1fa5cdd601079329618f61660bee00de
|
|
- path: output/preseq/test.command.log
|
|
|
|
- name: preseq lcextrap paired-end
|
|
command: nextflow run ./tests/software/preseq/lcextrap -entry test_preseq_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- preseq
|
|
- preseq/lcextrap
|
|
files:
|
|
- path: output/preseq/test.ccurve.txt
|
|
md5sum: 10e5ea860e87fb6f5dc10f4f20c62040
|
|
- path: output/preseq/test.command.log
|