Installation

Note: MetaFunPrimer is currently in development and has only been tested on Michigan State University’s ICER computing clusters. See the requirements below to see if you are able to run MetaFunPrimer on your system.

To install, begin by cloning the tools:

$ git clone https://github.com/pommevilla/MetaFunPrimer.git

Then add MetaFunPrimer/src to your path by adding the following line to your bash_profile (or bashrc) file:

$ export PATH=$PATH:path/to/MetaFunPrimer/src

Finally, run check_reqs.sh to verify that that the required packages are installed and accessible to the pipeline:

$ check_reqs.sh
MetaFunPrimer
=============
Checking if required programs are installed and executable.

Checking diamond: OK.
Checking python: OK.
Checking blastx: OK.
Checking cd-hit: OK.
Checking clustalo-1.2.4-Ubuntu-x86_64: OK.
Checking parallel: OK.

All required packages found. MetaFunPrimer is ready for use.
See https://metafunprimer.readthedocs.io/en/latest/Tutorial.html for an introduction to the package.

Requirements

Have the following installed on your system before installing MetaFunPrimer. The versions indicated are the versions that have been tested and confirmed to be working for this pipeline.