Skip to content
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

Bio.Application Modules Have Been Deprecated #216

Open
emarinier opened this issue Nov 26, 2024 · 0 comments
Open

Bio.Application Modules Have Been Deprecated #216

emarinier opened this issue Nov 26, 2024 · 0 comments

Comments

@emarinier
Copy link
Member

It looks like Bio.Applications (notably Bio.Blast.Applications in staramr.blast.JobHandler.py) have been deprecated and will need to be called directly using the subprocess module.

/home/eric/miniforge3/envs/staramr/bin/staramr:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  __import__('pkg_resources').require('staramr==0.11.0.dev0')
/home/eric/miniforge3/envs/staramr/lib/python3.12/site-packages/Bio/Application/__init__.py:39: BiopythonDeprecationWarning: The Bio.Application modules and modules relying on it have been deprecated.

Due to the on going maintenance burden of keeping command line application
wrappers up to date, we have decided to deprecate and eventually remove these
modules.

We instead now recommend building your command line and invoking it directly
with the subprocess module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant