humann3 – The Huttenhower Lab (original) (raw)

HUMAnN 3.0 is the next iteration of HUMAnN, the HMP Unified Metabolic Analysis Network. HUMAnN is a method for efficiently and accurately profiling the abundance of microbial metabolic pathways and other molecular functions from metagenomic or metatranscriptomic sequencing data. For more information please see:

User manual || Tutorial || Forum

Citation:

Francesco Beghini1 ,Lauren J McIver2 ,Aitor Blanco-Mìguez1 ,Leonard Dubois1 ,Francesco Asnicar1 ,Sagun Maharjan2,3 ,Ana Mailyan2,3 ,Andrew Maltez Thomas1 ,Paolo Manghi1 ,Mireia Valles-Colomer1 ,George Weingart2,3 ,Yancong Zhang2,3 ,Moreno Zolfo1 ,Curtis Huttenhower2,3 ,Eric A Franzosa2,3 ,Nicola Segata1,4

Integrating taxonomic, functional, and strain-level profiling of diverse microbial communities with bioBakery 3

eLife 2021;10:e65088

1 Department CIBIO, University of Trento, Italy
2 Harvard T. H. Chan School of Public Health, Boston, MA, USA
3 The Broad Institute of MIT and Harvard, Cambridge, MA, USA
4 IEO, European Institute of Oncology IRCCS, Milan, Italy

Major updates in HUMAnN 3.0

Additional updates (including minor releases)

Getting HUMAnN 3.0 (and MetaPhlAn 3.0)

pip install humann --no-binary :all:

The `--no-binary :all:` parameter will install the `pypi` package from `source`. Installing the `pypi` package from `source` will also install the required dependencies like bowtie2 and diamond.

* * Run HUMAnN unit tests:  
         * `humann_test `(~1 minute)  
   * Run the HUMAnN demo:  
         * ```  
         humann -i demo.fastq -o sample_results  
         ```  
         * Note: _MetaPhlAn will fetch and build its marker database during this process, which takes a few minutes (but only has to be done once)_.

* The HUMAnN installation comes with small sequence and annotation databases for testing/tutorial purposes.
* To upgrade your pangenome database:  
   * ```  
   humann_databases --download chocophlan full /path/to/databases --update-config yes