The easiest way to install metaQuantome with all the dependencies is by using Bioconda (provided you are on Mac or Linux, which are the only systems supported by Bioconda).
First, install the conda package manager, by downloading either Anaconda or Miniconda (see https://docs.anaconda.com/anaconda/install/). Then, the following commands will set up the necessary channels for Bioconda and metaQuantome. If needed, additional information on Bioconda is available at https://bioconda.github.io/.
metaQuantome
Quantitative analysis on the function and taxonomy of microbiomes and their interaction.
Table of Contents
Setup
BioConda
The easiest way to install metaQuantome with all the dependencies is by using Bioconda (provided you are on Mac or Linux, which are the only systems supported by Bioconda).
First, install the conda package manager, by downloading either Anaconda or Miniconda (see https://docs.anaconda.com/anaconda/install/). Then, the following commands will set up the necessary channels for Bioconda and metaQuantome. If needed, additional information on Bioconda is available at https://bioconda.github.io/.
Then, run the following command to set up an environment named mqome, which will have metaQuantome (version 2.0.3) and all dependencies in it:
If the following prompt is seen at the command line, type
y:The create command only needs to be run once.
Finally, we can activate the environment using the following command, which will make the
metaquantomecommand available.Local Development
To begin, ensure that you have Python3 installed. To check, issue this command to verify your python version:
If Python3 is not installed, please download it from here.
Pip is the package installer for Python. It comes pre-packaged with Python.
To install your local version of metaQuantome, run the following in the root directory:
Usage
In-depth tutorials can be found here for the following:
Tests
For testing purposes, clone the github repository
and change the directory to metaquantome
Run the following commands within the metaQuantome directory.
For testing metaQuantome, you will also need to set up a BioConda environment as specified above.
Before running unittests for the project, you will need to install some databases as follows:
Note: This step will take a few minutes to download
Once set up, run the following from the root directory:
Note: This step will take a few minutes to run