nf-core_modules/tests/modules/diamond/blastx/test.yml
Mahwash Jamy 3531824af8
Update DIAMOND module to output log file (#1879)
* Update DIAMOND module to output log file

* Updating DIAMOND module to output log file - with jfy133 suggestions

Co-authored-by: Mahwash Jamy <mahwashjamy@n183-p186.eduroam.kth.se>
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
2022-07-14 16:18:28 +02:00

21 lines
903 B
YAML

- name: diamond blastx test_diamond_blastx
command: nextflow run ./tests/modules/diamond/blastx -entry test_diamond_blastx -c ./tests/config/nextflow.config -c ./tests/modules/diamond/blastx/nextflow.config
tags:
- diamond
- diamond/blastx
files:
- path: output/diamond/proteome.fasta.dmnd
- path: output/diamond/test.diamond_blastx.log
contains: ["queries aligned"]
- path: output/diamond/test.diamond_blastx.txt
- name: diamond blastx test_diamond_blastx_daa
command: nextflow run ./tests/modules/diamond/blastx -entry test_diamond_blastx_daa -c ./tests/config/nextflow.config -c ./tests/modules/diamond/blastx/nextflow.config
tags:
- diamond
- diamond/blastx
files:
- path: output/diamond/proteome.fasta.dmnd
- path: output/diamond/test.diamond_blastx.daa
- path: output/diamond/test.diamond_blastx.log
contains: ["queries aligned"]