https://docs.gigantum.com/docs/gigantum-cli
Ubuntu 16.04 on DO. Used the pre-installed docker instance
On the remote docker instance
sudo apt-get update
sudo apt-get install python
sudo apt-get install python3-pip
| ## Performs MCMC P-value calculation for 0-1 tables | |
| ## from Darwin's Finch data | |
| I = 7; J = 5 | |
| #testDat = matrix(sample(0:1, I * J, replace= TRUE), I, J) | |
| A = matrix(c( | |
| 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, |
https://docs.gigantum.com/docs/gigantum-cli
Ubuntu 16.04 on DO. Used the pre-installed docker instance
On the remote docker instance
sudo apt-get update
sudo apt-get install python
sudo apt-get install python3-pip