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

gatb-pipeline requires a Linux 64 bits system #14

Closed
anmwinter opened this issue Jan 30, 2018 · 2 comments
Closed

gatb-pipeline requires a Linux 64 bits system #14

anmwinter opened this issue Jan 30, 2018 · 2 comments

Comments

@anmwinter
Copy link

Morning,

I am on a Intel Core i& (64bit) Mac running OSX 10.11.6 with Xcode and Anaconda installed. When I run the make test or gatb directly I get the following error:
gatb-pipeline requires a Linux 64 bits system

I do have bcalm and bloocoo install individually and they are running fine. I was wondering if there is a work around for this?

Thanks!
ara

@rchikhi
Copy link
Member

rchikhi commented Jan 31, 2018

hi ara,
you'd need bloocoo and minia compiled on your system, and put the binaries there instead of the linux64 ones.
then, just delete those lines in the gatb script:

from sys import platform
if platform == "darwin":
    exit("gatb-pipeline requires a Linux 64 bits system")

There might be other problems down the road, but I'd be happy to assist.

Best,
Rayan

@anmwinter
Copy link
Author

Rayan,

Thanks! I'll give that a try.

ara

@rchikhi rchikhi closed this as completed Apr 1, 2020
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