Entering edit mode
3.5 years ago
Ammar Danazumi
▴
10
Can someone help me install ambertools on mac OS? I am trying to install ambertools on my mac computer using this https://ambermd.org/InstMacOS.php tutorial but I am facing some challenges. Can someone guide me through?
I am completely lost. Starting with Xcode. I install Xcode from app store but when I ran the command "sudo xcodebuild -license" on terminal, I received this output "error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance". I don't know how to proceed and I don't even know anything about Xcode.
As noted by ATpoint use the directions in this tutorial to install
conda
program. Creating workflows with snakemake and conda Then it will allow you to installambertools
with a simpleconda create -n ambertools ambertools
. You will useconda activate ambertools
to use the actual program.Thank you very much. I will try this and give you feedback.
Thank you guys. I have used the conda option and ambertools was install successfully. Regards.