Installation

Special attention was taken to minimize dependencies.

Third-party programs

The following tools should be installed. (Scripts using the program are in parentheses)

All third-party programs can be easily installed to a conda environment, but it is not essential to use conda.

Commands for a quick installation of the conda environment and dependencies:

conda create --name mkcoinr python=3.9 -y
conda activate mkcoinr

python3 -m pip install cutadapt
conda install -c bioconda blast -y
conda install -c bioconda vsearch -y
pip install nsdpy

wget is installed by default in Linux systems. It can be installed on MacOS either by conda or brew

conda install wget
brew install wget

mkCOInr scripts

The mkCOInr scripts are written in Perl, no installation is necessary to run them apart from the Perl interpreter already installed in all unix systems. Just clone the mkCOInr git repository and you are ready.