diff --git a/README.md b/README.md index 98f96d8..d83683d 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,4 @@ IPython notebooks demonstrating some of the modules in gneiss can be found as fo * [What are balances](https://github.com/biocore/gneiss/blob/master/ipynb/balance_trees.ipynb) * [Linear regression on balances in the 88 soils](https://github.com/biocore/gneiss/blob/master/ipynb/88soils.ipynb) +* [Linear mixed effects models on balances in a CF study](https://github.com/biocore/gneiss/blob/master/ipynb/cfstudy.ipynb) diff --git a/setup.py b/setup.py index 2c53664..ecb57ec 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def finalize_options(self): classes = """ Development Status :: 3 - Alpha - License :: OSI Approved :: GPLv3 License + License :: OSI Approved :: GNU General Public License v3 (GPLv3) Topic :: Software Development :: Libraries Topic :: Scientific/Engineering Topic :: Scientific/Engineering :: Bio-Informatics