mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Update RGI: add database version reporting to module (#1824)
* 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>
This commit is contained in:
parent
b67556e29f
commit
486eebfd29
2 changed files with 1 additions and 2 deletions
|
@ -32,6 +32,7 @@ process RGI_MAIN {
|
|||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
rgi: \$(rgi main --version)
|
||||
rgi-database: \$(rgi database --version)
|
||||
END_VERSIONS
|
||||
"""
|
||||
}
|
||||
|
|
|
@ -8,5 +8,3 @@
|
|||
contains: ["NZ_LS483480", "orf_end", "perc_identity", "Pulvomycin"]
|
||||
- path: output/rgi/test.txt
|
||||
contains: ["NZ_LS483480", "ORF_ID", "Model_type", "Pulvomycin"]
|
||||
- path: output/rgi/versions.yml
|
||||
md5sum: 614a45d9d59680d4e743498773cf830a
|
||||
|
|
Loading…
Reference in a new issue