BinPro / CONCOCT

Clustering cONtigs with COverage and ComposiTion
Other
120 stars 48 forks source link

Enable proper pip install #208

Closed alneberg closed 4 years ago

alneberg commented 5 years ago

A nice and simple one liner:

pip install concoct
alneberg commented 4 years ago

The current method:

conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda create -n concoct_env python=3 concoct

is good enough for now I think.