-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[theiaprok] upgrade amrfinderplus to latest version that includes stxtyper & db update #672
Comments
the latest version is now v4.0.3 and db version 2024-12-18.1 more info on the staphb docker image can be found here: https://github.com/StaPH-B/docker-builds/tree/master/build-files/ncbi-amrfinderplus/4.0.3-2024-12-18.1 |
Let's wait until the next amrfinderplus version (v4.0.15) is released. It should be released very shortly and we'll get it added to staphb's docker images. I'll ping back here when the docker image is ready for us to copy to GAR and update the default in the WDL EDIT: version has been released https://github.com/ncbi/amr/releases/tag/amrfinder_v4.0.15 |
New docker image has been copied to our GAR: This version of amrfinderplus (4.0.15) now includes stxtyper v1.0.31. It would be good to add a bit of code and a new output string to capture the stxtyper version Again, since this is a major upgrade of amrfinder from v3.x.x to 4.x.x, we should double check output column parsing to ensure it's still behaving the way we want it to. |
FYI @AndrewLangvt , just making sure you get a notification for this. This request is ready to be worked on |
aaaand there's another version just released: https://github.com/ncbi/amr/releases/tag/amrfinder_v4.0.19 not critical to upgrade to this version (we don't have a staphb docker image for it just yet) as the changes were pretty minor. But just wanted to note in case we do want to be absolutely up-to-date with the current version |
OK new docker image is now available: https://hub.docker.com/r/staphb/ncbi-amrfinderplus/tags I have not copied to our GAR, but it's ready for usage |
🆒
📌 Explain the Request
This is low priority and requested by myself, though I'm confident our users would also want to stay up-to-date with the latest amrfinderplus version and database version
staph-b just deployed the docker image for the latest version of amrfinderplus that includes
stxtyper
: StaPH-B/docker-builds#1096https://hub.docker.com/r/staphb/ncbi-amrfinderplus/tags
stxtyper
is run when the optionamrfinder -O Escherichia
is used. It should produce results identical to the standalone task forstxtyper
. The stxtyper versions are slightly different (v1.0.27 in amrfinderplus docker vs 1.0.24 in stxtyper docker image) but the underlying algorithm has not changed.amrfinderplus v4.0 changes detailed here: https://github.com/ncbi/amr/wiki/New-in-AMRFinderPlus We may need to be careful about parsing of output TSV as some column headers have changed.
I ran a quick test with the new docker image and TheiaProk_Illumina_PE, and it ran successfully ✅ but I didn't thoroughly check the TSV parsing functionality. So that needs to be checked during the upgrade.
The text was updated successfully, but these errors were encountered: