Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msbentsen authored Mar 17, 2019
1 parent b6fae44 commit ab1c8b5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
TOBIAS - Transcription factor Occupancy prediction By Investigation of ATAC-seq Signal
=======================================

[![PyPI version](https://badge.fury.io/py/tobias.png)](https://badge.fury.io/py/tobias)

Introduction
------------

Expand All @@ -19,7 +21,12 @@ For information on each tool, please see the [wiki](https://github.molgen.mpg.de

Installation
------------
TOBIAS is written as a python package and can be quickly installed within a conda environment using:
TOBIAS is written as a python package and can be quickly installed via pip:
```bash
pip install tobias
```

or directly from github into a conda environment using:
```bash
$ git clone https://github.molgen.mpg.de/loosolab/TOBIAS
$ cd TOBIAS
Expand Down

0 comments on commit ab1c8b5

Please sign in to comment.