From 1ef536bbfad6dca30a2024d2c7c24fb877fcbabf Mon Sep 17 00:00:00 2001 From: heeler Date: Sat, 21 Nov 2020 16:28:20 -0800 Subject: [PATCH 1/2] updated text blurb in readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb0b803..5577204 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,12 @@ Automated Cell Toolkit A pipeline to process field-of-view (FOV) microscopy images and generate data and -render-ready products for the cells in each field. Of note, the data produced by this -pipeline is used for the [Cell Feature Explorer](https://cfe.allencell.org/). +render-ready products for the cells in each field. This pipeline uses +accepted best practices (documentation, unit testing, and continuous integration). +The code here produces +data that can and has been consumed by both the +[Integrated Cell](https://www.allencell.org/allen-integrated-cell.html) and the +[Cell Feature Explorer](https://cfe.allencell.org/). ![workflow as an image](./images/header.png) From c75b296d1439d68aaed043dbec492403e2b56dd2 Mon Sep 17 00:00:00 2001 From: heeler Date: Tue, 8 Dec 2020 12:39:10 -0800 Subject: [PATCH 2/2] updated email/authors --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9aace1e..d473e5f 100644 --- a/setup.py +++ b/setup.py @@ -75,8 +75,8 @@ } setup( - author="Jackson Maxfield Brown", - author_email="jacksonb@alleninstitute.org", + author="Jackson Maxfield Brown, Rory Donovan-Maiye", + author_email="jmaxfieldbrown@gmail.com, rorym@alleninstitute.org", classifiers=[ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers",