Bayesian phylogenetic analysis of molecular sequences and VNTR or Microsatellites
- beagle-lib v2.1.2
- BEAST v2.4.7
- BEASTvntr v0.1.1
$ docker build -t beast-vntr .
You might have to reboot your computer.
Start XQuartz from command line using:
$ open -a XQuartz
In the XQuartz preferences, go to the Preferences
menu, then the Security
tab, and enable Allow connections from network clients
.
Run the following:
$ IP=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')
$ xhost + $IP
You should be seeing something like:
w.x.y.z being added to access control list
where w.x.y.z
is your IP address.
$ docker run -it -e DISPLAY=$IP:0 beast-vntr
Running BEAUti
throws the null pointer exception shown below:
java.lang.NullPointerException
at beast.app.beastapp.BeastLauncher.copyFilesInDir(Unknown Source)
at beast.app.beastapp.BeastLauncher.createBeastPackage(Unknown Source)
at beast.app.beastapp.BeastLauncher.loadBEASTJars(Unknown Source)
at beast.app.beauti.BeautiLauncher.main(Unknown Source)