bioconda-recipes icon indicating copy to clipboard operation
bioconda-recipes copied to clipboard

ResFinder version needs to be updated

Open ryanjameskennedy opened this issue 1 year ago • 2 comments

Resfinder is currently sitting on v4.1.11 instead of v4.4.2 which is incompatible with the latest database.

ryanjameskennedy avatar Jan 18 '24 16:01 ryanjameskennedy

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'

ryanjameskennedy avatar Jan 19 '24 09:01 ryanjameskennedy

After adding pdm to host requirements I got the following error:

ModuleNotFoundError: No module named 'pdm.pep517'

And now:

ModuleNotFoundError: No module named 'cgelib'

ryanjameskennedy avatar Jan 30 '24 11:01 ryanjameskennedy