mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 21:53:10 +00:00
1f483d9203
* Added kaiju_kaiju module * Update modules/kaiju/kaiju/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/kaiju/kaiju/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/kaiju/kaiju/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update keywords Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update output file naming * Update output file naming * update spacing for lint * Update input file patterns Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
21 lines
765 B
YAML
21 lines
765 B
YAML
- name: kaiju kaiju test_kaiju_kaiju_single_end
|
|
command: nextflow run tests/modules/kaiju/kaiju -entry test_kaiju_kaiju_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- kaiju/kaiju
|
|
- kaiju
|
|
files:
|
|
- path: output/kaiju/test.tsv
|
|
contains: ["C\tERR5069949.2257580\t2697049"]
|
|
- path: output/kaiju/versions.yml
|
|
md5sum: 7e218c0ea00a71dd3a5ec5aaf28804f4
|
|
|
|
- name: kaiju kaiju test_kaiju_kaiju_paired_end
|
|
command: nextflow run tests/modules/kaiju/kaiju -entry test_kaiju_kaiju_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- kaiju/kaiju
|
|
- kaiju
|
|
files:
|
|
- path: output/kaiju/test.tsv
|
|
contains: ["C\tERR5069949.2257580\t2697049"]
|
|
- path: output/kaiju/versions.yml
|
|
md5sum: a74215f6f69979ae046fb1d65c56ac67
|