Skip to content

Commit

Permalink
add sheilds
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Apr 1, 2024
1 parent 9a84df9 commit 3f4c5b5
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 12 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

[![PyPI pyversions](https://img.shields.io/pypi/pyversions/crispr-bean)](https://pypi.org/project/crispr-bean/)
[![PyPI version](https://img.shields.io/pypi/v/crispr-bean)](https://pypi.org/project/crispr-bean/)
[![Code style](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black)
[![Test](https://github.com/pinellolab/crispr-bean/actions/workflows/CI.yml/badge.svg)](https://github.com/pinellolab/crispr-bean/actions/workflows/CI.yml)
[![Documentation](https://github.com/pinellolab/crispr-bean/actions/workflows/documentation.yml/badge.svg)](https://github.com/pinellolab/crispr-bean/actions/workflows/documentation.yml)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

`bean` improves CRISPR pooled screen analysis by 1) unconfounding variable per-guide editing outcome by considering genotypic outcome from *reporter* sequence and 2) through accurate modeling of screen procedure.

Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
source_suffix = [".rst", ".md"]
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "alabaster"
html_static_path = ["_static"]
html_logo = "assets/beans.svg"
Expand Down
42 changes: 32 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,64 @@
sphinx-quickstart on Fri Mar 29 19:10:46 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
====================================
Welcome to `bean` documentation!
====================================

.. image:: https://img.shields.io/pypi/pyversions/crispr-bean
:target: https://pypi.org/project/crispr-bean/
:alt: PyPI pyversions

.. image:: https://img.shields.io/pypi/v/crispr-bean
:target: https://pypi.org/project/crispr-bean/
:alt: PyPI version

.. image:: https://github.com/pinellolab/crispr-bean/actions/workflows/CI.yml/badge.svg
:target: https://github.com/pinellolab/crispr-bean/actions/workflows/CI.yml
:alt: Test

.. image:: https://github.com/pinellolab/crispr-bean/actions/workflows/documentation.yml/badge.svg
:target: https://github.com/pinellolab/crispr-bean/actions/workflows/documentation.yml
:alt: Documentation

.. image:: https://img.shields.io/badge/License-AGPL%20v3-blue.svg
:target: https://www.gnu.org/licenses/agpl-3.0
:alt: License: AGPL v3


Welcome to `bean`'s documentation!
================================================================
`bean` improves CRISPR pooled screen analysis by 1) unconfounding variable per-guide editing outcome by considering genotypic outcome from *reporter* sequence and 2) through accurate modeling of screen procedure.

.. image:: assets/summary.png
:width: 700
:alt: BEAN schematic

===================

Workflows
===================
--------------------------
.. toctree::
:maxdepth: 2

tutorials

===================

API references
===================
--------------------------
.. toctree::
:maxdepth: 3

input
subcommands

===========================

Screen data structure
===========================
--------------------------
.. toctree::

reporterscreen

=========================

Indices and tables
=========================
--------------------------

* :ref:`genindex`
* :ref:`modindex`
Expand Down

0 comments on commit 3f4c5b5

Please sign in to comment.