A small vagrant VM to provide a baseline for running and testing the bactopia pipeline.
- Vagrant
- Virtual Box
- vagrant-vbguest (
vagrant plugin install vagrant-vbguest
) - 50gb of available storage
- 8gb of available RAM
- 4 available CPU cores
-
Use the following command to start up the vagrant VM from the root of this repository.
vagrant up
-
ssh
into the new VM and execute therun-bactopia-local.sh
script as root inside of a login shell to load anaconda and the bactopia environmentvagrant ssh sudo bash -l -c /home/vagrant/run-bactopia-local.sh
vagrant up
vagrant halt
vagrant destroy
vagrant status