2022-04-29 10:26:17 +02:00
|
|
|
- name: diamond blastx test_diamond_blastx
|
2022-07-14 16:18:28 +02: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 01:13:04 -07:00
|
|
|
tags:
|
2022-02-15 12:15:27 +01:00
|
|
|
- diamond
|
|
|
|
- diamond/blastx
|
2021-09-23 01:13:04 -07:00
|
|
|
files:
|
2022-07-14 16:18:28 +02:00
|
|
|
- path: output/diamond/proteome.fasta.dmnd
|
|
|
|
- path: output/diamond/test.diamond_blastx.log
|
|
|
|
contains: ["queries aligned"]
|
2022-04-29 10:26:17 +02:00
|
|
|
- path: output/diamond/test.diamond_blastx.txt
|
|
|
|
|
|
|
|
- name: diamond blastx test_diamond_blastx_daa
|
2022-07-14 16:18:28 +02: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 10:26:17 +02:00
|
|
|
tags:
|
|
|
|
- diamond
|
|
|
|
- diamond/blastx
|
|
|
|
files:
|
2022-07-14 16:18:28 +02:00
|
|
|
- path: output/diamond/proteome.fasta.dmnd
|
2022-04-29 10:26:17 +02:00
|
|
|
- path: output/diamond/test.diamond_blastx.daa
|
2022-07-14 16:18:28 +02:00
|
|
|
- path: output/diamond/test.diamond_blastx.log
|
|
|
|
contains: ["queries aligned"]
|