Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

admin/update-readme #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Comment on lines +11 to +12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove "This pipeline uses accepted best practices (documentation, unit testing, and continuous integration)."

This is standard, not something to highlight.

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)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
}

setup(
author="Jackson Maxfield Brown",
author_email="jacksonb@alleninstitute.org",
author="Jackson Maxfield Brown, Rory Donovan-Maiye",
author_email="[email protected], rorym@alleninstitute.org",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
Expand Down