mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
486eebfd29
* Add rgi database version to module as fixed within the container/environment * Remove check of the version file * Or rather check for existance of the versions file not contents * Delete main.nf Co-authored-by: Robert A. Petit III <robbie.petit@gmail.com>
10 lines
416 B
YAML
10 lines
416 B
YAML
- name: rgi main
|
|
command: nextflow run ./tests/modules/rgi/main -entry test_rgi_main -c ./tests/config/nextflow.config -c ./tests/modules/rgi/main/nextflow.config
|
|
tags:
|
|
- rgi
|
|
- rgi/main
|
|
files:
|
|
- path: output/rgi/test.json
|
|
contains: ["NZ_LS483480", "orf_end", "perc_identity", "Pulvomycin"]
|
|
- path: output/rgi/test.txt
|
|
contains: ["NZ_LS483480", "ORF_ID", "Model_type", "Pulvomycin"]
|