Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed May 6, 2020
1 parent ff5429d commit 864ba0c
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GuiltyTargets
=============
GuiltyTargets |build|
=====================
This is a tool for therapeutic target prioritization using network representation learning.

Installation
------------
Installation |pypi_version| |python_versions| |pypi_license|
------------------------------------------------------------
Download this repository, go to the directory it resides and run:

.. code-block:: bash
Expand Down Expand Up @@ -116,3 +116,19 @@ The options that should be set are:
- adj_p_header: The column name for the adjusted p-value in the differential expression file.
- base_mean_header: The column name for the base mean in the differential expression file.
- entrez_delimiter: If there is more than one Entrez id per row in the diff. expr. file, the separator betweem them.

.. |build| image:: https://travis-ci.com/GuiltyTargets/guilitytargets.svg?branch=develop
:target: https://travis-ci.com/GuiltyTargets/guilitytargets
:alt: Development Build Status

.. |python_versions| image:: https://img.shields.io/pypi/pyversions/guiltytargets.svg
:target: https://pypi.python.org/pypi/guilitytargets
:alt: Stable Supported Python Versions

.. |pypi_version| image:: https://img.shields.io/pypi/v/guiltytargets.svg
:target: https://pypi.python.org/pypi/guilitytargets
:alt: Current version on PyPI

.. |pypi_license| image:: https://img.shields.io/pypi/l/guiltytargets.svg
:target: https://github.com/guilitytargets/guilitytargets/blob/master/LICENSE
:alt: MIT License

0 comments on commit 864ba0c

Please sign in to comment.