From afe7c219701305ee763c0a7508b925ca8e9ec394 Mon Sep 17 00:00:00 2001 From: Jamie Morton Date: Tue, 23 Aug 2016 14:31:34 -0700 Subject: [PATCH] Updating README and correctin setup.py --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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