# webapp_marine_worldmap_BOLD web-app interface investigating database Barcode of Life [BOLD](http://www.boldsystems.org/) geo referenced mitochondrial DNA barcode. # Installation ## Prerequisites ### CONDA * miniconda Instructions to install conda are [here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html) * CONDA environement with R and [shiny](https://anaconda.org/r/r-shiny) ``` conda env create -f environment.yml conda activate rshiny ``` to quit conda environment: ``` conda deactivate ```