Skip to content

Commit 8f098cd

Browse files
authored
Merge pull request #27 from reactome/develop
housekeeping upgrade updates
2 parents 0ef4449 + 380f361 commit 8f098cd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+47673
-353
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
language: python
22

3+
python:
4+
- "3.6"
5+
- "3.7"
6+
- "3.8"
7+
38
install:
49
- pip install pandas argparse requests pytest
510
- python setup.py install

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:focal
22

33
RUN apt-get update && apt-get install -y --no-install-recommends build-essential \
44
python3 \
@@ -16,4 +16,4 @@ RUN ln -s /usr/bin/python3 /usr/bin/python && \
1616

1717
COPY . /app
1818
WORKDIR /app
19-
RUN python setup.py install
19+
RUN python setup.py install

docs/analysis.html

Lines changed: 66 additions & 65 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Analysis Service
2+
=================
3+
4+
.. automodule:: reactome2py.analysis
5+
:members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Content Service
2+
=================
3+
4+
.. automodule:: reactome2py.content
5+
:members:

docs/build/_sources/index.rst.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.. reactome2py documentation master file on Mon Dec 2 16:09:04 2019.
2+
You can adapt this file completely to your liking, but it should at least
3+
contain the root `toctree` directive.
4+
5+
reactome2py Docs
6+
==================
7+
8+
The reactome2py package is a library of helper functions that wrap calls to the reactome’s http API endpoints. It also supplies a utility module that simplifies access to reactome open-data.
9+
10+
The reactome2py package is meant to facilitate communication between reactome tools and services with python.
11+
12+
If you are getting started with `reactome`, visit our user’s guide page documentation site at https://reactome.org/userguide
13+
14+
For more information on API services or data downloads, visit:
15+
16+
- https://reactome.org/dev
17+
- https://reactome.org/download-data
18+
19+
.. toctree::
20+
:maxdepth: 2
21+
:caption: Contents:
22+
23+
analysis
24+
content
25+
utils
26+
27+
Indices and tables
28+
^^^^^^^^^^^^^^^^^^
29+
30+
* :ref:`genindex`
31+
* :ref:`modindex`
32+
* :ref:`search`

docs/build/_sources/utils.rst.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Utils
2+
=====
3+
4+
.. automodule:: reactome2py.utils
5+
:members:

0 commit comments

Comments
 (0)