Skip to content

Commit

Permalink
[README] add how to install dev version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Feb 22, 2016
1 parent 2787953 commit 551aaf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,20 @@ This package contains a Python library to

Installation
-------------
- Make sure your Python version >= 2.7, install it via PyPI::
Make sure your Python version >= 2.7, install the latest stable version via PyPI::

easy_install goatools

- ``.obo`` file for the most current `GO <http://geneontology.org/page/download-ontology>`_::
To install the development version::

pip install git+git://github.com/tanghaibao/goatools.git

``.obo`` file for the most current `GO <http://geneontology.org/page/download-ontology>`_::

wget http://geneontology.org/ontology/go-basic.obo

- ``.obo`` file for the most current `GO Slim <http://geneontology.org/page/go-slim-and-subset-guide>`_
terms (.e.g generic GOslim) ::
``.obo`` file for the most current `GO Slim <http://geneontology.org/page/go-slim-and-subset-guide>`_
terms (e.g. generic GOslim) ::

wget http://www.geneontology.org/ontology/subsets/goslim_generic.obo

Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi

if [ ! -f $GOSLIM_OBO_FILE ]
then
echo "downlaoding GOslim file: $GOSLIM_OBO_FILE"
echo "downloading GOslim file: $GOSLIM_OBO_FILE"
wget -O $GOSLIM_OBO_FILE $GOSLIM_OBO_DOWNLOAD
fi

Expand Down

0 comments on commit 551aaf0

Please sign in to comment.