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

Error using MMseqs2 #6

Open
veronicamb opened this issue Feb 29, 2024 · 2 comments
Open

Error using MMseqs2 #6

veronicamb opened this issue Feb 29, 2024 · 2 comments

Comments

@veronicamb
Copy link

Hello Edgardo,

I'm trying to run MMseqs2 on some of my data and I keep getting this error message:

Traceback (most recent call last):
File "/home/FCAM/vbueno/miniconda3/envs/captus/bin/captus_assembly", line 10, in
sys.exit(main())
^^^^^^
File "/home/FCAM/vbueno/miniconda3/envs/captus/lib/python3.11/site-packages/captus/captus_assembly.py", line 1403, in main
CaptusAssembly()
File "/home/FCAM/vbueno/miniconda3/envs/captus/lib/python3.11/site-packages/captus/captus_assembly.py", line 90, in init
getattr(self, args.command)()
File "/home/FCAM/vbueno/miniconda3/envs/captus/lib/python3.11/site-packages/captus/captus_assembly.py", line 1061, in extract
extract(full_command, args)
File "/home/FCAM/vbueno/miniconda3/envs/captus/lib/python3.11/site-packages/captus/extract.py", line 574, in extract
log.log(f'{"sensitivity":>{mar}}: {bold(args.sensitivity)}')
^^^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'sensitivity'. Did you mean: 'cl_sensitivity'?

Any idea how to fix this?

thank you!

Veronica

@edgardomortiz
Copy link
Owner

edgardomortiz commented Feb 29, 2024

Hi Veronica,

I fixed that issue before, be sure to use version 1.0.0 (installed from bioconda). Or re-clone and refresh the repository if you have more copies cloned elsewhere (if you clone the version there should be 1.0.1).

Edgardo

@veronicamb
Copy link
Author

Fantastic!! Thanks Edgardo!

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

2 participants