2022-04-29 08:26:17 +00:00
|
|
|
- name: diamond blastx test_diamond_blastx
|
2022-07-14 14:18:28 +00:00
|
|
|
command: nextflow run ./tests/modules/diamond/blastx -entry test_diamond_blastx -c ./tests/config/nextflow.config -c ./tests/modules/diamond/blastx/nextflow.config
|
2021-09-23 08:13:04 +00:00
|
|
|
tags:
|
2022-02-15 11:15:27 +00:00
|
|
|
- diamond
|
|
|
|
- diamond/blastx
|
2021-09-23 08:13:04 +00:00
|
|
|
files:
|
2022-07-14 14:18:28 +00:00
|
|
|
- path: output/diamond/proteome.fasta.dmnd
|
|
|
|
- path: output/diamond/test.diamond_blastx.log
|
|
|
|
contains: ["queries aligned"]
|
2022-04-29 08:26:17 +00:00
|
|
|
- path: output/diamond/test.diamond_blastx.txt
|
|
|
|
|
|
|
|
- name: diamond blastx test_diamond_blastx_daa
|
2022-07-14 14:18:28 +00:00
|
|
|
command: nextflow run ./tests/modules/diamond/blastx -entry test_diamond_blastx_daa -c ./tests/config/nextflow.config -c ./tests/modules/diamond/blastx/nextflow.config
|
2022-04-29 08:26:17 +00:00
|
|
|
tags:
|
|
|
|
- diamond
|
|
|
|
- diamond/blastx
|
|
|
|
files:
|
2022-07-14 14:18:28 +00:00
|
|
|
- path: output/diamond/proteome.fasta.dmnd
|
2022-04-29 08:26:17 +00:00
|
|
|
- path: output/diamond/test.diamond_blastx.daa
|
2022-07-14 14:18:28 +00:00
|
|
|
- path: output/diamond/test.diamond_blastx.log
|
|
|
|
contains: ["queries aligned"]
|