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

non-zero exit status 255 Error on Mac while running mgefinder #53

Open
chandanabasak opened this issue Aug 2, 2024 · 0 comments
Open

Comments

@chandanabasak
Copy link

New to programming can't really understand what it means!
Please help.
Thank you in advance.
` mgefinder

CHECKING DEPENDENCIES

Current version of snakemake: 3.13.3
Expected version of snakemake: 3.13.3
Current version of einverted: EMBOSS:6.6.0.0
Expected version of einverted: EMBOSS:6.6.0.0
Traceback (most recent call last):
File "/Users/thsti/miniconda3/envs/mgefinder/bin/mgefinder", line 5, in
from mgefinder.main import cli
File "/Users/thsti/miniconda3/envs/mgefinder/lib/python3.6/site-packages/mgefinder/main.py", line 38, in
check_dependencies()
File "/Users/thsti/miniconda3/envs/mgefinder/lib/python3.6/site-packages/mgefinder/dependencies.py", line 39, in check_dependencies
bowtie2_checker.check(extract_version=lambda x: x.split()[2])
File "/Users/thsti/miniconda3/envs/mgefinder/lib/python3.6/site-packages/mgefinder/dependencies.py", line 12, in check
output = shell(cmd.format(tool=self.tool), read=True).decode('utf-8').strip()
File "/Users/thsti/miniconda3/envs/mgefinder/lib/python3.6/site-packages/snakemake/shell.py", line 88, in new
raise sp.CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'bowtie2 --version 2>&1' returned non-zero exit status 255.`

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