bioconda-recipes
bioconda-recipes copied to clipboard
ResFinder version needs to be updated
Resfinder is currently sitting on v4.1.11 instead of v4.4.2 which is incompatible with the latest database.
Upon attempting to run the test build locally before creation a PR using the following:
bioconda-utils build --packages resfinder --mulled-test
I got the following error:
ModuleNotFoundError: No module named 'pdm'
After adding pdm
to host requirements I got the following error:
ModuleNotFoundError: No module named 'pdm.pep517'
And now:
ModuleNotFoundError: No module named 'cgelib'