You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: