mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
1d668eefa2
* Update seqwish to version 0.7.2 * seqwish can work with a comma-separated list of PAFs * level with nf-core/modules master branch * update seqwish/induce to v0.7.6 * add pangenome test data * test seqwish/induce v0.7.6 with pangenomics test data * we already have pointed to the pangenomics test data sets * update paths to test data * add path to bgzipped fa, gzi, fai * remove one tab * remove one tab * actually execute the 2nd test * try to fix versions.yml * pangenomic tests can be run in their own subworkflow * maybe the csv input is the problem * remove space as suggested by Rike * csv input was not the problem * update test.yml * typo * enable pangenome tests * add md5sum for pangenomic test * Update tests/modules/seqwish/induce/test.yml Co-authored-by: Gisela Gabernet <gisela.gabernet@gmail.com> * PAF input is a list of files * beautify comment Co-authored-by: Michael L Heuer <heuermh@acm.org> Co-authored-by: Gisela Gabernet <gisela.gabernet@gmail.com> Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
17 lines
697 B
YAML
17 lines
697 B
YAML
- name: seqwish induce transcriptome
|
|
command: nextflow run ./tests/modules/seqwish/induce -entry test_seqwish_induce_transcriptome -c ./tests/config/nextflow.config -c ./tests/modules/seqwish/induce/nextflow.config
|
|
tags:
|
|
- seqwish
|
|
- seqwish/induce
|
|
files:
|
|
- path: output/seqwish/test.gfa
|
|
md5sum: 216a02d3aca322a457c31a62c628548e
|
|
|
|
- name: seqwish induce pangenome
|
|
command: nextflow run ./tests/modules/seqwish/induce -entry test_seqwish_induce_pangenome -c ./tests/config/nextflow.config -c ./tests/modules/seqwish/induce/nextflow.config
|
|
tags:
|
|
- seqwish
|
|
- seqwish/induce
|
|
files:
|
|
- path: output/seqwish/test.gfa
|
|
md5sum: a73e998dc13a75d86d4685b12625d784
|