Closed kern3020 closed 10 years ago
Brad, I know you are very busy. I have a system setup with the offending problem. If some thing jumps out at you, I'd like to know about it. If not, I can learn about brew/ruby and get to the bottom of it.
Best, John
John; Apologies about the build problems. I think I isolated the issue and pushed a fix so hopefully if you re-run it'll work cleanly now. Let me know if you're still stuck and happy to look more.
It's really great you're investigating bcbio on GCE. @jwm has made some good progress on getting bcbio running with elasticluster on AWS as well. Here are the current instructions:
https://github.com/jwm/bcbio-nextgen-vm/tree/add_aws_instructions#running-on-amazon-web-services-aws
It would be great to coordinate on this and having it running in both places. We're working on using docker and bcbio_vm on AWS to avoid these type of build issues, and will hopefully have additional documentation on that soon. Thanks again for all the work and sorry about the build issues.
Hello,
I have been working to make bcbio I first class citizen of the cloud. Using Elasticluster and Ansible on GCE (note AWS will be supported too), I have a script which creates and configures a node. Unfortunately, the standard bcbio installation fails.
%%% error output
%%%%
For some reason the linker can't find the bamtools library. Unfortunately, if I go to the wham working directory and type make, it works fine.
As the error message suggestions, I ran through the standard
%%% brew troubleshooting
My guess is brew is customizing the make call somehow.
-jk