hildebra / canopy2

canopy clustering of gene catalogues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

canopy2

Metagenomics Canopy Clustering Implementation.

Faster and more memory efficient implementation of the canopy clustering algorithm (doi:10.1038/nbt.2939).

Quickstart

git clone https://github.com/hildebra/canopy2.git
cd canopy2
make
./cc.bin -v

License

GPL-2.0: Please see License.txt

Author

This reimplementation is based on the original code by Piotr Dworzynski, and has since been improved (memory efficiency, speed, additional functionality) and maintained by Falk Hildebrand.

Copyright (C) 2019-2024 Falk Hildebrand (Falk.Hildebrand@gmail.com), Quadram Institute Copyright (C) 2013, 2014 Piotr Dworzynski (piotr@cbs.dtu.dk), Technical University of Denmark

About

canopy clustering of gene catalogues

License:GNU General Public License v2.0


Languages

Language:C++ 99.7%Language:Makefile 0.3%