Skip to content
Merged
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2024 ScreenPro2 Development Team.
Copyright (c) 2022-2026 ScreenPro2 Development Team.
All rights reserved.
Gilbart Lab, UCSF / Arc Institute.
Multi-Omics Tech Center, Arc Insititue.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[![website](https://img.shields.io/badge/website-live-brightgreen)](https://arcinstitute.org/tools/screenpro2)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18807935.svg)](https://doi.org/10.5281/zenodo.18807935)
[![PyPI version](https://badge.fury.io/py/ScreenPro2.svg)](https://badge.fury.io/py/ScreenPro2)
[![Documentation Status](https://readthedocs.org/projects/screenpro2/badge/?version=latest)](https://screenpro2.readthedocs.io/en/latest/?version=latest)
[![Downloads](https://static.pepy.tech/badge/screenpro2)](https://pepy.tech/project/screenpro2)
[![Downloads](https://static.pepy.tech/badge/screenpro2/month)](https://pepy.tech/project/screenpro2)
[![CodeQL](https://github.com/ArcInstitute/ScreenPro2/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/ArcInstitute/ScreenPro2/actions/workflows/github-code-scanning/codeql)

# ScreenPro2

## Introduction
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tool.poetry]
name = "ScreenPro2"
description = "Flexible analysis of high-content CRISPR screening"
version = "0.5.1"
version = "0.6.0"
authors = [
"Abe Arab <abea@arcinstitute.org>"
"Abolfazl Arab <abolfazl.arab@ucsf.edu>",
"Nick Youngblut <nick.youngblut@arcinstitute.org>",
]
license = "MIT"
readme = "README.md"
Expand Down
Loading