mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
3531824af8
* 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>
21 lines
903 B
YAML
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"]
|