diff --git a/.buildinfo b/.buildinfo index aadb58b22..9c8551bd0 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: ab000ba95fbf734be6a64b6e0a14d7bb +config: a59d176f3892ff9c8f80aade93fe1013 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/index.html b/_modules/index.html index d9234cee7..4d3a063fc 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -7,7 +7,7 @@
-
import textwrap
import collections
-import bs4
+import json
import pypath.resources.urls as urls
import pypath.share.curl as curl
@@ -566,25 +566,18 @@ Source code for pypath.inputs.unichem
url = urls.urls['unichem']['sources']
c = curl.Curl(url, large = False, silent = False)
- soup = bs4.BeautifulSoup(c.result, 'html.parser')
- result = []
-
- for table in soup.find_all('table'):
-
- if table.find('tr').text.strip().startswith('src_id'):
-
- for row in table.find_all('tr')[2:]:
-
- fields = row.find_all('td')
-
- result.append(
- UnichemSource(
- *(
- field.text.strip()
- for field in fields
- )
- )
- )
+ response = json.loads(c.result)
+
+ result = [
+ UnichemSource(
+ number = s['sourceID'],
+ label = s['nameLabel'],
+ name = s['name'],
+ description = s['description'],
+ acquisition = s['lastUpdated'],
+ )
+ for s in response['sources']
+ ]
return result
diff --git a/_modules/pypath/inputs/uniprot.html b/_modules/pypath/inputs/uniprot.html
index 5a8f447c7..59f2f7708 100644
--- a/_modules/pypath/inputs/uniprot.html
+++ b/_modules/pypath/inputs/uniprot.html
@@ -7,7 +7,7 @@
- pypath.inputs.uniprot — pypath 0.16.14 documentation
+ pypath.inputs.uniprot — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/inputs/uniprot_db.html b/_modules/pypath/inputs/uniprot_db.html
index edf9286de..fbe41c029 100644
--- a/_modules/pypath/inputs/uniprot_db.html
+++ b/_modules/pypath/inputs/uniprot_db.html
@@ -7,7 +7,7 @@
- pypath.inputs.uniprot_db — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_db — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/inputs/uniprot_idmapping.html b/_modules/pypath/inputs/uniprot_idmapping.html
index 076f62de1..2553b9146 100644
--- a/_modules/pypath/inputs/uniprot_idmapping.html
+++ b/_modules/pypath/inputs/uniprot_idmapping.html
@@ -7,7 +7,7 @@
- pypath.inputs.uniprot_idmapping — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_idmapping — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/inputs/wang.html b/_modules/pypath/inputs/wang.html
index 35d98047d..274d3ed12 100644
--- a/_modules/pypath/inputs/wang.html
+++ b/_modules/pypath/inputs/wang.html
@@ -7,7 +7,7 @@
- pypath.inputs.wang — pypath 0.16.14 documentation
+ pypath.inputs.wang — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/inputs/wojtowicz2020.html b/_modules/pypath/inputs/wojtowicz2020.html
index d51f6c3a4..be534e2ee 100644
--- a/_modules/pypath/inputs/wojtowicz2020.html
+++ b/_modules/pypath/inputs/wojtowicz2020.html
@@ -7,7 +7,7 @@
- pypath.inputs.wojtowicz2020 — pypath 0.16.14 documentation
+ pypath.inputs.wojtowicz2020 — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/inputs/zhong2015.html b/_modules/pypath/inputs/zhong2015.html
index ee0246ea8..21e5ccec5 100644
--- a/_modules/pypath/inputs/zhong2015.html
+++ b/_modules/pypath/inputs/zhong2015.html
@@ -7,7 +7,7 @@
- pypath.inputs.zhong2015 — pypath 0.16.14 documentation
+ pypath.inputs.zhong2015 — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/internals/annot_formats.html b/_modules/pypath/internals/annot_formats.html
index 18c46a53f..20c453105 100644
--- a/_modules/pypath/internals/annot_formats.html
+++ b/_modules/pypath/internals/annot_formats.html
@@ -7,7 +7,7 @@
- pypath.internals.annot_formats — pypath 0.16.14 documentation
+ pypath.internals.annot_formats — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/internals/input_formats.html b/_modules/pypath/internals/input_formats.html
index 4312976b8..e9bb4ad9b 100644
--- a/_modules/pypath/internals/input_formats.html
+++ b/_modules/pypath/internals/input_formats.html
@@ -7,7 +7,7 @@
- pypath.internals.input_formats — pypath 0.16.14 documentation
+ pypath.internals.input_formats — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/internals/intera.html b/_modules/pypath/internals/intera.html
index 46fd9cb9c..70b610111 100644
--- a/_modules/pypath/internals/intera.html
+++ b/_modules/pypath/internals/intera.html
@@ -7,7 +7,7 @@
- pypath.internals.intera — pypath 0.16.14 documentation
+ pypath.internals.intera — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/internals/license.html b/_modules/pypath/internals/license.html
index 75ecddc71..178ce1534 100644
--- a/_modules/pypath/internals/license.html
+++ b/_modules/pypath/internals/license.html
@@ -7,7 +7,7 @@
- pypath.internals.license — pypath 0.16.14 documentation
+ pypath.internals.license — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/internals/refs.html b/_modules/pypath/internals/refs.html
index 0e5a60f80..ef5bad967 100644
--- a/_modules/pypath/internals/refs.html
+++ b/_modules/pypath/internals/refs.html
@@ -7,7 +7,7 @@
- pypath.internals.refs — pypath 0.16.14 documentation
+ pypath.internals.refs — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/internals/resource.html b/_modules/pypath/internals/resource.html
index 33fc3f3c6..bedad3e71 100644
--- a/_modules/pypath/internals/resource.html
+++ b/_modules/pypath/internals/resource.html
@@ -7,7 +7,7 @@
- pypath.internals.resource — pypath 0.16.14 documentation
+ pypath.internals.resource — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/legacy/db_categories.html b/_modules/pypath/legacy/db_categories.html
index 90147caa3..27fccd27a 100644
--- a/_modules/pypath/legacy/db_categories.html
+++ b/_modules/pypath/legacy/db_categories.html
@@ -7,7 +7,7 @@
- pypath.legacy.db_categories — pypath 0.16.14 documentation
+ pypath.legacy.db_categories — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/omnipath.html b/_modules/pypath/omnipath.html
index 623a45a1d..7a5c0c2ed 100644
--- a/_modules/pypath/omnipath.html
+++ b/_modules/pypath/omnipath.html
@@ -7,7 +7,7 @@
- pypath.omnipath — pypath 0.16.14 documentation
+ pypath.omnipath — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/omnipath/app.html b/_modules/pypath/omnipath/app.html
index 8c977f70e..731cf2392 100644
--- a/_modules/pypath/omnipath/app.html
+++ b/_modules/pypath/omnipath/app.html
@@ -7,7 +7,7 @@
- pypath.omnipath.app — pypath 0.16.14 documentation
+ pypath.omnipath.app — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/omnipath/databases.html b/_modules/pypath/omnipath/databases.html
index 8b8aa90c3..a816d1d77 100644
--- a/_modules/pypath/omnipath/databases.html
+++ b/_modules/pypath/omnipath/databases.html
@@ -7,7 +7,7 @@
- pypath.omnipath.databases — pypath 0.16.14 documentation
+ pypath.omnipath.databases — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/omnipath/databases/define.html b/_modules/pypath/omnipath/databases/define.html
index fe725db88..7c83f1cf4 100644
--- a/_modules/pypath/omnipath/databases/define.html
+++ b/_modules/pypath/omnipath/databases/define.html
@@ -7,7 +7,7 @@
- pypath.omnipath.databases.define — pypath 0.16.14 documentation
+ pypath.omnipath.databases.define — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/omnipath/export.html b/_modules/pypath/omnipath/export.html
index 4dafbce1b..17765d648 100644
--- a/_modules/pypath/omnipath/export.html
+++ b/_modules/pypath/omnipath/export.html
@@ -7,7 +7,7 @@
- pypath.omnipath.export — pypath 0.16.14 documentation
+ pypath.omnipath.export — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/omnipath/param.html b/_modules/pypath/omnipath/param.html
index b48277994..4515e1cfa 100644
--- a/_modules/pypath/omnipath/param.html
+++ b/_modules/pypath/omnipath/param.html
@@ -7,7 +7,7 @@
- pypath.omnipath.param — pypath 0.16.14 documentation
+ pypath.omnipath.param — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/omnipath/server/build.html b/_modules/pypath/omnipath/server/build.html
index 3b40f3828..d52ce513d 100644
--- a/_modules/pypath/omnipath/server/build.html
+++ b/_modules/pypath/omnipath/server/build.html
@@ -7,7 +7,7 @@
- pypath.omnipath.server.build — pypath 0.16.14 documentation
+ pypath.omnipath.server.build — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/omnipath/server/generate_about_page.html b/_modules/pypath/omnipath/server/generate_about_page.html
index 3c50cdc9d..3e08f3829 100644
--- a/_modules/pypath/omnipath/server/generate_about_page.html
+++ b/_modules/pypath/omnipath/server/generate_about_page.html
@@ -7,7 +7,7 @@
- pypath.omnipath.server.generate_about_page — pypath 0.16.14 documentation
+ pypath.omnipath.server.generate_about_page — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/omnipath/server/legacy.html b/_modules/pypath/omnipath/server/legacy.html
index 7c2ecc23f..ec688cba1 100644
--- a/_modules/pypath/omnipath/server/legacy.html
+++ b/_modules/pypath/omnipath/server/legacy.html
@@ -7,7 +7,7 @@
- pypath.omnipath.server.legacy — pypath 0.16.14 documentation
+ pypath.omnipath.server.legacy — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/omnipath/server/run.html b/_modules/pypath/omnipath/server/run.html
index c63553aa8..04d4bb660 100644
--- a/_modules/pypath/omnipath/server/run.html
+++ b/_modules/pypath/omnipath/server/run.html
@@ -7,7 +7,7 @@
- pypath.omnipath.server.run — pypath 0.16.14 documentation
+ pypath.omnipath.server.run — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/resources.html b/_modules/pypath/resources.html
index 9a6f05653..5d39cc130 100644
--- a/_modules/pypath/resources.html
+++ b/_modules/pypath/resources.html
@@ -7,7 +7,7 @@
- pypath.resources — pypath 0.16.14 documentation
+ pypath.resources — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/resources/controller.html b/_modules/pypath/resources/controller.html
index 86e142c10..635fb73ca 100644
--- a/_modules/pypath/resources/controller.html
+++ b/_modules/pypath/resources/controller.html
@@ -7,7 +7,7 @@
- pypath.resources.controller — pypath 0.16.14 documentation
+ pypath.resources.controller — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/resources/descriptions.html b/_modules/pypath/resources/descriptions.html
index c9bc48b42..2f01f1975 100644
--- a/_modules/pypath/resources/descriptions.html
+++ b/_modules/pypath/resources/descriptions.html
@@ -7,7 +7,7 @@
- pypath.resources.descriptions — pypath 0.16.14 documentation
+ pypath.resources.descriptions — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/resources/licenses.html b/_modules/pypath/resources/licenses.html
index 58568bc8c..ec64d1f05 100644
--- a/_modules/pypath/resources/licenses.html
+++ b/_modules/pypath/resources/licenses.html
@@ -7,7 +7,7 @@
- pypath.resources.licenses — pypath 0.16.14 documentation
+ pypath.resources.licenses — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/share/cache.html b/_modules/pypath/share/cache.html
index 6c70b4c23..23fcd3b01 100644
--- a/_modules/pypath/share/cache.html
+++ b/_modules/pypath/share/cache.html
@@ -7,7 +7,7 @@
- pypath.share.cache — pypath 0.16.14 documentation
+ pypath.share.cache — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/share/curl.html b/_modules/pypath/share/curl.html
index bf5968b58..db3c7cc22 100644
--- a/_modules/pypath/share/curl.html
+++ b/_modules/pypath/share/curl.html
@@ -7,7 +7,7 @@
- pypath.share.curl — pypath 0.16.14 documentation
+ pypath.share.curl — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/share/progress.html b/_modules/pypath/share/progress.html
index 8f0f19c38..4d404ba50 100644
--- a/_modules/pypath/share/progress.html
+++ b/_modules/pypath/share/progress.html
@@ -7,7 +7,7 @@
- pypath.share.progress — pypath 0.16.14 documentation
+ pypath.share.progress — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/go.html b/_modules/pypath/utils/go.html
index 66c173892..413f3e1b9 100644
--- a/_modules/pypath/utils/go.html
+++ b/_modules/pypath/utils/go.html
@@ -7,7 +7,7 @@
- pypath.utils.go — pypath 0.16.14 documentation
+ pypath.utils.go — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/mapping.html b/_modules/pypath/utils/mapping.html
index 0d1e538a5..dfd0b0909 100644
--- a/_modules/pypath/utils/mapping.html
+++ b/_modules/pypath/utils/mapping.html
@@ -7,7 +7,7 @@
- pypath.utils.mapping — pypath 0.16.14 documentation
+ pypath.utils.mapping — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/orthology.html b/_modules/pypath/utils/orthology.html
index 21c723179..3f01408c0 100644
--- a/_modules/pypath/utils/orthology.html
+++ b/_modules/pypath/utils/orthology.html
@@ -7,7 +7,7 @@
- pypath.utils.orthology — pypath 0.16.14 documentation
+ pypath.utils.orthology — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/pdb.html b/_modules/pypath/utils/pdb.html
index 006c9be65..300a83ab3 100644
--- a/_modules/pypath/utils/pdb.html
+++ b/_modules/pypath/utils/pdb.html
@@ -7,7 +7,7 @@
- pypath.utils.pdb — pypath 0.16.14 documentation
+ pypath.utils.pdb — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/proteomicsdb.html b/_modules/pypath/utils/proteomicsdb.html
index 24153a4fa..5b3e29b70 100644
--- a/_modules/pypath/utils/proteomicsdb.html
+++ b/_modules/pypath/utils/proteomicsdb.html
@@ -7,7 +7,7 @@
- pypath.utils.proteomicsdb — pypath 0.16.14 documentation
+ pypath.utils.proteomicsdb — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/pyreact.html b/_modules/pypath/utils/pyreact.html
index cf5a36ac2..1e2aab512 100644
--- a/_modules/pypath/utils/pyreact.html
+++ b/_modules/pypath/utils/pyreact.html
@@ -7,7 +7,7 @@
- pypath.utils.pyreact — pypath 0.16.14 documentation
+ pypath.utils.pyreact — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/reflists.html b/_modules/pypath/utils/reflists.html
index ceaf5d9fa..9e97edd4d 100644
--- a/_modules/pypath/utils/reflists.html
+++ b/_modules/pypath/utils/reflists.html
@@ -7,7 +7,7 @@
- pypath.utils.reflists — pypath 0.16.14 documentation
+ pypath.utils.reflists — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/residues.html b/_modules/pypath/utils/residues.html
index f0783dcc1..3a1917515 100644
--- a/_modules/pypath/utils/residues.html
+++ b/_modules/pypath/utils/residues.html
@@ -7,7 +7,7 @@
- pypath.utils.residues — pypath 0.16.14 documentation
+ pypath.utils.residues — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/seq.html b/_modules/pypath/utils/seq.html
index 0a3c9a618..21ec85a5f 100644
--- a/_modules/pypath/utils/seq.html
+++ b/_modules/pypath/utils/seq.html
@@ -7,7 +7,7 @@
- pypath.utils.seq — pypath 0.16.14 documentation
+ pypath.utils.seq — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/taxonomy.html b/_modules/pypath/utils/taxonomy.html
index e30936b48..ac036764d 100644
--- a/_modules/pypath/utils/taxonomy.html
+++ b/_modules/pypath/utils/taxonomy.html
@@ -7,7 +7,7 @@
- pypath.utils.taxonomy — pypath 0.16.14 documentation
+ pypath.utils.taxonomy — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/unichem.html b/_modules/pypath/utils/unichem.html
index 7cd3853e0..063565a46 100644
--- a/_modules/pypath/utils/unichem.html
+++ b/_modules/pypath/utils/unichem.html
@@ -7,7 +7,7 @@
- pypath.utils.unichem — pypath 0.16.14 documentation
+ pypath.utils.unichem — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/utils/uniprot.html b/_modules/pypath/utils/uniprot.html
index 8b21119bc..f5293b48d 100644
--- a/_modules/pypath/utils/uniprot.html
+++ b/_modules/pypath/utils/uniprot.html
@@ -7,7 +7,7 @@
- pypath.utils.uniprot — pypath 0.16.14 documentation
+ pypath.utils.uniprot — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/visual/drawing.html b/_modules/pypath/visual/drawing.html
index 0611e37e2..292b5895e 100644
--- a/_modules/pypath/visual/drawing.html
+++ b/_modules/pypath/visual/drawing.html
@@ -7,7 +7,7 @@
- pypath.visual.drawing — pypath 0.16.14 documentation
+ pypath.visual.drawing — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/visual/igraph_drawing.html b/_modules/pypath/visual/igraph_drawing.html
index 15555409e..eca2042f3 100644
--- a/_modules/pypath/visual/igraph_drawing.html
+++ b/_modules/pypath/visual/igraph_drawing.html
@@ -7,7 +7,7 @@
- pypath.visual.igraph_drawing — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/visual/igraph_drawing/edge.html b/_modules/pypath/visual/igraph_drawing/edge.html
index 5deec9199..1f3f4cd90 100644
--- a/_modules/pypath/visual/igraph_drawing/edge.html
+++ b/_modules/pypath/visual/igraph_drawing/edge.html
@@ -7,7 +7,7 @@
- pypath.visual.igraph_drawing.edge — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.edge — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_modules/pypath/visual/igraph_drawing/vertex.html b/_modules/pypath/visual/igraph_drawing/vertex.html
index 0a352ba9e..7ff1ac25e 100644
--- a/_modules/pypath/visual/igraph_drawing/vertex.html
+++ b/_modules/pypath/visual/igraph_drawing/vertex.html
@@ -7,7 +7,7 @@
- pypath.visual.igraph_drawing.vertex — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.vertex — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
index c3bd452d6..88c55e310 100644
--- a/_static/documentation_options.js
+++ b/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '0.16.14',
+ VERSION: '0.16.15',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/api/pypath.core.annot.Adhesome.html b/api/pypath.core.annot.Adhesome.html
index 1715cd93e..d051f1497 100644
--- a/api/pypath.core.annot.Adhesome.html
+++ b/api/pypath.core.annot.Adhesome.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Adhesome — pypath 0.16.14 documentation
+ pypath.core.annot.Adhesome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Almen2009.html b/api/pypath.core.annot.Almen2009.html
index b24dd961c..81691c728 100644
--- a/api/pypath.core.annot.Almen2009.html
+++ b/api/pypath.core.annot.Almen2009.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Almen2009 — pypath 0.16.14 documentation
+ pypath.core.annot.Almen2009 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.AnnotationBase.html b/api/pypath.core.annot.AnnotationBase.html
index dfd4c29ef..d388660b5 100644
--- a/api/pypath.core.annot.AnnotationBase.html
+++ b/api/pypath.core.annot.AnnotationBase.html
@@ -8,7 +8,7 @@
- pypath.core.annot.AnnotationBase — pypath 0.16.14 documentation
+ pypath.core.annot.AnnotationBase — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.AnnotationTable.html b/api/pypath.core.annot.AnnotationTable.html
index 1a45e46c4..352ccdf5e 100644
--- a/api/pypath.core.annot.AnnotationTable.html
+++ b/api/pypath.core.annot.AnnotationTable.html
@@ -8,7 +8,7 @@
- pypath.core.annot.AnnotationTable — pypath 0.16.14 documentation
+ pypath.core.annot.AnnotationTable — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Baccin2019.html b/api/pypath.core.annot.Baccin2019.html
index add317471..cd1f212f8 100644
--- a/api/pypath.core.annot.Baccin2019.html
+++ b/api/pypath.core.annot.Baccin2019.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Baccin2019 — pypath 0.16.14 documentation
+ pypath.core.annot.Baccin2019 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Biogps.html b/api/pypath.core.annot.Biogps.html
index 6c3aa9e45..50c98b5b7 100644
--- a/api/pypath.core.annot.Biogps.html
+++ b/api/pypath.core.annot.Biogps.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Biogps — pypath 0.16.14 documentation
+ pypath.core.annot.Biogps — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.CancerGeneCensus.html b/api/pypath.core.annot.CancerGeneCensus.html
index 22df06dfa..8f686a0e9 100644
--- a/api/pypath.core.annot.CancerGeneCensus.html
+++ b/api/pypath.core.annot.CancerGeneCensus.html
@@ -8,7 +8,7 @@
- pypath.core.annot.CancerGeneCensus — pypath 0.16.14 documentation
+ pypath.core.annot.CancerGeneCensus — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Cancerdrugsdb.html b/api/pypath.core.annot.Cancerdrugsdb.html
index c126cf76a..57b81e766 100644
--- a/api/pypath.core.annot.Cancerdrugsdb.html
+++ b/api/pypath.core.annot.Cancerdrugsdb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Cancerdrugsdb — pypath 0.16.14 documentation
+ pypath.core.annot.Cancerdrugsdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Cancersea.html b/api/pypath.core.annot.Cancersea.html
index 958bb7fa6..06d3feeea 100644
--- a/api/pypath.core.annot.Cancersea.html
+++ b/api/pypath.core.annot.Cancersea.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Cancersea — pypath 0.16.14 documentation
+ pypath.core.annot.Cancersea — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.CellPhoneDB.html b/api/pypath.core.annot.CellPhoneDB.html
index 3ef8bc024..3e6946099 100644
--- a/api/pypath.core.annot.CellPhoneDB.html
+++ b/api/pypath.core.annot.CellPhoneDB.html
@@ -8,7 +8,7 @@
- pypath.core.annot.CellPhoneDB — pypath 0.16.14 documentation
+ pypath.core.annot.CellPhoneDB — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.CellPhoneDBComplex.html b/api/pypath.core.annot.CellPhoneDBComplex.html
index 713c06e4d..af26fd16e 100644
--- a/api/pypath.core.annot.CellPhoneDBComplex.html
+++ b/api/pypath.core.annot.CellPhoneDBComplex.html
@@ -8,7 +8,7 @@
- pypath.core.annot.CellPhoneDBComplex — pypath 0.16.14 documentation
+ pypath.core.annot.CellPhoneDBComplex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.CellSurfaceProteinAtlas.html b/api/pypath.core.annot.CellSurfaceProteinAtlas.html
index 8aaec3b0e..6553dc4ac 100644
--- a/api/pypath.core.annot.CellSurfaceProteinAtlas.html
+++ b/api/pypath.core.annot.CellSurfaceProteinAtlas.html
@@ -8,7 +8,7 @@
- pypath.core.annot.CellSurfaceProteinAtlas — pypath 0.16.14 documentation
+ pypath.core.annot.CellSurfaceProteinAtlas — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.CellSurfaceProteinAtlasCellType.html b/api/pypath.core.annot.CellSurfaceProteinAtlasCellType.html
index bd20dbb4a..de869eadd 100644
--- a/api/pypath.core.annot.CellSurfaceProteinAtlasCellType.html
+++ b/api/pypath.core.annot.CellSurfaceProteinAtlasCellType.html
@@ -8,7 +8,7 @@
- pypath.core.annot.CellSurfaceProteinAtlasCellType — pypath 0.16.14 documentation
+ pypath.core.annot.CellSurfaceProteinAtlasCellType — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Cellcall.html b/api/pypath.core.annot.Cellcall.html
index b8c718230..a202c3017 100644
--- a/api/pypath.core.annot.Cellcall.html
+++ b/api/pypath.core.annot.Cellcall.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Cellcall — pypath 0.16.14 documentation
+ pypath.core.annot.Cellcall — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Cellcellinteractions.html b/api/pypath.core.annot.Cellcellinteractions.html
index 487c620a8..c6b26fa44 100644
--- a/api/pypath.core.annot.Cellcellinteractions.html
+++ b/api/pypath.core.annot.Cellcellinteractions.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Cellcellinteractions — pypath 0.16.14 documentation
+ pypath.core.annot.Cellcellinteractions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Cellchatdb.html b/api/pypath.core.annot.Cellchatdb.html
index de840ec93..03fd1c7cc 100644
--- a/api/pypath.core.annot.Cellchatdb.html
+++ b/api/pypath.core.annot.Cellchatdb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Cellchatdb — pypath 0.16.14 documentation
+ pypath.core.annot.Cellchatdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.CellchatdbComplex.html b/api/pypath.core.annot.CellchatdbComplex.html
index f95d3e102..16aec94df 100644
--- a/api/pypath.core.annot.CellchatdbComplex.html
+++ b/api/pypath.core.annot.CellchatdbComplex.html
@@ -8,7 +8,7 @@
- pypath.core.annot.CellchatdbComplex — pypath 0.16.14 documentation
+ pypath.core.annot.CellchatdbComplex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Cellinker.html b/api/pypath.core.annot.Cellinker.html
index 25f51c497..8896f1097 100644
--- a/api/pypath.core.annot.Cellinker.html
+++ b/api/pypath.core.annot.Cellinker.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Cellinker — pypath 0.16.14 documentation
+ pypath.core.annot.Cellinker — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.CellinkerComplex.html b/api/pypath.core.annot.CellinkerComplex.html
index 05749efb9..67b457510 100644
--- a/api/pypath.core.annot.CellinkerComplex.html
+++ b/api/pypath.core.annot.CellinkerComplex.html
@@ -8,7 +8,7 @@
- pypath.core.annot.CellinkerComplex — pypath 0.16.14 documentation
+ pypath.core.annot.CellinkerComplex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Celltalkdb.html b/api/pypath.core.annot.Celltalkdb.html
index 2dcfc27c0..13bd7b548 100644
--- a/api/pypath.core.annot.Celltalkdb.html
+++ b/api/pypath.core.annot.Celltalkdb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Celltalkdb — pypath 0.16.14 documentation
+ pypath.core.annot.Celltalkdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Celltypist.html b/api/pypath.core.annot.Celltypist.html
index 07d3b05f1..965b62954 100644
--- a/api/pypath.core.annot.Celltypist.html
+++ b/api/pypath.core.annot.Celltypist.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Celltypist — pypath 0.16.14 documentation
+ pypath.core.annot.Celltypist — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Comppi.html b/api/pypath.core.annot.Comppi.html
index 010dc395f..ce5288d1a 100644
--- a/api/pypath.core.annot.Comppi.html
+++ b/api/pypath.core.annot.Comppi.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Comppi — pypath 0.16.14 documentation
+ pypath.core.annot.Comppi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Connectomedb.html b/api/pypath.core.annot.Connectomedb.html
index f2c019e28..2329f4569 100644
--- a/api/pypath.core.annot.Connectomedb.html
+++ b/api/pypath.core.annot.Connectomedb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Connectomedb — pypath 0.16.14 documentation
+ pypath.core.annot.Connectomedb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Corum.html b/api/pypath.core.annot.Corum.html
index 411ac62a5..29db31443 100644
--- a/api/pypath.core.annot.Corum.html
+++ b/api/pypath.core.annot.Corum.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Corum — pypath 0.16.14 documentation
+ pypath.core.annot.Corum — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.CorumFuncat.html b/api/pypath.core.annot.CorumFuncat.html
index df690f671..881a05c00 100644
--- a/api/pypath.core.annot.CorumFuncat.html
+++ b/api/pypath.core.annot.CorumFuncat.html
@@ -8,7 +8,7 @@
- pypath.core.annot.CorumFuncat — pypath 0.16.14 documentation
+ pypath.core.annot.CorumFuncat — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.CorumGO.html b/api/pypath.core.annot.CorumGO.html
index cc8b06079..1d4608a6e 100644
--- a/api/pypath.core.annot.CorumGO.html
+++ b/api/pypath.core.annot.CorumGO.html
@@ -8,7 +8,7 @@
- pypath.core.annot.CorumGO — pypath 0.16.14 documentation
+ pypath.core.annot.CorumGO — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Cpad.html b/api/pypath.core.annot.Cpad.html
index a0492b55d..06b6997b2 100644
--- a/api/pypath.core.annot.Cpad.html
+++ b/api/pypath.core.annot.Cpad.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Cpad — pypath 0.16.14 documentation
+ pypath.core.annot.Cpad — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.CustomAnnotation.html b/api/pypath.core.annot.CustomAnnotation.html
index e3a75530f..ddd41413e 100644
--- a/api/pypath.core.annot.CustomAnnotation.html
+++ b/api/pypath.core.annot.CustomAnnotation.html
@@ -8,7 +8,7 @@
- pypath.core.annot.CustomAnnotation — pypath 0.16.14 documentation
+ pypath.core.annot.CustomAnnotation — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Cytosig.html b/api/pypath.core.annot.Cytosig.html
index d33e00e6a..a6b4da5e8 100644
--- a/api/pypath.core.annot.Cytosig.html
+++ b/api/pypath.core.annot.Cytosig.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Cytosig — pypath 0.16.14 documentation
+ pypath.core.annot.Cytosig — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Dgidb.html b/api/pypath.core.annot.Dgidb.html
index a49522ac6..e869987de 100644
--- a/api/pypath.core.annot.Dgidb.html
+++ b/api/pypath.core.annot.Dgidb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Dgidb — pypath 0.16.14 documentation
+ pypath.core.annot.Dgidb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Disgenet.html b/api/pypath.core.annot.Disgenet.html
index 16e6a5276..0614265d5 100644
--- a/api/pypath.core.annot.Disgenet.html
+++ b/api/pypath.core.annot.Disgenet.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Disgenet — pypath 0.16.14 documentation
+ pypath.core.annot.Disgenet — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Embrace.html b/api/pypath.core.annot.Embrace.html
index b1b400814..1d8c5d027 100644
--- a/api/pypath.core.annot.Embrace.html
+++ b/api/pypath.core.annot.Embrace.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Embrace — pypath 0.16.14 documentation
+ pypath.core.annot.Embrace — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Exocarta.html b/api/pypath.core.annot.Exocarta.html
index 4b6f42f8a..57dc85af6 100644
--- a/api/pypath.core.annot.Exocarta.html
+++ b/api/pypath.core.annot.Exocarta.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Exocarta — pypath 0.16.14 documentation
+ pypath.core.annot.Exocarta — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.GOCustomIntercell.html b/api/pypath.core.annot.GOCustomIntercell.html
index 10b245598..d57412044 100644
--- a/api/pypath.core.annot.GOCustomIntercell.html
+++ b/api/pypath.core.annot.GOCustomIntercell.html
@@ -8,7 +8,7 @@
- pypath.core.annot.GOCustomIntercell — pypath 0.16.14 documentation
+ pypath.core.annot.GOCustomIntercell — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.GOIntercell.html b/api/pypath.core.annot.GOIntercell.html
index c40a84df0..de5848bca 100644
--- a/api/pypath.core.annot.GOIntercell.html
+++ b/api/pypath.core.annot.GOIntercell.html
@@ -8,7 +8,7 @@
- pypath.core.annot.GOIntercell — pypath 0.16.14 documentation
+ pypath.core.annot.GOIntercell — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Gpcrdb.html b/api/pypath.core.annot.Gpcrdb.html
index 63572dcf1..99bd0064e 100644
--- a/api/pypath.core.annot.Gpcrdb.html
+++ b/api/pypath.core.annot.Gpcrdb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Gpcrdb — pypath 0.16.14 documentation
+ pypath.core.annot.Gpcrdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.GuideToPharmacology.html b/api/pypath.core.annot.GuideToPharmacology.html
index 2b756dec6..1a45cad31 100644
--- a/api/pypath.core.annot.GuideToPharmacology.html
+++ b/api/pypath.core.annot.GuideToPharmacology.html
@@ -8,7 +8,7 @@
- pypath.core.annot.GuideToPharmacology — pypath 0.16.14 documentation
+ pypath.core.annot.GuideToPharmacology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.HPO.html b/api/pypath.core.annot.HPO.html
index 0cf7ff63f..0bc4936b4 100644
--- a/api/pypath.core.annot.HPO.html
+++ b/api/pypath.core.annot.HPO.html
@@ -8,7 +8,7 @@
- pypath.core.annot.HPO — pypath 0.16.14 documentation
+ pypath.core.annot.HPO — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Hgnc.html b/api/pypath.core.annot.Hgnc.html
index ee69f2aa2..dcd834b0f 100644
--- a/api/pypath.core.annot.Hgnc.html
+++ b/api/pypath.core.annot.Hgnc.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Hgnc — pypath 0.16.14 documentation
+ pypath.core.annot.Hgnc — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.HpmrComplex.html b/api/pypath.core.annot.HpmrComplex.html
index c3371d0cb..ce8847c3d 100644
--- a/api/pypath.core.annot.HpmrComplex.html
+++ b/api/pypath.core.annot.HpmrComplex.html
@@ -8,7 +8,7 @@
- pypath.core.annot.HpmrComplex — pypath 0.16.14 documentation
+ pypath.core.annot.HpmrComplex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.HumanPlasmaMembraneReceptome.html b/api/pypath.core.annot.HumanPlasmaMembraneReceptome.html
index 3809915a4..11f532072 100644
--- a/api/pypath.core.annot.HumanPlasmaMembraneReceptome.html
+++ b/api/pypath.core.annot.HumanPlasmaMembraneReceptome.html
@@ -8,7 +8,7 @@
- pypath.core.annot.HumanPlasmaMembraneReceptome — pypath 0.16.14 documentation
+ pypath.core.annot.HumanPlasmaMembraneReceptome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.HumanProteinAtlas.html b/api/pypath.core.annot.HumanProteinAtlas.html
index c18d47b49..8c1e15597 100644
--- a/api/pypath.core.annot.HumanProteinAtlas.html
+++ b/api/pypath.core.annot.HumanProteinAtlas.html
@@ -8,7 +8,7 @@
- pypath.core.annot.HumanProteinAtlas — pypath 0.16.14 documentation
+ pypath.core.annot.HumanProteinAtlas — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.HumanProteinAtlasSecretome.html b/api/pypath.core.annot.HumanProteinAtlasSecretome.html
index 2241d5dbb..10ffee6cc 100644
--- a/api/pypath.core.annot.HumanProteinAtlasSecretome.html
+++ b/api/pypath.core.annot.HumanProteinAtlasSecretome.html
@@ -8,7 +8,7 @@
- pypath.core.annot.HumanProteinAtlasSecretome — pypath 0.16.14 documentation
+ pypath.core.annot.HumanProteinAtlasSecretome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.HumanProteinAtlasSubcellular.html b/api/pypath.core.annot.HumanProteinAtlasSubcellular.html
index e784a11a5..794590082 100644
--- a/api/pypath.core.annot.HumanProteinAtlasSubcellular.html
+++ b/api/pypath.core.annot.HumanProteinAtlasSubcellular.html
@@ -8,7 +8,7 @@
- pypath.core.annot.HumanProteinAtlasSubcellular — pypath 0.16.14 documentation
+ pypath.core.annot.HumanProteinAtlasSubcellular — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Humancellmap.html b/api/pypath.core.annot.Humancellmap.html
index 74c38a249..401262952 100644
--- a/api/pypath.core.annot.Humancellmap.html
+++ b/api/pypath.core.annot.Humancellmap.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Humancellmap — pypath 0.16.14 documentation
+ pypath.core.annot.Humancellmap — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Icellnet.html b/api/pypath.core.annot.Icellnet.html
index 18cfbb1d2..99ffbc214 100644
--- a/api/pypath.core.annot.Icellnet.html
+++ b/api/pypath.core.annot.Icellnet.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Icellnet — pypath 0.16.14 documentation
+ pypath.core.annot.Icellnet — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.IcellnetComplex.html b/api/pypath.core.annot.IcellnetComplex.html
index 30ae55322..8f7b116f2 100644
--- a/api/pypath.core.annot.IcellnetComplex.html
+++ b/api/pypath.core.annot.IcellnetComplex.html
@@ -8,7 +8,7 @@
- pypath.core.annot.IcellnetComplex — pypath 0.16.14 documentation
+ pypath.core.annot.IcellnetComplex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Integrins.html b/api/pypath.core.annot.Integrins.html
index d6fa3fc2d..b140e26b9 100644
--- a/api/pypath.core.annot.Integrins.html
+++ b/api/pypath.core.annot.Integrins.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Integrins — pypath 0.16.14 documentation
+ pypath.core.annot.Integrins — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.InterPro.html b/api/pypath.core.annot.InterPro.html
index 0cdf9e62a..b79fe2c15 100644
--- a/api/pypath.core.annot.InterPro.html
+++ b/api/pypath.core.annot.InterPro.html
@@ -8,7 +8,7 @@
- pypath.core.annot.InterPro — pypath 0.16.14 documentation
+ pypath.core.annot.InterPro — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Intogen.html b/api/pypath.core.annot.Intogen.html
index 04310e7df..a7a61a970 100644
--- a/api/pypath.core.annot.Intogen.html
+++ b/api/pypath.core.annot.Intogen.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Intogen — pypath 0.16.14 documentation
+ pypath.core.annot.Intogen — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Italk.html b/api/pypath.core.annot.Italk.html
index a38a89f4c..a49bd41b4 100644
--- a/api/pypath.core.annot.Italk.html
+++ b/api/pypath.core.annot.Italk.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Italk — pypath 0.16.14 documentation
+ pypath.core.annot.Italk — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.KeggPathways.html b/api/pypath.core.annot.KeggPathways.html
index 7898d1dcd..5c51af638 100644
--- a/api/pypath.core.annot.KeggPathways.html
+++ b/api/pypath.core.annot.KeggPathways.html
@@ -8,7 +8,7 @@
- pypath.core.annot.KeggPathways — pypath 0.16.14 documentation
+ pypath.core.annot.KeggPathways — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.KeggPathwaysPC.html b/api/pypath.core.annot.KeggPathwaysPC.html
index 12bbb3281..0877f0e5a 100644
--- a/api/pypath.core.annot.KeggPathwaysPC.html
+++ b/api/pypath.core.annot.KeggPathwaysPC.html
@@ -8,7 +8,7 @@
- pypath.core.annot.KeggPathwaysPC — pypath 0.16.14 documentation
+ pypath.core.annot.KeggPathwaysPC — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Kinasedotcom.html b/api/pypath.core.annot.Kinasedotcom.html
index a4af1220d..9f59a2470 100644
--- a/api/pypath.core.annot.Kinasedotcom.html
+++ b/api/pypath.core.annot.Kinasedotcom.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Kinasedotcom — pypath 0.16.14 documentation
+ pypath.core.annot.Kinasedotcom — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Kirouac2010.html b/api/pypath.core.annot.Kirouac2010.html
index b9bfdc4c3..c0715ae08 100644
--- a/api/pypath.core.annot.Kirouac2010.html
+++ b/api/pypath.core.annot.Kirouac2010.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Kirouac2010 — pypath 0.16.14 documentation
+ pypath.core.annot.Kirouac2010 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Lambert2018.html b/api/pypath.core.annot.Lambert2018.html
index d26cb33b0..13dc20b5a 100644
--- a/api/pypath.core.annot.Lambert2018.html
+++ b/api/pypath.core.annot.Lambert2018.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Lambert2018 — pypath 0.16.14 documentation
+ pypath.core.annot.Lambert2018 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.LigandReceptor.html b/api/pypath.core.annot.LigandReceptor.html
index 8117eb1b2..f9bf72d5d 100644
--- a/api/pypath.core.annot.LigandReceptor.html
+++ b/api/pypath.core.annot.LigandReceptor.html
@@ -8,7 +8,7 @@
- pypath.core.annot.LigandReceptor — pypath 0.16.14 documentation
+ pypath.core.annot.LigandReceptor — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Locate.html b/api/pypath.core.annot.Locate.html
index f58ed28df..3a97fff4d 100644
--- a/api/pypath.core.annot.Locate.html
+++ b/api/pypath.core.annot.Locate.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Locate — pypath 0.16.14 documentation
+ pypath.core.annot.Locate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Lrdb.html b/api/pypath.core.annot.Lrdb.html
index 6a0267353..fcd8af473 100644
--- a/api/pypath.core.annot.Lrdb.html
+++ b/api/pypath.core.annot.Lrdb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Lrdb — pypath 0.16.14 documentation
+ pypath.core.annot.Lrdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Matrisome.html b/api/pypath.core.annot.Matrisome.html
index e8ce617d1..629e99544 100644
--- a/api/pypath.core.annot.Matrisome.html
+++ b/api/pypath.core.annot.Matrisome.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Matrisome — pypath 0.16.14 documentation
+ pypath.core.annot.Matrisome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Matrixdb.html b/api/pypath.core.annot.Matrixdb.html
index 93229fb63..00fe4f19d 100644
--- a/api/pypath.core.annot.Matrixdb.html
+++ b/api/pypath.core.annot.Matrixdb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Matrixdb — pypath 0.16.14 documentation
+ pypath.core.annot.Matrixdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Mcam.html b/api/pypath.core.annot.Mcam.html
index 0829f0b65..fb79c9a4e 100644
--- a/api/pypath.core.annot.Mcam.html
+++ b/api/pypath.core.annot.Mcam.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Mcam — pypath 0.16.14 documentation
+ pypath.core.annot.Mcam — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Membranome.html b/api/pypath.core.annot.Membranome.html
index 3f460b255..5c4e12932 100644
--- a/api/pypath.core.annot.Membranome.html
+++ b/api/pypath.core.annot.Membranome.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Membranome — pypath 0.16.14 documentation
+ pypath.core.annot.Membranome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Msigdb.html b/api/pypath.core.annot.Msigdb.html
index 2be848e06..f2b513410 100644
--- a/api/pypath.core.annot.Msigdb.html
+++ b/api/pypath.core.annot.Msigdb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Msigdb — pypath 0.16.14 documentation
+ pypath.core.annot.Msigdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.NetpathPathways.html b/api/pypath.core.annot.NetpathPathways.html
index b653644b8..a1ba0f9b2 100644
--- a/api/pypath.core.annot.NetpathPathways.html
+++ b/api/pypath.core.annot.NetpathPathways.html
@@ -8,7 +8,7 @@
- pypath.core.annot.NetpathPathways — pypath 0.16.14 documentation
+ pypath.core.annot.NetpathPathways — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Opm.html b/api/pypath.core.annot.Opm.html
index f7c4a666d..7505a9a40 100644
--- a/api/pypath.core.annot.Opm.html
+++ b/api/pypath.core.annot.Opm.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Opm — pypath 0.16.14 documentation
+ pypath.core.annot.Opm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Panglaodb.html b/api/pypath.core.annot.Panglaodb.html
index 9b8ec4418..3deb0819a 100644
--- a/api/pypath.core.annot.Panglaodb.html
+++ b/api/pypath.core.annot.Panglaodb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Panglaodb — pypath 0.16.14 documentation
+ pypath.core.annot.Panglaodb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Phobius.html b/api/pypath.core.annot.Phobius.html
index 6c81eaec4..3bce50766 100644
--- a/api/pypath.core.annot.Phobius.html
+++ b/api/pypath.core.annot.Phobius.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Phobius — pypath 0.16.14 documentation
+ pypath.core.annot.Phobius — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Phosphatome.html b/api/pypath.core.annot.Phosphatome.html
index be7b0c37e..187a675ee 100644
--- a/api/pypath.core.annot.Phosphatome.html
+++ b/api/pypath.core.annot.Phosphatome.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Phosphatome — pypath 0.16.14 documentation
+ pypath.core.annot.Phosphatome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Progeny.html b/api/pypath.core.annot.Progeny.html
index 86823c579..986bc867c 100644
--- a/api/pypath.core.annot.Progeny.html
+++ b/api/pypath.core.annot.Progeny.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Progeny — pypath 0.16.14 documentation
+ pypath.core.annot.Progeny — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Ramilowski2015.html b/api/pypath.core.annot.Ramilowski2015.html
index ce91e5052..50d0e98c0 100644
--- a/api/pypath.core.annot.Ramilowski2015.html
+++ b/api/pypath.core.annot.Ramilowski2015.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Ramilowski2015 — pypath 0.16.14 documentation
+ pypath.core.annot.Ramilowski2015 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Ramilowski2015Location.html b/api/pypath.core.annot.Ramilowski2015Location.html
index 59431a90a..28624bd0a 100644
--- a/api/pypath.core.annot.Ramilowski2015Location.html
+++ b/api/pypath.core.annot.Ramilowski2015Location.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Ramilowski2015Location — pypath 0.16.14 documentation
+ pypath.core.annot.Ramilowski2015Location — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Scconnect.html b/api/pypath.core.annot.Scconnect.html
index 8e1852294..780248da5 100644
--- a/api/pypath.core.annot.Scconnect.html
+++ b/api/pypath.core.annot.Scconnect.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Scconnect — pypath 0.16.14 documentation
+ pypath.core.annot.Scconnect — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.ScconnectComplex.html b/api/pypath.core.annot.ScconnectComplex.html
index 1b793085e..3b39a1e1b 100644
--- a/api/pypath.core.annot.ScconnectComplex.html
+++ b/api/pypath.core.annot.ScconnectComplex.html
@@ -8,7 +8,7 @@
- pypath.core.annot.ScconnectComplex — pypath 0.16.14 documentation
+ pypath.core.annot.ScconnectComplex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.SignalinkFunctions.html b/api/pypath.core.annot.SignalinkFunctions.html
index 7aa82c565..9ee819d45 100644
--- a/api/pypath.core.annot.SignalinkFunctions.html
+++ b/api/pypath.core.annot.SignalinkFunctions.html
@@ -8,7 +8,7 @@
- pypath.core.annot.SignalinkFunctions — pypath 0.16.14 documentation
+ pypath.core.annot.SignalinkFunctions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.SignalinkPathways.html b/api/pypath.core.annot.SignalinkPathways.html
index 54cceabd0..4491ff6ec 100644
--- a/api/pypath.core.annot.SignalinkPathways.html
+++ b/api/pypath.core.annot.SignalinkPathways.html
@@ -8,7 +8,7 @@
- pypath.core.annot.SignalinkPathways — pypath 0.16.14 documentation
+ pypath.core.annot.SignalinkPathways — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.SignorPathways.html b/api/pypath.core.annot.SignorPathways.html
index 8e635e84a..0c146d19f 100644
--- a/api/pypath.core.annot.SignorPathways.html
+++ b/api/pypath.core.annot.SignorPathways.html
@@ -8,7 +8,7 @@
- pypath.core.annot.SignorPathways — pypath 0.16.14 documentation
+ pypath.core.annot.SignorPathways — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Surfaceome.html b/api/pypath.core.annot.Surfaceome.html
index 3670d9692..160beaab0 100644
--- a/api/pypath.core.annot.Surfaceome.html
+++ b/api/pypath.core.annot.Surfaceome.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Surfaceome — pypath 0.16.14 documentation
+ pypath.core.annot.Surfaceome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Talklr.html b/api/pypath.core.annot.Talklr.html
index 2ce1b2857..c78fc7c67 100644
--- a/api/pypath.core.annot.Talklr.html
+++ b/api/pypath.core.annot.Talklr.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Talklr — pypath 0.16.14 documentation
+ pypath.core.annot.Talklr — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Tcdb.html b/api/pypath.core.annot.Tcdb.html
index 4d94bcca8..0b518a2a4 100644
--- a/api/pypath.core.annot.Tcdb.html
+++ b/api/pypath.core.annot.Tcdb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Tcdb — pypath 0.16.14 documentation
+ pypath.core.annot.Tcdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Tfcensus.html b/api/pypath.core.annot.Tfcensus.html
index 8cfecedaf..cb6a32a46 100644
--- a/api/pypath.core.annot.Tfcensus.html
+++ b/api/pypath.core.annot.Tfcensus.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Tfcensus — pypath 0.16.14 documentation
+ pypath.core.annot.Tfcensus — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Topdb.html b/api/pypath.core.annot.Topdb.html
index 1422f680b..bd7579753 100644
--- a/api/pypath.core.annot.Topdb.html
+++ b/api/pypath.core.annot.Topdb.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Topdb — pypath 0.16.14 documentation
+ pypath.core.annot.Topdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.UniprotFamilies.html b/api/pypath.core.annot.UniprotFamilies.html
index 7c83bda6c..f0e413274 100644
--- a/api/pypath.core.annot.UniprotFamilies.html
+++ b/api/pypath.core.annot.UniprotFamilies.html
@@ -8,7 +8,7 @@
- pypath.core.annot.UniprotFamilies — pypath 0.16.14 documentation
+ pypath.core.annot.UniprotFamilies — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.UniprotKeywords.html b/api/pypath.core.annot.UniprotKeywords.html
index 08c6be38e..e22456e77 100644
--- a/api/pypath.core.annot.UniprotKeywords.html
+++ b/api/pypath.core.annot.UniprotKeywords.html
@@ -8,7 +8,7 @@
- pypath.core.annot.UniprotKeywords — pypath 0.16.14 documentation
+ pypath.core.annot.UniprotKeywords — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.UniprotLocations.html b/api/pypath.core.annot.UniprotLocations.html
index d57354556..76d7db793 100644
--- a/api/pypath.core.annot.UniprotLocations.html
+++ b/api/pypath.core.annot.UniprotLocations.html
@@ -8,7 +8,7 @@
- pypath.core.annot.UniprotLocations — pypath 0.16.14 documentation
+ pypath.core.annot.UniprotLocations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.UniprotTissues.html b/api/pypath.core.annot.UniprotTissues.html
index fdaa082b9..decc05bea 100644
--- a/api/pypath.core.annot.UniprotTissues.html
+++ b/api/pypath.core.annot.UniprotTissues.html
@@ -8,7 +8,7 @@
- pypath.core.annot.UniprotTissues — pypath 0.16.14 documentation
+ pypath.core.annot.UniprotTissues — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.UniprotTopologies.html b/api/pypath.core.annot.UniprotTopologies.html
index 8cff5eaf2..991b99b27 100644
--- a/api/pypath.core.annot.UniprotTopologies.html
+++ b/api/pypath.core.annot.UniprotTopologies.html
@@ -8,7 +8,7 @@
- pypath.core.annot.UniprotTopologies — pypath 0.16.14 documentation
+ pypath.core.annot.UniprotTopologies — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Vesiclepedia.html b/api/pypath.core.annot.Vesiclepedia.html
index f5833fb7f..c5897e154 100644
--- a/api/pypath.core.annot.Vesiclepedia.html
+++ b/api/pypath.core.annot.Vesiclepedia.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Vesiclepedia — pypath 0.16.14 documentation
+ pypath.core.annot.Vesiclepedia — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Wang.html b/api/pypath.core.annot.Wang.html
index acef448f0..53a8e298c 100644
--- a/api/pypath.core.annot.Wang.html
+++ b/api/pypath.core.annot.Wang.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Wang — pypath 0.16.14 documentation
+ pypath.core.annot.Wang — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.Zhong2015.html b/api/pypath.core.annot.Zhong2015.html
index 8d3c9c0d3..bf575c6bf 100644
--- a/api/pypath.core.annot.Zhong2015.html
+++ b/api/pypath.core.annot.Zhong2015.html
@@ -8,7 +8,7 @@
- pypath.core.annot.Zhong2015 — pypath 0.16.14 documentation
+ pypath.core.annot.Zhong2015 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.get_db.html b/api/pypath.core.annot.get_db.html
index 06956d262..abb29290e 100644
--- a/api/pypath.core.annot.get_db.html
+++ b/api/pypath.core.annot.get_db.html
@@ -8,7 +8,7 @@
- pypath.core.annot.get_db — pypath 0.16.14 documentation
+ pypath.core.annot.get_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.html b/api/pypath.core.annot.html
index 596a8d524..698877bab 100644
--- a/api/pypath.core.annot.html
+++ b/api/pypath.core.annot.html
@@ -8,7 +8,7 @@
- pypath.core.annot — pypath 0.16.14 documentation
+ pypath.core.annot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.annot.init_db.html b/api/pypath.core.annot.init_db.html
index e922536eb..9f2301a59 100644
--- a/api/pypath.core.annot.init_db.html
+++ b/api/pypath.core.annot.init_db.html
@@ -8,7 +8,7 @@
- pypath.core.annot.init_db — pypath 0.16.14 documentation
+ pypath.core.annot.init_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.attrs.AttributeHandler.html b/api/pypath.core.attrs.AttributeHandler.html
index b1428f97d..ea94ef641 100644
--- a/api/pypath.core.attrs.AttributeHandler.html
+++ b/api/pypath.core.attrs.AttributeHandler.html
@@ -8,7 +8,7 @@
- pypath.core.attrs.AttributeHandler — pypath 0.16.14 documentation
+ pypath.core.attrs.AttributeHandler — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.attrs.html b/api/pypath.core.attrs.html
index f42bcd630..9a6bc7d4d 100644
--- a/api/pypath.core.attrs.html
+++ b/api/pypath.core.attrs.html
@@ -8,7 +8,7 @@
- pypath.core.attrs — pypath 0.16.14 documentation
+ pypath.core.attrs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.common.filter_network_df.html b/api/pypath.core.common.filter_network_df.html
index 60bd0d83a..faf11b885 100644
--- a/api/pypath.core.common.filter_network_df.html
+++ b/api/pypath.core.common.filter_network_df.html
@@ -8,7 +8,7 @@
- pypath.core.common.filter_network_df — pypath 0.16.14 documentation
+ pypath.core.common.filter_network_df — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.common.html b/api/pypath.core.common.html
index 5093b0d9e..8e1008e8a 100644
--- a/api/pypath.core.common.html
+++ b/api/pypath.core.common.html
@@ -8,7 +8,7 @@
- pypath.core.common — pypath 0.16.14 documentation
+ pypath.core.common — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.AbstractComplexResource.html b/api/pypath.core.complex.AbstractComplexResource.html
index 472ff8936..0f1b3616f 100644
--- a/api/pypath.core.complex.AbstractComplexResource.html
+++ b/api/pypath.core.complex.AbstractComplexResource.html
@@ -8,7 +8,7 @@
- pypath.core.complex.AbstractComplexResource — pypath 0.16.14 documentation
+ pypath.core.complex.AbstractComplexResource — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.CellPhoneDB.html b/api/pypath.core.complex.CellPhoneDB.html
index 55b4dd6bd..65991ef0e 100644
--- a/api/pypath.core.complex.CellPhoneDB.html
+++ b/api/pypath.core.complex.CellPhoneDB.html
@@ -8,7 +8,7 @@
- pypath.core.complex.CellPhoneDB — pypath 0.16.14 documentation
+ pypath.core.complex.CellPhoneDB — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Cellchatdb.html b/api/pypath.core.complex.Cellchatdb.html
index 1d9ff8a33..2e4db1de7 100644
--- a/api/pypath.core.complex.Cellchatdb.html
+++ b/api/pypath.core.complex.Cellchatdb.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Cellchatdb — pypath 0.16.14 documentation
+ pypath.core.complex.Cellchatdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Cellinker.html b/api/pypath.core.complex.Cellinker.html
index 8904e3bf8..3473c64ef 100644
--- a/api/pypath.core.complex.Cellinker.html
+++ b/api/pypath.core.complex.Cellinker.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Cellinker — pypath 0.16.14 documentation
+ pypath.core.complex.Cellinker — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Compleat.html b/api/pypath.core.complex.Compleat.html
index 3b89015d4..778bc1055 100644
--- a/api/pypath.core.complex.Compleat.html
+++ b/api/pypath.core.complex.Compleat.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Compleat — pypath 0.16.14 documentation
+ pypath.core.complex.Compleat — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.ComplexAggregator.html b/api/pypath.core.complex.ComplexAggregator.html
index e3fa618e4..8cfc4d22f 100644
--- a/api/pypath.core.complex.ComplexAggregator.html
+++ b/api/pypath.core.complex.ComplexAggregator.html
@@ -8,7 +8,7 @@
- pypath.core.complex.ComplexAggregator — pypath 0.16.14 documentation
+ pypath.core.complex.ComplexAggregator — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.ComplexPortal.html b/api/pypath.core.complex.ComplexPortal.html
index 078c5cd5b..e7e35dc5f 100644
--- a/api/pypath.core.complex.ComplexPortal.html
+++ b/api/pypath.core.complex.ComplexPortal.html
@@ -8,7 +8,7 @@
- pypath.core.complex.ComplexPortal — pypath 0.16.14 documentation
+ pypath.core.complex.ComplexPortal — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Corum.html b/api/pypath.core.complex.Corum.html
index 1d8550d9d..42414f116 100644
--- a/api/pypath.core.complex.Corum.html
+++ b/api/pypath.core.complex.Corum.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Corum — pypath 0.16.14 documentation
+ pypath.core.complex.Corum — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.GuideToPharmacology.html b/api/pypath.core.complex.GuideToPharmacology.html
index d001c0a31..bbefd4d14 100644
--- a/api/pypath.core.complex.GuideToPharmacology.html
+++ b/api/pypath.core.complex.GuideToPharmacology.html
@@ -8,7 +8,7 @@
- pypath.core.complex.GuideToPharmacology — pypath 0.16.14 documentation
+ pypath.core.complex.GuideToPharmacology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Havugimana.html b/api/pypath.core.complex.Havugimana.html
index 2488516ae..d907bdba2 100644
--- a/api/pypath.core.complex.Havugimana.html
+++ b/api/pypath.core.complex.Havugimana.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Havugimana — pypath 0.16.14 documentation
+ pypath.core.complex.Havugimana — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Hpmr.html b/api/pypath.core.complex.Hpmr.html
index 0d0277281..e5bcb5237 100644
--- a/api/pypath.core.complex.Hpmr.html
+++ b/api/pypath.core.complex.Hpmr.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Hpmr — pypath 0.16.14 documentation
+ pypath.core.complex.Hpmr — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Humap.html b/api/pypath.core.complex.Humap.html
index 364596eea..2b9e7c9b0 100644
--- a/api/pypath.core.complex.Humap.html
+++ b/api/pypath.core.complex.Humap.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Humap — pypath 0.16.14 documentation
+ pypath.core.complex.Humap — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Humap2.html b/api/pypath.core.complex.Humap2.html
index 3c5e7fdd5..55a8c18a2 100644
--- a/api/pypath.core.complex.Humap2.html
+++ b/api/pypath.core.complex.Humap2.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Humap2 — pypath 0.16.14 documentation
+ pypath.core.complex.Humap2 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Icellnet.html b/api/pypath.core.complex.Icellnet.html
index ffed96850..68bee31ff 100644
--- a/api/pypath.core.complex.Icellnet.html
+++ b/api/pypath.core.complex.Icellnet.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Icellnet — pypath 0.16.14 documentation
+ pypath.core.complex.Icellnet — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Kegg.html b/api/pypath.core.complex.Kegg.html
index b25143cda..3f05e7ecb 100644
--- a/api/pypath.core.complex.Kegg.html
+++ b/api/pypath.core.complex.Kegg.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Kegg — pypath 0.16.14 documentation
+ pypath.core.complex.Kegg — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Pdb.html b/api/pypath.core.complex.Pdb.html
index 33c592ecc..608abdc49 100644
--- a/api/pypath.core.complex.Pdb.html
+++ b/api/pypath.core.complex.Pdb.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Pdb — pypath 0.16.14 documentation
+ pypath.core.complex.Pdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Signor.html b/api/pypath.core.complex.Signor.html
index 90644c589..6ab81f736 100644
--- a/api/pypath.core.complex.Signor.html
+++ b/api/pypath.core.complex.Signor.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Signor — pypath 0.16.14 documentation
+ pypath.core.complex.Signor — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.Spike.html b/api/pypath.core.complex.Spike.html
index 3ab2d9437..763ad5a10 100644
--- a/api/pypath.core.complex.Spike.html
+++ b/api/pypath.core.complex.Spike.html
@@ -8,7 +8,7 @@
- pypath.core.complex.Spike — pypath 0.16.14 documentation
+ pypath.core.complex.Spike — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.all_complexes.html b/api/pypath.core.complex.all_complexes.html
index 9d09118b1..50c18e0ad 100644
--- a/api/pypath.core.complex.all_complexes.html
+++ b/api/pypath.core.complex.all_complexes.html
@@ -8,7 +8,7 @@
- pypath.core.complex.all_complexes — pypath 0.16.14 documentation
+ pypath.core.complex.all_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.get_db.html b/api/pypath.core.complex.get_db.html
index 737fbf4c8..08317ff15 100644
--- a/api/pypath.core.complex.get_db.html
+++ b/api/pypath.core.complex.get_db.html
@@ -8,7 +8,7 @@
- pypath.core.complex.get_db — pypath 0.16.14 documentation
+ pypath.core.complex.get_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.html b/api/pypath.core.complex.html
index ed5d1baa0..b7194bdb9 100644
--- a/api/pypath.core.complex.html
+++ b/api/pypath.core.complex.html
@@ -8,7 +8,7 @@
- pypath.core.complex — pypath 0.16.14 documentation
+ pypath.core.complex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.complex.init_db.html b/api/pypath.core.complex.init_db.html
index d335106f9..0d9c714c5 100644
--- a/api/pypath.core.complex.init_db.html
+++ b/api/pypath.core.complex.init_db.html
@@ -8,7 +8,7 @@
- pypath.core.complex.init_db — pypath 0.16.14 documentation
+ pypath.core.complex.init_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.entity.Entity.html b/api/pypath.core.entity.Entity.html
index 826faf4a8..8327f45d6 100644
--- a/api/pypath.core.entity.Entity.html
+++ b/api/pypath.core.entity.Entity.html
@@ -8,7 +8,7 @@
- pypath.core.entity.Entity — pypath 0.16.14 documentation
+ pypath.core.entity.Entity — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.entity.EntityKey.html b/api/pypath.core.entity.EntityKey.html
index 168ff7a97..87da194f5 100644
--- a/api/pypath.core.entity.EntityKey.html
+++ b/api/pypath.core.entity.EntityKey.html
@@ -8,7 +8,7 @@
- pypath.core.entity.EntityKey — pypath 0.16.14 documentation
+ pypath.core.entity.EntityKey — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.entity.EntityList.html b/api/pypath.core.entity.EntityList.html
index 13ee81523..b21868cab 100644
--- a/api/pypath.core.entity.EntityList.html
+++ b/api/pypath.core.entity.EntityList.html
@@ -8,7 +8,7 @@
- pypath.core.entity.EntityList — pypath 0.16.14 documentation
+ pypath.core.entity.EntityList — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.entity.html b/api/pypath.core.entity.html
index 290c4e403..9a392e56c 100644
--- a/api/pypath.core.entity.html
+++ b/api/pypath.core.entity.html
@@ -8,7 +8,7 @@
- pypath.core.entity — pypath 0.16.14 documentation
+ pypath.core.entity — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.enz_sub.EnzymeSubstrateAggregator.html b/api/pypath.core.enz_sub.EnzymeSubstrateAggregator.html
index cc11e8421..59c998797 100644
--- a/api/pypath.core.enz_sub.EnzymeSubstrateAggregator.html
+++ b/api/pypath.core.enz_sub.EnzymeSubstrateAggregator.html
@@ -8,7 +8,7 @@
- pypath.core.enz_sub.EnzymeSubstrateAggregator — pypath 0.16.14 documentation
+ pypath.core.enz_sub.EnzymeSubstrateAggregator — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.enz_sub.EnzymeSubstrateOrthologyProcessor.html b/api/pypath.core.enz_sub.EnzymeSubstrateOrthologyProcessor.html
index 89bdbaef2..4393d753f 100644
--- a/api/pypath.core.enz_sub.EnzymeSubstrateOrthologyProcessor.html
+++ b/api/pypath.core.enz_sub.EnzymeSubstrateOrthologyProcessor.html
@@ -8,7 +8,7 @@
- pypath.core.enz_sub.EnzymeSubstrateOrthologyProcessor — pypath 0.16.14 documentation
+ pypath.core.enz_sub.EnzymeSubstrateOrthologyProcessor — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.enz_sub.EnzymeSubstrateProcessor.html b/api/pypath.core.enz_sub.EnzymeSubstrateProcessor.html
index e9372514a..2c0a1a8ee 100644
--- a/api/pypath.core.enz_sub.EnzymeSubstrateProcessor.html
+++ b/api/pypath.core.enz_sub.EnzymeSubstrateProcessor.html
@@ -8,7 +8,7 @@
- pypath.core.enz_sub.EnzymeSubstrateProcessor — pypath 0.16.14 documentation
+ pypath.core.enz_sub.EnzymeSubstrateProcessor — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.enz_sub.get_db.html b/api/pypath.core.enz_sub.get_db.html
index b83fccaee..b9d348460 100644
--- a/api/pypath.core.enz_sub.get_db.html
+++ b/api/pypath.core.enz_sub.get_db.html
@@ -8,7 +8,7 @@
- pypath.core.enz_sub.get_db — pypath 0.16.14 documentation
+ pypath.core.enz_sub.get_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.enz_sub.html b/api/pypath.core.enz_sub.html
index dc29e74bd..2f6e2fdf1 100644
--- a/api/pypath.core.enz_sub.html
+++ b/api/pypath.core.enz_sub.html
@@ -8,7 +8,7 @@
- pypath.core.enz_sub — pypath 0.16.14 documentation
+ pypath.core.enz_sub — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.enz_sub.init_db.html b/api/pypath.core.enz_sub.init_db.html
index baf03bb74..adefd4837 100644
--- a/api/pypath.core.enz_sub.init_db.html
+++ b/api/pypath.core.enz_sub.init_db.html
@@ -8,7 +8,7 @@
- pypath.core.enz_sub.init_db — pypath 0.16.14 documentation
+ pypath.core.enz_sub.init_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.evidence.Evidence.html b/api/pypath.core.evidence.Evidence.html
index 700990b2d..6e9c22470 100644
--- a/api/pypath.core.evidence.Evidence.html
+++ b/api/pypath.core.evidence.Evidence.html
@@ -8,7 +8,7 @@
- pypath.core.evidence.Evidence — pypath 0.16.14 documentation
+ pypath.core.evidence.Evidence — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.evidence.Evidences.html b/api/pypath.core.evidence.Evidences.html
index f57af48fe..34f1f7cd0 100644
--- a/api/pypath.core.evidence.Evidences.html
+++ b/api/pypath.core.evidence.Evidences.html
@@ -8,7 +8,7 @@
- pypath.core.evidence.Evidences — pypath 0.16.14 documentation
+ pypath.core.evidence.Evidences — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.evidence.html b/api/pypath.core.evidence.html
index c14e0a2da..4b58291d0 100644
--- a/api/pypath.core.evidence.html
+++ b/api/pypath.core.evidence.html
@@ -8,7 +8,7 @@
- pypath.core.evidence — pypath 0.16.14 documentation
+ pypath.core.evidence — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.html b/api/pypath.core.html
index 2d2636379..1417b4da8 100644
--- a/api/pypath.core.html
+++ b/api/pypath.core.html
@@ -8,7 +8,7 @@
- pypath.core — pypath 0.16.14 documentation
+ pypath.core — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.interaction.Interaction.html b/api/pypath.core.interaction.Interaction.html
index ca8045b09..7cd01708c 100644
--- a/api/pypath.core.interaction.Interaction.html
+++ b/api/pypath.core.interaction.Interaction.html
@@ -8,7 +8,7 @@
- pypath.core.interaction.Interaction — pypath 0.16.14 documentation
+ pypath.core.interaction.Interaction — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.interaction.InteractionDataFrameRecord.html b/api/pypath.core.interaction.InteractionDataFrameRecord.html
index 973ca0b5d..f392fe77c 100644
--- a/api/pypath.core.interaction.InteractionDataFrameRecord.html
+++ b/api/pypath.core.interaction.InteractionDataFrameRecord.html
@@ -8,7 +8,7 @@
- pypath.core.interaction.InteractionDataFrameRecord — pypath 0.16.14 documentation
+ pypath.core.interaction.InteractionDataFrameRecord — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.interaction.InteractionKey.html b/api/pypath.core.interaction.InteractionKey.html
index 15cf03b32..57671a068 100644
--- a/api/pypath.core.interaction.InteractionKey.html
+++ b/api/pypath.core.interaction.InteractionKey.html
@@ -8,7 +8,7 @@
- pypath.core.interaction.InteractionKey — pypath 0.16.14 documentation
+ pypath.core.interaction.InteractionKey — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.interaction.html b/api/pypath.core.interaction.html
index 2d3f5fec5..1e2fd9f8d 100644
--- a/api/pypath.core.interaction.html
+++ b/api/pypath.core.interaction.html
@@ -8,7 +8,7 @@
- pypath.core.interaction — pypath 0.16.14 documentation
+ pypath.core.interaction — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.intercell.IntercellAnnotation.html b/api/pypath.core.intercell.IntercellAnnotation.html
index a8408579e..c14f5899f 100644
--- a/api/pypath.core.intercell.IntercellAnnotation.html
+++ b/api/pypath.core.intercell.IntercellAnnotation.html
@@ -8,7 +8,7 @@
- pypath.core.intercell.IntercellAnnotation — pypath 0.16.14 documentation
+ pypath.core.intercell.IntercellAnnotation — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.intercell.get_db.html b/api/pypath.core.intercell.get_db.html
index 0b128cd20..71b15c018 100644
--- a/api/pypath.core.intercell.get_db.html
+++ b/api/pypath.core.intercell.get_db.html
@@ -8,7 +8,7 @@
- pypath.core.intercell.get_db — pypath 0.16.14 documentation
+ pypath.core.intercell.get_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.intercell.html b/api/pypath.core.intercell.html
index 455b7e1ed..27de17613 100644
--- a/api/pypath.core.intercell.html
+++ b/api/pypath.core.intercell.html
@@ -8,7 +8,7 @@
- pypath.core.intercell — pypath 0.16.14 documentation
+ pypath.core.intercell — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.intercell.init_db.html b/api/pypath.core.intercell.init_db.html
index 517446659..9937eb57d 100644
--- a/api/pypath.core.intercell.init_db.html
+++ b/api/pypath.core.intercell.init_db.html
@@ -8,7 +8,7 @@
- pypath.core.intercell.init_db — pypath 0.16.14 documentation
+ pypath.core.intercell.init_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.intercell_annot.excludes.html b/api/pypath.core.intercell_annot.excludes.html
index 9afc4bcf8..93b03290e 100644
--- a/api/pypath.core.intercell_annot.excludes.html
+++ b/api/pypath.core.intercell_annot.excludes.html
@@ -8,7 +8,7 @@
- pypath.core.intercell_annot.excludes — pypath 0.16.14 documentation
+ pypath.core.intercell_annot.excludes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.intercell_annot.html b/api/pypath.core.intercell_annot.html
index 3ec94d9bb..38178b29a 100644
--- a/api/pypath.core.intercell_annot.html
+++ b/api/pypath.core.intercell_annot.html
@@ -8,7 +8,7 @@
- pypath.core.intercell_annot — pypath 0.16.14 documentation
+ pypath.core.intercell_annot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.network.Network.html b/api/pypath.core.network.Network.html
index 2d622d0b8..cae510dd5 100644
--- a/api/pypath.core.network.Network.html
+++ b/api/pypath.core.network.Network.html
@@ -8,7 +8,7 @@
- pypath.core.network.Network — pypath 0.16.14 documentation
+ pypath.core.network.Network — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.network.NetworkEntityCollection.html b/api/pypath.core.network.NetworkEntityCollection.html
index 35a930b93..401dfde6a 100644
--- a/api/pypath.core.network.NetworkEntityCollection.html
+++ b/api/pypath.core.network.NetworkEntityCollection.html
@@ -8,7 +8,7 @@
- pypath.core.network.NetworkEntityCollection — pypath 0.16.14 documentation
+ pypath.core.network.NetworkEntityCollection — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.network.NetworkStatsRecord.html b/api/pypath.core.network.NetworkStatsRecord.html
index ec305acec..193da45d7 100644
--- a/api/pypath.core.network.NetworkStatsRecord.html
+++ b/api/pypath.core.network.NetworkStatsRecord.html
@@ -8,7 +8,7 @@
- pypath.core.network.NetworkStatsRecord — pypath 0.16.14 documentation
+ pypath.core.network.NetworkStatsRecord — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.network.get_db.html b/api/pypath.core.network.get_db.html
index 41d983471..317beb0b8 100644
--- a/api/pypath.core.network.get_db.html
+++ b/api/pypath.core.network.get_db.html
@@ -8,7 +8,7 @@
- pypath.core.network.get_db — pypath 0.16.14 documentation
+ pypath.core.network.get_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.network.html b/api/pypath.core.network.html
index 64c8e6d09..5a7083dab 100644
--- a/api/pypath.core.network.html
+++ b/api/pypath.core.network.html
@@ -8,7 +8,7 @@
- pypath.core.network — pypath 0.16.14 documentation
+ pypath.core.network — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.core.network.init_db.html b/api/pypath.core.network.init_db.html
index 1b7349c30..46cd6058e 100644
--- a/api/pypath.core.network.init_db.html
+++ b/api/pypath.core.network.init_db.html
@@ -8,7 +8,7 @@
- pypath.core.network.init_db — pypath 0.16.14 documentation
+ pypath.core.network.init_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.data.html b/api/pypath.data.html
index 3a1d053fa..ce32d151a 100644
--- a/api/pypath.data.html
+++ b/api/pypath.data.html
@@ -8,7 +8,7 @@
- pypath.data — pypath 0.16.14 documentation
+ pypath.data — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.disclaimer.html b/api/pypath.disclaimer.html
index 6e54064bb..a383d538d 100644
--- a/api/pypath.disclaimer.html
+++ b/api/pypath.disclaimer.html
@@ -8,7 +8,7 @@
- pypath.disclaimer — pypath 0.16.14 documentation
+ pypath.disclaimer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.html b/api/pypath.html
index d3e6b832b..ece2a2b62 100644
--- a/api/pypath.html
+++ b/api/pypath.html
@@ -8,7 +8,7 @@
- pypath — pypath 0.16.14 documentation
+ pypath — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.info.html b/api/pypath.info.html
index df8581027..b33ee6cde 100644
--- a/api/pypath.info.html
+++ b/api/pypath.info.html
@@ -8,7 +8,7 @@
- pypath.info — pypath 0.16.14 documentation
+ pypath.info — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.abs.abs_interactions.html b/api/pypath.inputs.abs.abs_interactions.html
index 08032aeb4..41849a94f 100644
--- a/api/pypath.inputs.abs.abs_interactions.html
+++ b/api/pypath.inputs.abs.abs_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.abs.abs_interactions — pypath 0.16.14 documentation
+ pypath.inputs.abs.abs_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.abs.html b/api/pypath.inputs.abs.html
index 587df25ef..b030e443d 100644
--- a/api/pypath.inputs.abs.html
+++ b/api/pypath.inputs.abs.html
@@ -8,7 +8,7 @@
- pypath.inputs.abs — pypath 0.16.14 documentation
+ pypath.inputs.abs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.acsn.acsn_interactions.html b/api/pypath.inputs.acsn.acsn_interactions.html
index fc2845205..209558e9a 100644
--- a/api/pypath.inputs.acsn.acsn_interactions.html
+++ b/api/pypath.inputs.acsn.acsn_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.acsn.acsn_interactions — pypath 0.16.14 documentation
+ pypath.inputs.acsn.acsn_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.acsn.acsn_interactions_sif.html b/api/pypath.inputs.acsn.acsn_interactions_sif.html
index f8921d4d1..2008eb1ef 100644
--- a/api/pypath.inputs.acsn.acsn_interactions_sif.html
+++ b/api/pypath.inputs.acsn.acsn_interactions_sif.html
@@ -8,7 +8,7 @@
- pypath.inputs.acsn.acsn_interactions_sif — pypath 0.16.14 documentation
+ pypath.inputs.acsn.acsn_interactions_sif — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.acsn.html b/api/pypath.inputs.acsn.html
index 2c9aee916..97e3005f2 100644
--- a/api/pypath.inputs.acsn.html
+++ b/api/pypath.inputs.acsn.html
@@ -8,7 +8,7 @@
- pypath.inputs.acsn — pypath 0.16.14 documentation
+ pypath.inputs.acsn — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adhesome.adhesome_annotations.html b/api/pypath.inputs.adhesome.adhesome_annotations.html
index a26e85c0e..6d3664420 100644
--- a/api/pypath.inputs.adhesome.adhesome_annotations.html
+++ b/api/pypath.inputs.adhesome.adhesome_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.adhesome.adhesome_annotations — pypath 0.16.14 documentation
+ pypath.inputs.adhesome.adhesome_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adhesome.adhesome_interactions.html b/api/pypath.inputs.adhesome.adhesome_interactions.html
index ad5054155..2f4c6df8b 100644
--- a/api/pypath.inputs.adhesome.adhesome_interactions.html
+++ b/api/pypath.inputs.adhesome.adhesome_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.adhesome.adhesome_interactions — pypath 0.16.14 documentation
+ pypath.inputs.adhesome.adhesome_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adhesome.html b/api/pypath.inputs.adhesome.html
index edf05188f..279acde9d 100644
--- a/api/pypath.inputs.adhesome.html
+++ b/api/pypath.inputs.adhesome.html
@@ -8,7 +8,7 @@
- pypath.inputs.adhesome — pypath 0.16.14 documentation
+ pypath.inputs.adhesome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adrecs.AdrecsAdr.html b/api/pypath.inputs.adrecs.AdrecsAdr.html
index a49bd3684..838bc593a 100644
--- a/api/pypath.inputs.adrecs.AdrecsAdr.html
+++ b/api/pypath.inputs.adrecs.AdrecsAdr.html
@@ -8,7 +8,7 @@
- pypath.inputs.adrecs.AdrecsAdr — pypath 0.16.14 documentation
+ pypath.inputs.adrecs.AdrecsAdr — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adrecs.AdrecsChildParent.html b/api/pypath.inputs.adrecs.AdrecsChildParent.html
index 869a3f1ae..713ec94c3 100644
--- a/api/pypath.inputs.adrecs.AdrecsChildParent.html
+++ b/api/pypath.inputs.adrecs.AdrecsChildParent.html
@@ -8,7 +8,7 @@
- pypath.inputs.adrecs.AdrecsChildParent — pypath 0.16.14 documentation
+ pypath.inputs.adrecs.AdrecsChildParent — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adrecs.AdrecsDrug.html b/api/pypath.inputs.adrecs.AdrecsDrug.html
index 472355339..d44e01cda 100644
--- a/api/pypath.inputs.adrecs.AdrecsDrug.html
+++ b/api/pypath.inputs.adrecs.AdrecsDrug.html
@@ -8,7 +8,7 @@
- pypath.inputs.adrecs.AdrecsDrug — pypath 0.16.14 documentation
+ pypath.inputs.adrecs.AdrecsDrug — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adrecs.AdrecsDrugAdr.html b/api/pypath.inputs.adrecs.AdrecsDrugAdr.html
index 8e5fd7be8..7caf79cac 100644
--- a/api/pypath.inputs.adrecs.AdrecsDrugAdr.html
+++ b/api/pypath.inputs.adrecs.AdrecsDrugAdr.html
@@ -8,7 +8,7 @@
- pypath.inputs.adrecs.AdrecsDrugAdr — pypath 0.16.14 documentation
+ pypath.inputs.adrecs.AdrecsDrugAdr — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adrecs.AdrecsTerm.html b/api/pypath.inputs.adrecs.AdrecsTerm.html
index 15dcfac83..cf98fc782 100644
--- a/api/pypath.inputs.adrecs.AdrecsTerm.html
+++ b/api/pypath.inputs.adrecs.AdrecsTerm.html
@@ -8,7 +8,7 @@
- pypath.inputs.adrecs.AdrecsTerm — pypath 0.16.14 documentation
+ pypath.inputs.adrecs.AdrecsTerm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adrecs.adrecs_adr_ontology.html b/api/pypath.inputs.adrecs.adrecs_adr_ontology.html
index 2bfcdae66..2ca0ca6f2 100644
--- a/api/pypath.inputs.adrecs.adrecs_adr_ontology.html
+++ b/api/pypath.inputs.adrecs.adrecs_adr_ontology.html
@@ -8,7 +8,7 @@
- pypath.inputs.adrecs.adrecs_adr_ontology — pypath 0.16.14 documentation
+ pypath.inputs.adrecs.adrecs_adr_ontology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adrecs.adrecs_drug_adr.html b/api/pypath.inputs.adrecs.adrecs_drug_adr.html
index 2de8edd92..a63937c3a 100644
--- a/api/pypath.inputs.adrecs.adrecs_drug_adr.html
+++ b/api/pypath.inputs.adrecs.adrecs_drug_adr.html
@@ -8,7 +8,7 @@
- pypath.inputs.adrecs.adrecs_drug_adr — pypath 0.16.14 documentation
+ pypath.inputs.adrecs.adrecs_drug_adr — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adrecs.adrecs_drug_identifiers.html b/api/pypath.inputs.adrecs.adrecs_drug_identifiers.html
index 8e109bfde..df1cc9951 100644
--- a/api/pypath.inputs.adrecs.adrecs_drug_identifiers.html
+++ b/api/pypath.inputs.adrecs.adrecs_drug_identifiers.html
@@ -8,7 +8,7 @@
- pypath.inputs.adrecs.adrecs_drug_identifiers — pypath 0.16.14 documentation
+ pypath.inputs.adrecs.adrecs_drug_identifiers — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adrecs.adrecs_hierarchy.html b/api/pypath.inputs.adrecs.adrecs_hierarchy.html
index 8bd58bc60..aed399f68 100644
--- a/api/pypath.inputs.adrecs.adrecs_hierarchy.html
+++ b/api/pypath.inputs.adrecs.adrecs_hierarchy.html
@@ -8,7 +8,7 @@
- pypath.inputs.adrecs.adrecs_hierarchy — pypath 0.16.14 documentation
+ pypath.inputs.adrecs.adrecs_hierarchy — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.adrecs.html b/api/pypath.inputs.adrecs.html
index 13469bf10..e9584a145 100644
--- a/api/pypath.inputs.adrecs.html
+++ b/api/pypath.inputs.adrecs.html
@@ -8,7 +8,7 @@
- pypath.inputs.adrecs — pypath 0.16.14 documentation
+ pypath.inputs.adrecs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.almen2009.almen2009_annotations.html b/api/pypath.inputs.almen2009.almen2009_annotations.html
index 5f0cd5b2d..d237aec17 100644
--- a/api/pypath.inputs.almen2009.almen2009_annotations.html
+++ b/api/pypath.inputs.almen2009.almen2009_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.almen2009.almen2009_annotations — pypath 0.16.14 documentation
+ pypath.inputs.almen2009.almen2009_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.almen2009.html b/api/pypath.inputs.almen2009.html
index 2bdc384ef..1a39cc567 100644
--- a/api/pypath.inputs.almen2009.html
+++ b/api/pypath.inputs.almen2009.html
@@ -8,7 +8,7 @@
- pypath.inputs.almen2009 — pypath 0.16.14 documentation
+ pypath.inputs.almen2009 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.baccin2019.baccin2019_annotations.html b/api/pypath.inputs.baccin2019.baccin2019_annotations.html
index 9a47cdcb4..673ac826f 100644
--- a/api/pypath.inputs.baccin2019.baccin2019_annotations.html
+++ b/api/pypath.inputs.baccin2019.baccin2019_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.baccin2019.baccin2019_annotations — pypath 0.16.14 documentation
+ pypath.inputs.baccin2019.baccin2019_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.baccin2019.baccin2019_interactions.html b/api/pypath.inputs.baccin2019.baccin2019_interactions.html
index d59a62caf..cd534feeb 100644
--- a/api/pypath.inputs.baccin2019.baccin2019_interactions.html
+++ b/api/pypath.inputs.baccin2019.baccin2019_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.baccin2019.baccin2019_interactions — pypath 0.16.14 documentation
+ pypath.inputs.baccin2019.baccin2019_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.baccin2019.html b/api/pypath.inputs.baccin2019.html
index 2b5b381f0..0b2b333f5 100644
--- a/api/pypath.inputs.baccin2019.html
+++ b/api/pypath.inputs.baccin2019.html
@@ -8,7 +8,7 @@
- pypath.inputs.baccin2019 — pypath 0.16.14 documentation
+ pypath.inputs.baccin2019 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biogps.BiogpsDataset.html b/api/pypath.inputs.biogps.BiogpsDataset.html
index bf2aefe74..ce9879f94 100644
--- a/api/pypath.inputs.biogps.BiogpsDataset.html
+++ b/api/pypath.inputs.biogps.BiogpsDataset.html
@@ -8,7 +8,7 @@
- pypath.inputs.biogps.BiogpsDataset — pypath 0.16.14 documentation
+ pypath.inputs.biogps.BiogpsDataset — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biogps.biogps_annotations.html b/api/pypath.inputs.biogps.biogps_annotations.html
index d6a1bf873..9a5f89d84 100644
--- a/api/pypath.inputs.biogps.biogps_annotations.html
+++ b/api/pypath.inputs.biogps.biogps_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.biogps.biogps_annotations — pypath 0.16.14 documentation
+ pypath.inputs.biogps.biogps_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biogps.biogps_datasets.html b/api/pypath.inputs.biogps.biogps_datasets.html
index 0793ebed7..b1c27ce74 100644
--- a/api/pypath.inputs.biogps.biogps_datasets.html
+++ b/api/pypath.inputs.biogps.biogps_datasets.html
@@ -8,7 +8,7 @@
- pypath.inputs.biogps.biogps_datasets — pypath 0.16.14 documentation
+ pypath.inputs.biogps.biogps_datasets — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biogps.biogps_download.html b/api/pypath.inputs.biogps.biogps_download.html
index ff63e5d45..eb124690f 100644
--- a/api/pypath.inputs.biogps.biogps_download.html
+++ b/api/pypath.inputs.biogps.biogps_download.html
@@ -8,7 +8,7 @@
- pypath.inputs.biogps.biogps_download — pypath 0.16.14 documentation
+ pypath.inputs.biogps.biogps_download — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biogps.biogps_download_all.html b/api/pypath.inputs.biogps.biogps_download_all.html
index 62f151dfb..ca49a8335 100644
--- a/api/pypath.inputs.biogps.biogps_download_all.html
+++ b/api/pypath.inputs.biogps.biogps_download_all.html
@@ -8,7 +8,7 @@
- pypath.inputs.biogps.biogps_download_all — pypath 0.16.14 documentation
+ pypath.inputs.biogps.biogps_download_all — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biogps.html b/api/pypath.inputs.biogps.html
index 0e07eaa88..3b678ce2d 100644
--- a/api/pypath.inputs.biogps.html
+++ b/api/pypath.inputs.biogps.html
@@ -8,7 +8,7 @@
- pypath.inputs.biogps — pypath 0.16.14 documentation
+ pypath.inputs.biogps — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biogrid.biogrid_all_interactions.html b/api/pypath.inputs.biogrid.biogrid_all_interactions.html
index d09374d39..a1e36efc0 100644
--- a/api/pypath.inputs.biogrid.biogrid_all_interactions.html
+++ b/api/pypath.inputs.biogrid.biogrid_all_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.biogrid.biogrid_all_interactions — pypath 0.16.14 documentation
+ pypath.inputs.biogrid.biogrid_all_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biogrid.biogrid_interactions.html b/api/pypath.inputs.biogrid.biogrid_interactions.html
index 11194ce39..9fc135022 100644
--- a/api/pypath.inputs.biogrid.biogrid_interactions.html
+++ b/api/pypath.inputs.biogrid.biogrid_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.biogrid.biogrid_interactions — pypath 0.16.14 documentation
+ pypath.inputs.biogrid.biogrid_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biogrid.html b/api/pypath.inputs.biogrid.html
index 5a524d725..41bfc118c 100644
--- a/api/pypath.inputs.biogrid.html
+++ b/api/pypath.inputs.biogrid.html
@@ -8,7 +8,7 @@
- pypath.inputs.biogrid — pypath 0.16.14 documentation
+ pypath.inputs.biogrid — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomart.biomart_homology.html b/api/pypath.inputs.biomart.biomart_homology.html
index 2550bfc13..215652a62 100644
--- a/api/pypath.inputs.biomart.biomart_homology.html
+++ b/api/pypath.inputs.biomart.biomart_homology.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomart.biomart_homology — pypath 0.16.14 documentation
+ pypath.inputs.biomart.biomart_homology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomart.biomart_microarray.html b/api/pypath.inputs.biomart.biomart_microarray.html
index edaf1b507..55b86d440 100644
--- a/api/pypath.inputs.biomart.biomart_microarray.html
+++ b/api/pypath.inputs.biomart.biomart_microarray.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomart.biomart_microarray — pypath 0.16.14 documentation
+ pypath.inputs.biomart.biomart_microarray — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomart.biomart_microarray_types.html b/api/pypath.inputs.biomart.biomart_microarray_types.html
index 4317fc08e..9289ec66c 100644
--- a/api/pypath.inputs.biomart.biomart_microarray_types.html
+++ b/api/pypath.inputs.biomart.biomart_microarray_types.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomart.biomart_microarray_types — pypath 0.16.14 documentation
+ pypath.inputs.biomart.biomart_microarray_types — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomart.biomart_microarrays.html b/api/pypath.inputs.biomart.biomart_microarrays.html
index 4585ed319..28e96b5d0 100644
--- a/api/pypath.inputs.biomart.biomart_microarrays.html
+++ b/api/pypath.inputs.biomart.biomart_microarrays.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomart.biomart_microarrays — pypath 0.16.14 documentation
+ pypath.inputs.biomart.biomart_microarrays — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomart.biomart_query.html b/api/pypath.inputs.biomart.biomart_query.html
index 2112e7ac0..b9171e7ef 100644
--- a/api/pypath.inputs.biomart.biomart_query.html
+++ b/api/pypath.inputs.biomart.biomart_query.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomart.biomart_query — pypath 0.16.14 documentation
+ pypath.inputs.biomart.biomart_query — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomart.html b/api/pypath.inputs.biomart.html
index 8e71a980c..fb50ba9cf 100644
--- a/api/pypath.inputs.biomart.html
+++ b/api/pypath.inputs.biomart.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomart — pypath 0.16.14 documentation
+ pypath.inputs.biomart — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomodels.download_single_model.html b/api/pypath.inputs.biomodels.download_single_model.html
index c21393253..15eb893d1 100644
--- a/api/pypath.inputs.biomodels.download_single_model.html
+++ b/api/pypath.inputs.biomodels.download_single_model.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomodels.download_single_model — pypath 0.16.14 documentation
+ pypath.inputs.biomodels.download_single_model — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomodels.get_all_models.html b/api/pypath.inputs.biomodels.get_all_models.html
index 2ac429933..bbe36415d 100644
--- a/api/pypath.inputs.biomodels.get_all_models.html
+++ b/api/pypath.inputs.biomodels.get_all_models.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomodels.get_all_models — pypath 0.16.14 documentation
+ pypath.inputs.biomodels.get_all_models — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomodels.get_biomodels.html b/api/pypath.inputs.biomodels.get_biomodels.html
index 12791bccb..aa82a3b2b 100644
--- a/api/pypath.inputs.biomodels.get_biomodels.html
+++ b/api/pypath.inputs.biomodels.get_biomodels.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomodels.get_biomodels — pypath 0.16.14 documentation
+ pypath.inputs.biomodels.get_biomodels — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomodels.get_biomodels_req.html b/api/pypath.inputs.biomodels.get_biomodels_req.html
index e56e26eb2..6a0d31cb5 100644
--- a/api/pypath.inputs.biomodels.get_biomodels_req.html
+++ b/api/pypath.inputs.biomodels.get_biomodels_req.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomodels.get_biomodels_req — pypath 0.16.14 documentation
+ pypath.inputs.biomodels.get_biomodels_req — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomodels.get_single_model.html b/api/pypath.inputs.biomodels.get_single_model.html
index dd69022c0..b69870c7d 100644
--- a/api/pypath.inputs.biomodels.get_single_model.html
+++ b/api/pypath.inputs.biomodels.get_single_model.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomodels.get_single_model — pypath 0.16.14 documentation
+ pypath.inputs.biomodels.get_single_model — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.biomodels.html b/api/pypath.inputs.biomodels.html
index 997bcc9bf..01014e5bf 100644
--- a/api/pypath.inputs.biomodels.html
+++ b/api/pypath.inputs.biomodels.html
@@ -8,7 +8,7 @@
- pypath.inputs.biomodels — pypath 0.16.14 documentation
+ pypath.inputs.biomodels — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ca1.ca1_interactions.html b/api/pypath.inputs.ca1.ca1_interactions.html
index e5c104af8..128d8c2c5 100644
--- a/api/pypath.inputs.ca1.ca1_interactions.html
+++ b/api/pypath.inputs.ca1.ca1_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.ca1.ca1_interactions — pypath 0.16.14 documentation
+ pypath.inputs.ca1.ca1_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ca1.html b/api/pypath.inputs.ca1.html
index a47078dc1..e32e0b770 100644
--- a/api/pypath.inputs.ca1.html
+++ b/api/pypath.inputs.ca1.html
@@ -8,7 +8,7 @@
- pypath.inputs.ca1 — pypath 0.16.14 documentation
+ pypath.inputs.ca1 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cancercellmap.ccmap_interactions.html b/api/pypath.inputs.cancercellmap.ccmap_interactions.html
index 680a39495..6dc74af63 100644
--- a/api/pypath.inputs.cancercellmap.ccmap_interactions.html
+++ b/api/pypath.inputs.cancercellmap.ccmap_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.cancercellmap.ccmap_interactions — pypath 0.16.14 documentation
+ pypath.inputs.cancercellmap.ccmap_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cancercellmap.html b/api/pypath.inputs.cancercellmap.html
index 3fb87e1a3..c24c76e15 100644
--- a/api/pypath.inputs.cancercellmap.html
+++ b/api/pypath.inputs.cancercellmap.html
@@ -8,7 +8,7 @@
- pypath.inputs.cancercellmap — pypath 0.16.14 documentation
+ pypath.inputs.cancercellmap — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_annotations.html b/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_annotations.html
index 6bfaa42c0..e1136dc76 100644
--- a/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_annotations.html
+++ b/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cancerdrugsdb.cancerdrugsdb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cancerdrugsdb.cancerdrugsdb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_download.html b/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_download.html
index 21110c677..39060a570 100644
--- a/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_download.html
+++ b/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_download.html
@@ -8,7 +8,7 @@
- pypath.inputs.cancerdrugsdb.cancerdrugsdb_download — pypath 0.16.14 documentation
+ pypath.inputs.cancerdrugsdb.cancerdrugsdb_download — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_interactions.html b/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_interactions.html
index d1506ddbd..d01a4cc48 100644
--- a/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_interactions.html
+++ b/api/pypath.inputs.cancerdrugsdb.cancerdrugsdb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.cancerdrugsdb.cancerdrugsdb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.cancerdrugsdb.cancerdrugsdb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cancerdrugsdb.html b/api/pypath.inputs.cancerdrugsdb.html
index fa8975083..60e4dfba6 100644
--- a/api/pypath.inputs.cancerdrugsdb.html
+++ b/api/pypath.inputs.cancerdrugsdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.cancerdrugsdb — pypath 0.16.14 documentation
+ pypath.inputs.cancerdrugsdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cancersea.cancersea_annotations.html b/api/pypath.inputs.cancersea.cancersea_annotations.html
index a378659b8..23a9963b2 100644
--- a/api/pypath.inputs.cancersea.cancersea_annotations.html
+++ b/api/pypath.inputs.cancersea.cancersea_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cancersea.cancersea_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cancersea.cancersea_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cancersea.html b/api/pypath.inputs.cancersea.html
index 5c00b6937..55355dc1e 100644
--- a/api/pypath.inputs.cancersea.html
+++ b/api/pypath.inputs.cancersea.html
@@ -8,7 +8,7 @@
- pypath.inputs.cancersea — pypath 0.16.14 documentation
+ pypath.inputs.cancersea — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cell.cell_supplementary.html b/api/pypath.inputs.cell.cell_supplementary.html
index 4199d9ad5..34f9d7f4c 100644
--- a/api/pypath.inputs.cell.cell_supplementary.html
+++ b/api/pypath.inputs.cell.cell_supplementary.html
@@ -8,7 +8,7 @@
- pypath.inputs.cell.cell_supplementary — pypath 0.16.14 documentation
+ pypath.inputs.cell.cell_supplementary — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cell.html b/api/pypath.inputs.cell.html
index 725c24303..672485866 100644
--- a/api/pypath.inputs.cell.html
+++ b/api/pypath.inputs.cell.html
@@ -8,7 +8,7 @@
- pypath.inputs.cell — pypath 0.16.14 documentation
+ pypath.inputs.cell — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellcall.cellcall_annotations.html b/api/pypath.inputs.cellcall.cellcall_annotations.html
index 1b0eb1efc..90e0769ed 100644
--- a/api/pypath.inputs.cellcall.cellcall_annotations.html
+++ b/api/pypath.inputs.cellcall.cellcall_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellcall.cellcall_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cellcall.cellcall_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellcall.cellcall_download.html b/api/pypath.inputs.cellcall.cellcall_download.html
index 30c8f587e..d7b0c016a 100644
--- a/api/pypath.inputs.cellcall.cellcall_download.html
+++ b/api/pypath.inputs.cellcall.cellcall_download.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellcall.cellcall_download — pypath 0.16.14 documentation
+ pypath.inputs.cellcall.cellcall_download — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellcall.cellcall_download_all.html b/api/pypath.inputs.cellcall.cellcall_download_all.html
index 030b59139..9a893e957 100644
--- a/api/pypath.inputs.cellcall.cellcall_download_all.html
+++ b/api/pypath.inputs.cellcall.cellcall_download_all.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellcall.cellcall_download_all — pypath 0.16.14 documentation
+ pypath.inputs.cellcall.cellcall_download_all — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellcall.cellcall_interactions.html b/api/pypath.inputs.cellcall.cellcall_interactions.html
index 8646467a7..4395532b1 100644
--- a/api/pypath.inputs.cellcall.cellcall_interactions.html
+++ b/api/pypath.inputs.cellcall.cellcall_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellcall.cellcall_interactions — pypath 0.16.14 documentation
+ pypath.inputs.cellcall.cellcall_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellcall.html b/api/pypath.inputs.cellcall.html
index c80db4395..8d9e20007 100644
--- a/api/pypath.inputs.cellcall.html
+++ b/api/pypath.inputs.cellcall.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellcall — pypath 0.16.14 documentation
+ pypath.inputs.cellcall — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellcellinteractions.cellcellinteractions_annotations.html b/api/pypath.inputs.cellcellinteractions.cellcellinteractions_annotations.html
index e1a05cdb4..eaf3c6d4a 100644
--- a/api/pypath.inputs.cellcellinteractions.cellcellinteractions_annotations.html
+++ b/api/pypath.inputs.cellcellinteractions.cellcellinteractions_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellcellinteractions.cellcellinteractions_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cellcellinteractions.cellcellinteractions_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellcellinteractions.html b/api/pypath.inputs.cellcellinteractions.html
index 4c8000966..cdf14f7a3 100644
--- a/api/pypath.inputs.cellcellinteractions.html
+++ b/api/pypath.inputs.cellcellinteractions.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellcellinteractions — pypath 0.16.14 documentation
+ pypath.inputs.cellcellinteractions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellchatdb.cellchatdb_annotations.html b/api/pypath.inputs.cellchatdb.cellchatdb_annotations.html
index 466fb50c2..afaf7b59a 100644
--- a/api/pypath.inputs.cellchatdb.cellchatdb_annotations.html
+++ b/api/pypath.inputs.cellchatdb.cellchatdb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellchatdb.cellchatdb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cellchatdb.cellchatdb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellchatdb.cellchatdb_cofactors.html b/api/pypath.inputs.cellchatdb.cellchatdb_cofactors.html
index 9372b846c..7c42b7498 100644
--- a/api/pypath.inputs.cellchatdb.cellchatdb_cofactors.html
+++ b/api/pypath.inputs.cellchatdb.cellchatdb_cofactors.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellchatdb.cellchatdb_cofactors — pypath 0.16.14 documentation
+ pypath.inputs.cellchatdb.cellchatdb_cofactors — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellchatdb.cellchatdb_complexes.html b/api/pypath.inputs.cellchatdb.cellchatdb_complexes.html
index 4f60315d1..f1fbd98cf 100644
--- a/api/pypath.inputs.cellchatdb.cellchatdb_complexes.html
+++ b/api/pypath.inputs.cellchatdb.cellchatdb_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellchatdb.cellchatdb_complexes — pypath 0.16.14 documentation
+ pypath.inputs.cellchatdb.cellchatdb_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellchatdb.cellchatdb_download.html b/api/pypath.inputs.cellchatdb.cellchatdb_download.html
index 59c5dcc4a..7d0b706f6 100644
--- a/api/pypath.inputs.cellchatdb.cellchatdb_download.html
+++ b/api/pypath.inputs.cellchatdb.cellchatdb_download.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellchatdb.cellchatdb_download — pypath 0.16.14 documentation
+ pypath.inputs.cellchatdb.cellchatdb_download — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellchatdb.cellchatdb_interactions.html b/api/pypath.inputs.cellchatdb.cellchatdb_interactions.html
index 2b90f8dca..8e2f2945f 100644
--- a/api/pypath.inputs.cellchatdb.cellchatdb_interactions.html
+++ b/api/pypath.inputs.cellchatdb.cellchatdb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellchatdb.cellchatdb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.cellchatdb.cellchatdb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellchatdb.html b/api/pypath.inputs.cellchatdb.html
index 226e23e97..e398b9b83 100644
--- a/api/pypath.inputs.cellchatdb.html
+++ b/api/pypath.inputs.cellchatdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellchatdb — pypath 0.16.14 documentation
+ pypath.inputs.cellchatdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.CellinkerInteraction.html b/api/pypath.inputs.cellinker.CellinkerInteraction.html
index c7ce3b2d9..65803a53d 100644
--- a/api/pypath.inputs.cellinker.CellinkerInteraction.html
+++ b/api/pypath.inputs.cellinker.CellinkerInteraction.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker.CellinkerInteraction — pypath 0.16.14 documentation
+ pypath.inputs.cellinker.CellinkerInteraction — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.cellinker_annotations.html b/api/pypath.inputs.cellinker.cellinker_annotations.html
index e60b90605..d7b7fa0f5 100644
--- a/api/pypath.inputs.cellinker.cellinker_annotations.html
+++ b/api/pypath.inputs.cellinker.cellinker_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker.cellinker_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cellinker.cellinker_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.cellinker_complex_annotations.html b/api/pypath.inputs.cellinker.cellinker_complex_annotations.html
index 38bf07cd4..070e7953f 100644
--- a/api/pypath.inputs.cellinker.cellinker_complex_annotations.html
+++ b/api/pypath.inputs.cellinker.cellinker_complex_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker.cellinker_complex_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cellinker.cellinker_complex_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.cellinker_complexes.html b/api/pypath.inputs.cellinker.cellinker_complexes.html
index 57db8256f..bf0625dae 100644
--- a/api/pypath.inputs.cellinker.cellinker_complexes.html
+++ b/api/pypath.inputs.cellinker.cellinker_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker.cellinker_complexes — pypath 0.16.14 documentation
+ pypath.inputs.cellinker.cellinker_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.cellinker_complexes_raw.html b/api/pypath.inputs.cellinker.cellinker_complexes_raw.html
index 589911ca7..fda2f08c1 100644
--- a/api/pypath.inputs.cellinker.cellinker_complexes_raw.html
+++ b/api/pypath.inputs.cellinker.cellinker_complexes_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker.cellinker_complexes_raw — pypath 0.16.14 documentation
+ pypath.inputs.cellinker.cellinker_complexes_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.cellinker_lr_interactions.html b/api/pypath.inputs.cellinker.cellinker_lr_interactions.html
index bd75f2cc0..8940bda57 100644
--- a/api/pypath.inputs.cellinker.cellinker_lr_interactions.html
+++ b/api/pypath.inputs.cellinker.cellinker_lr_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker.cellinker_lr_interactions — pypath 0.16.14 documentation
+ pypath.inputs.cellinker.cellinker_lr_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.cellinker_lr_interactions_raw.html b/api/pypath.inputs.cellinker.cellinker_lr_interactions_raw.html
index 3181f8039..ea5e2efdc 100644
--- a/api/pypath.inputs.cellinker.cellinker_lr_interactions_raw.html
+++ b/api/pypath.inputs.cellinker.cellinker_lr_interactions_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker.cellinker_lr_interactions_raw — pypath 0.16.14 documentation
+ pypath.inputs.cellinker.cellinker_lr_interactions_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.cellinker_protein_annotations.html b/api/pypath.inputs.cellinker.cellinker_protein_annotations.html
index 43184cc9e..fe99283ac 100644
--- a/api/pypath.inputs.cellinker.cellinker_protein_annotations.html
+++ b/api/pypath.inputs.cellinker.cellinker_protein_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker.cellinker_protein_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cellinker.cellinker_protein_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.cellinker_smol_interactions.html b/api/pypath.inputs.cellinker.cellinker_smol_interactions.html
index 762f74d36..dcd09c6b0 100644
--- a/api/pypath.inputs.cellinker.cellinker_smol_interactions.html
+++ b/api/pypath.inputs.cellinker.cellinker_smol_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker.cellinker_smol_interactions — pypath 0.16.14 documentation
+ pypath.inputs.cellinker.cellinker_smol_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.cellinker_smol_interactions_raw.html b/api/pypath.inputs.cellinker.cellinker_smol_interactions_raw.html
index 4d726002e..fea732551 100644
--- a/api/pypath.inputs.cellinker.cellinker_smol_interactions_raw.html
+++ b/api/pypath.inputs.cellinker.cellinker_smol_interactions_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker.cellinker_smol_interactions_raw — pypath 0.16.14 documentation
+ pypath.inputs.cellinker.cellinker_smol_interactions_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.components_to_complex.html b/api/pypath.inputs.cellinker.components_to_complex.html
index ea7db5dd9..d881d45cc 100644
--- a/api/pypath.inputs.cellinker.components_to_complex.html
+++ b/api/pypath.inputs.cellinker.components_to_complex.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker.components_to_complex — pypath 0.16.14 documentation
+ pypath.inputs.cellinker.components_to_complex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellinker.html b/api/pypath.inputs.cellinker.html
index c7b9bb701..b75a293fb 100644
--- a/api/pypath.inputs.cellinker.html
+++ b/api/pypath.inputs.cellinker.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellinker — pypath 0.16.14 documentation
+ pypath.inputs.cellinker — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellphonedb.CellPhoneDBAnnotation.html b/api/pypath.inputs.cellphonedb.CellPhoneDBAnnotation.html
index 4312bc84f..852863172 100644
--- a/api/pypath.inputs.cellphonedb.CellPhoneDBAnnotation.html
+++ b/api/pypath.inputs.cellphonedb.CellPhoneDBAnnotation.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellphonedb.CellPhoneDBAnnotation — pypath 0.16.14 documentation
+ pypath.inputs.cellphonedb.CellPhoneDBAnnotation — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellphonedb.cellphonedb_complex_annotations.html b/api/pypath.inputs.cellphonedb.cellphonedb_complex_annotations.html
index 05e53aa21..985681bbd 100644
--- a/api/pypath.inputs.cellphonedb.cellphonedb_complex_annotations.html
+++ b/api/pypath.inputs.cellphonedb.cellphonedb_complex_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellphonedb.cellphonedb_complex_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cellphonedb.cellphonedb_complex_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellphonedb.cellphonedb_complexes.html b/api/pypath.inputs.cellphonedb.cellphonedb_complexes.html
index f7b76aa4c..5646778cd 100644
--- a/api/pypath.inputs.cellphonedb.cellphonedb_complexes.html
+++ b/api/pypath.inputs.cellphonedb.cellphonedb_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellphonedb.cellphonedb_complexes — pypath 0.16.14 documentation
+ pypath.inputs.cellphonedb.cellphonedb_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellphonedb.cellphonedb_interactions.html b/api/pypath.inputs.cellphonedb.cellphonedb_interactions.html
index 99a458b8f..d5ad6c7f9 100644
--- a/api/pypath.inputs.cellphonedb.cellphonedb_interactions.html
+++ b/api/pypath.inputs.cellphonedb.cellphonedb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellphonedb.cellphonedb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.cellphonedb.cellphonedb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellphonedb.cellphonedb_ligands_receptors.html b/api/pypath.inputs.cellphonedb.cellphonedb_ligands_receptors.html
index f86bb3a75..b5fd1962e 100644
--- a/api/pypath.inputs.cellphonedb.cellphonedb_ligands_receptors.html
+++ b/api/pypath.inputs.cellphonedb.cellphonedb_ligands_receptors.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellphonedb.cellphonedb_ligands_receptors — pypath 0.16.14 documentation
+ pypath.inputs.cellphonedb.cellphonedb_ligands_receptors — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellphonedb.cellphonedb_protein_annotations.html b/api/pypath.inputs.cellphonedb.cellphonedb_protein_annotations.html
index 00763f9c5..46910a03a 100644
--- a/api/pypath.inputs.cellphonedb.cellphonedb_protein_annotations.html
+++ b/api/pypath.inputs.cellphonedb.cellphonedb_protein_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellphonedb.cellphonedb_protein_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cellphonedb.cellphonedb_protein_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cellphonedb.html b/api/pypath.inputs.cellphonedb.html
index fb3b42bb0..1a558bebd 100644
--- a/api/pypath.inputs.cellphonedb.html
+++ b/api/pypath.inputs.cellphonedb.html
@@ -8,7 +8,7 @@
- pypath.inputs.cellphonedb — pypath 0.16.14 documentation
+ pypath.inputs.cellphonedb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.celltalkdb.celltalkdb_annotations.html b/api/pypath.inputs.celltalkdb.celltalkdb_annotations.html
index 10b973c2e..9e56725ff 100644
--- a/api/pypath.inputs.celltalkdb.celltalkdb_annotations.html
+++ b/api/pypath.inputs.celltalkdb.celltalkdb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.celltalkdb.celltalkdb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.celltalkdb.celltalkdb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.celltalkdb.celltalkdb_download.html b/api/pypath.inputs.celltalkdb.celltalkdb_download.html
index 8a109cd49..3c578b3b0 100644
--- a/api/pypath.inputs.celltalkdb.celltalkdb_download.html
+++ b/api/pypath.inputs.celltalkdb.celltalkdb_download.html
@@ -8,7 +8,7 @@
- pypath.inputs.celltalkdb.celltalkdb_download — pypath 0.16.14 documentation
+ pypath.inputs.celltalkdb.celltalkdb_download — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.celltalkdb.celltalkdb_interactions.html b/api/pypath.inputs.celltalkdb.celltalkdb_interactions.html
index 20607b46d..03c0d1ae2 100644
--- a/api/pypath.inputs.celltalkdb.celltalkdb_interactions.html
+++ b/api/pypath.inputs.celltalkdb.celltalkdb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.celltalkdb.celltalkdb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.celltalkdb.celltalkdb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.celltalkdb.html b/api/pypath.inputs.celltalkdb.html
index 89e873209..ce8ce004e 100644
--- a/api/pypath.inputs.celltalkdb.html
+++ b/api/pypath.inputs.celltalkdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.celltalkdb — pypath 0.16.14 documentation
+ pypath.inputs.celltalkdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.celltypist.celltypist_annotations.html b/api/pypath.inputs.celltypist.celltypist_annotations.html
index 166f63c21..995513f64 100644
--- a/api/pypath.inputs.celltypist.celltypist_annotations.html
+++ b/api/pypath.inputs.celltypist.celltypist_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.celltypist.celltypist_annotations — pypath 0.16.14 documentation
+ pypath.inputs.celltypist.celltypist_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.celltypist.html b/api/pypath.inputs.celltypist.html
index 2d03dd320..9a400b9a5 100644
--- a/api/pypath.inputs.celltypist.html
+++ b/api/pypath.inputs.celltypist.html
@@ -8,7 +8,7 @@
- pypath.inputs.celltypist — pypath 0.16.14 documentation
+ pypath.inputs.celltypist — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.chembl.chembl_activities.html b/api/pypath.inputs.chembl.chembl_activities.html
index cee6e3d9e..b9f8f51ed 100644
--- a/api/pypath.inputs.chembl.chembl_activities.html
+++ b/api/pypath.inputs.chembl.chembl_activities.html
@@ -8,7 +8,7 @@
- pypath.inputs.chembl.chembl_activities — pypath 0.16.14 documentation
+ pypath.inputs.chembl.chembl_activities — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.chembl.chembl_assays.html b/api/pypath.inputs.chembl.chembl_assays.html
index 76a2d5b5a..27f0c1240 100644
--- a/api/pypath.inputs.chembl.chembl_assays.html
+++ b/api/pypath.inputs.chembl.chembl_assays.html
@@ -8,7 +8,7 @@
- pypath.inputs.chembl.chembl_assays — pypath 0.16.14 documentation
+ pypath.inputs.chembl.chembl_assays — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.chembl.chembl_documents.html b/api/pypath.inputs.chembl.chembl_documents.html
index b225f813c..122f9365d 100644
--- a/api/pypath.inputs.chembl.chembl_documents.html
+++ b/api/pypath.inputs.chembl.chembl_documents.html
@@ -8,7 +8,7 @@
- pypath.inputs.chembl.chembl_documents — pypath 0.16.14 documentation
+ pypath.inputs.chembl.chembl_documents — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.chembl.chembl_drug_indications.html b/api/pypath.inputs.chembl.chembl_drug_indications.html
index 17abcc3e9..ef26ed8fa 100644
--- a/api/pypath.inputs.chembl.chembl_drug_indications.html
+++ b/api/pypath.inputs.chembl.chembl_drug_indications.html
@@ -8,7 +8,7 @@
- pypath.inputs.chembl.chembl_drug_indications — pypath 0.16.14 documentation
+ pypath.inputs.chembl.chembl_drug_indications — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.chembl.chembl_mechanisms.html b/api/pypath.inputs.chembl.chembl_mechanisms.html
index 193af788a..109cdf875 100644
--- a/api/pypath.inputs.chembl.chembl_mechanisms.html
+++ b/api/pypath.inputs.chembl.chembl_mechanisms.html
@@ -8,7 +8,7 @@
- pypath.inputs.chembl.chembl_mechanisms — pypath 0.16.14 documentation
+ pypath.inputs.chembl.chembl_mechanisms — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.chembl.chembl_molecules.html b/api/pypath.inputs.chembl.chembl_molecules.html
index 2640cd8e4..157205c0c 100644
--- a/api/pypath.inputs.chembl.chembl_molecules.html
+++ b/api/pypath.inputs.chembl.chembl_molecules.html
@@ -8,7 +8,7 @@
- pypath.inputs.chembl.chembl_molecules — pypath 0.16.14 documentation
+ pypath.inputs.chembl.chembl_molecules — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.chembl.chembl_targets.html b/api/pypath.inputs.chembl.chembl_targets.html
index 1ea4dc0e3..61192fa30 100644
--- a/api/pypath.inputs.chembl.chembl_targets.html
+++ b/api/pypath.inputs.chembl.chembl_targets.html
@@ -8,7 +8,7 @@
- pypath.inputs.chembl.chembl_targets — pypath 0.16.14 documentation
+ pypath.inputs.chembl.chembl_targets — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.chembl.html b/api/pypath.inputs.chembl.html
index d92538201..d3d16e89e 100644
--- a/api/pypath.inputs.chembl.html
+++ b/api/pypath.inputs.chembl.html
@@ -8,7 +8,7 @@
- pypath.inputs.chembl — pypath 0.16.14 documentation
+ pypath.inputs.chembl — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.clinvar.clinvar_citations.html b/api/pypath.inputs.clinvar.clinvar_citations.html
index 1d0d27fcf..12fbef47f 100644
--- a/api/pypath.inputs.clinvar.clinvar_citations.html
+++ b/api/pypath.inputs.clinvar.clinvar_citations.html
@@ -8,7 +8,7 @@
- pypath.inputs.clinvar.clinvar_citations — pypath 0.16.14 documentation
+ pypath.inputs.clinvar.clinvar_citations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.clinvar.clinvar_raw.html b/api/pypath.inputs.clinvar.clinvar_raw.html
index 903fd0dac..6c5fe2c36 100644
--- a/api/pypath.inputs.clinvar.clinvar_raw.html
+++ b/api/pypath.inputs.clinvar.clinvar_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.clinvar.clinvar_raw — pypath 0.16.14 documentation
+ pypath.inputs.clinvar.clinvar_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.clinvar.html b/api/pypath.inputs.clinvar.html
index da18ea3d8..0ce8d95ba 100644
--- a/api/pypath.inputs.clinvar.html
+++ b/api/pypath.inputs.clinvar.html
@@ -8,7 +8,7 @@
- pypath.inputs.clinvar — pypath 0.16.14 documentation
+ pypath.inputs.clinvar — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.collectri.collectri_interactions.html b/api/pypath.inputs.collectri.collectri_interactions.html
index d0dc2d1e6..5aca04482 100644
--- a/api/pypath.inputs.collectri.collectri_interactions.html
+++ b/api/pypath.inputs.collectri.collectri_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.collectri.collectri_interactions — pypath 0.16.14 documentation
+ pypath.inputs.collectri.collectri_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.collectri.collectri_raw.html b/api/pypath.inputs.collectri.collectri_raw.html
index 04eb13c5a..9c9ca990b 100644
--- a/api/pypath.inputs.collectri.collectri_raw.html
+++ b/api/pypath.inputs.collectri.collectri_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.collectri.collectri_raw — pypath 0.16.14 documentation
+ pypath.inputs.collectri.collectri_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.collectri.html b/api/pypath.inputs.collectri.html
index f0e78bea3..cb63f03bc 100644
--- a/api/pypath.inputs.collectri.html
+++ b/api/pypath.inputs.collectri.html
@@ -8,7 +8,7 @@
- pypath.inputs.collectri — pypath 0.16.14 documentation
+ pypath.inputs.collectri — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.common.csv_sep_change.html b/api/pypath.inputs.common.csv_sep_change.html
index 1663dcd81..d1674a585 100644
--- a/api/pypath.inputs.common.csv_sep_change.html
+++ b/api/pypath.inputs.common.csv_sep_change.html
@@ -8,7 +8,7 @@
- pypath.inputs.common.csv_sep_change — pypath 0.16.14 documentation
+ pypath.inputs.common.csv_sep_change — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.common.glom_fields.html b/api/pypath.inputs.common.glom_fields.html
index fe41ea543..0c8828b72 100644
--- a/api/pypath.inputs.common.glom_fields.html
+++ b/api/pypath.inputs.common.glom_fields.html
@@ -8,7 +8,7 @@
- pypath.inputs.common.glom_fields — pypath 0.16.14 documentation
+ pypath.inputs.common.glom_fields — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.common.html b/api/pypath.inputs.common.html
index 6fda03857..7284a4e60 100644
--- a/api/pypath.inputs.common.html
+++ b/api/pypath.inputs.common.html
@@ -8,7 +8,7 @@
- pypath.inputs.common — pypath 0.16.14 documentation
+ pypath.inputs.common — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.common.json_extract.html b/api/pypath.inputs.common.json_extract.html
index 4f80205fd..12dd29459 100644
--- a/api/pypath.inputs.common.json_extract.html
+++ b/api/pypath.inputs.common.json_extract.html
@@ -8,7 +8,7 @@
- pypath.inputs.common.json_extract — pypath 0.16.14 documentation
+ pypath.inputs.common.json_extract — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.common.json_read.html b/api/pypath.inputs.common.json_read.html
index cbf46fa01..d0d7677c8 100644
--- a/api/pypath.inputs.common.json_read.html
+++ b/api/pypath.inputs.common.json_read.html
@@ -8,7 +8,7 @@
- pypath.inputs.common.json_read — pypath 0.16.14 documentation
+ pypath.inputs.common.json_read — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.common.read_table.html b/api/pypath.inputs.common.read_table.html
index 2ab698a47..7d7869b02 100644
--- a/api/pypath.inputs.common.read_table.html
+++ b/api/pypath.inputs.common.read_table.html
@@ -8,7 +8,7 @@
- pypath.inputs.common.read_table — pypath 0.16.14 documentation
+ pypath.inputs.common.read_table — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.common.read_xls.html b/api/pypath.inputs.common.read_xls.html
index 692c882f5..13cf7a600 100644
--- a/api/pypath.inputs.common.read_xls.html
+++ b/api/pypath.inputs.common.read_xls.html
@@ -8,7 +8,7 @@
- pypath.inputs.common.read_xls — pypath 0.16.14 documentation
+ pypath.inputs.common.read_xls — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.compath.compath_mappings.html b/api/pypath.inputs.compath.compath_mappings.html
index 4128e205e..da80e4156 100644
--- a/api/pypath.inputs.compath.compath_mappings.html
+++ b/api/pypath.inputs.compath.compath_mappings.html
@@ -8,7 +8,7 @@
- pypath.inputs.compath.compath_mappings — pypath 0.16.14 documentation
+ pypath.inputs.compath.compath_mappings — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.compath.html b/api/pypath.inputs.compath.html
index 9300ab9f3..03d52e0f1 100644
--- a/api/pypath.inputs.compath.html
+++ b/api/pypath.inputs.compath.html
@@ -8,7 +8,7 @@
- pypath.inputs.compath — pypath 0.16.14 documentation
+ pypath.inputs.compath — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.compleat.compleat_complexes.html b/api/pypath.inputs.compleat.compleat_complexes.html
index 81afbb9e3..4366db424 100644
--- a/api/pypath.inputs.compleat.compleat_complexes.html
+++ b/api/pypath.inputs.compleat.compleat_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.compleat.compleat_complexes — pypath 0.16.14 documentation
+ pypath.inputs.compleat.compleat_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.compleat.compleat_raw.html b/api/pypath.inputs.compleat.compleat_raw.html
index 8bd9b2db4..4a4ae59a4 100644
--- a/api/pypath.inputs.compleat.compleat_raw.html
+++ b/api/pypath.inputs.compleat.compleat_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.compleat.compleat_raw — pypath 0.16.14 documentation
+ pypath.inputs.compleat.compleat_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.compleat.html b/api/pypath.inputs.compleat.html
index 69c8ca0cf..e2a1eca1e 100644
--- a/api/pypath.inputs.compleat.html
+++ b/api/pypath.inputs.compleat.html
@@ -8,7 +8,7 @@
- pypath.inputs.compleat — pypath 0.16.14 documentation
+ pypath.inputs.compleat — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.complexportal.complexportal_complexes.html b/api/pypath.inputs.complexportal.complexportal_complexes.html
index 73be1ff80..fd48a8f7f 100644
--- a/api/pypath.inputs.complexportal.complexportal_complexes.html
+++ b/api/pypath.inputs.complexportal.complexportal_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.complexportal.complexportal_complexes — pypath 0.16.14 documentation
+ pypath.inputs.complexportal.complexportal_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.complexportal.html b/api/pypath.inputs.complexportal.html
index 26084a497..31843918d 100644
--- a/api/pypath.inputs.complexportal.html
+++ b/api/pypath.inputs.complexportal.html
@@ -8,7 +8,7 @@
- pypath.inputs.complexportal — pypath 0.16.14 documentation
+ pypath.inputs.complexportal — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.comppi.comppi_interaction_locations.html b/api/pypath.inputs.comppi.comppi_interaction_locations.html
index 907870e76..0d64f3174 100644
--- a/api/pypath.inputs.comppi.comppi_interaction_locations.html
+++ b/api/pypath.inputs.comppi.comppi_interaction_locations.html
@@ -8,7 +8,7 @@
- pypath.inputs.comppi.comppi_interaction_locations — pypath 0.16.14 documentation
+ pypath.inputs.comppi.comppi_interaction_locations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.comppi.comppi_locations.html b/api/pypath.inputs.comppi.comppi_locations.html
index c0ade866e..12c54177a 100644
--- a/api/pypath.inputs.comppi.comppi_locations.html
+++ b/api/pypath.inputs.comppi.comppi_locations.html
@@ -8,7 +8,7 @@
- pypath.inputs.comppi.comppi_locations — pypath 0.16.14 documentation
+ pypath.inputs.comppi.comppi_locations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.comppi.html b/api/pypath.inputs.comppi.html
index 9b37863a9..854d9ef01 100644
--- a/api/pypath.inputs.comppi.html
+++ b/api/pypath.inputs.comppi.html
@@ -8,7 +8,7 @@
- pypath.inputs.comppi — pypath 0.16.14 documentation
+ pypath.inputs.comppi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.connectomedb.connectomedb_annotations.html b/api/pypath.inputs.connectomedb.connectomedb_annotations.html
index 24fa5b31a..2df893dcc 100644
--- a/api/pypath.inputs.connectomedb.connectomedb_annotations.html
+++ b/api/pypath.inputs.connectomedb.connectomedb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.connectomedb.connectomedb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.connectomedb.connectomedb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.connectomedb.connectomedb_interactions.html b/api/pypath.inputs.connectomedb.connectomedb_interactions.html
index 949a552af..2fe317dcf 100644
--- a/api/pypath.inputs.connectomedb.connectomedb_interactions.html
+++ b/api/pypath.inputs.connectomedb.connectomedb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.connectomedb.connectomedb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.connectomedb.connectomedb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.connectomedb.html b/api/pypath.inputs.connectomedb.html
index a1e370a13..77a2d4bc4 100644
--- a/api/pypath.inputs.connectomedb.html
+++ b/api/pypath.inputs.connectomedb.html
@@ -8,7 +8,7 @@
- pypath.inputs.connectomedb — pypath 0.16.14 documentation
+ pypath.inputs.connectomedb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.corum.corum_complexes.html b/api/pypath.inputs.corum.corum_complexes.html
index 89ade2324..f822df093 100644
--- a/api/pypath.inputs.corum.corum_complexes.html
+++ b/api/pypath.inputs.corum.corum_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.corum.corum_complexes — pypath 0.16.14 documentation
+ pypath.inputs.corum.corum_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.corum.html b/api/pypath.inputs.corum.html
index b9ef2784f..08eb9d984 100644
--- a/api/pypath.inputs.corum.html
+++ b/api/pypath.inputs.corum.html
@@ -8,7 +8,7 @@
- pypath.inputs.corum — pypath 0.16.14 documentation
+ pypath.inputs.corum — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cosmic.cancer_gene_census_annotations.html b/api/pypath.inputs.cosmic.cancer_gene_census_annotations.html
index 92f49c99f..64f311977 100644
--- a/api/pypath.inputs.cosmic.cancer_gene_census_annotations.html
+++ b/api/pypath.inputs.cosmic.cancer_gene_census_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cosmic.cancer_gene_census_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cosmic.cancer_gene_census_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cosmic.html b/api/pypath.inputs.cosmic.html
index 9e986e396..dde2f8f89 100644
--- a/api/pypath.inputs.cosmic.html
+++ b/api/pypath.inputs.cosmic.html
@@ -8,7 +8,7 @@
- pypath.inputs.cosmic — pypath 0.16.14 documentation
+ pypath.inputs.cosmic — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cpad.cpad_annotations.html b/api/pypath.inputs.cpad.cpad_annotations.html
index f76e38f14..ba30b3911 100644
--- a/api/pypath.inputs.cpad.cpad_annotations.html
+++ b/api/pypath.inputs.cpad.cpad_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cpad.cpad_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cpad.cpad_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cpad.cpad_pathway_cancer.html b/api/pypath.inputs.cpad.cpad_pathway_cancer.html
index b7f8e58dd..c8f3b8602 100644
--- a/api/pypath.inputs.cpad.cpad_pathway_cancer.html
+++ b/api/pypath.inputs.cpad.cpad_pathway_cancer.html
@@ -8,7 +8,7 @@
- pypath.inputs.cpad.cpad_pathway_cancer — pypath 0.16.14 documentation
+ pypath.inputs.cpad.cpad_pathway_cancer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cpad.get_cpad.html b/api/pypath.inputs.cpad.get_cpad.html
index 17fd48f48..a2661f53a 100644
--- a/api/pypath.inputs.cpad.get_cpad.html
+++ b/api/pypath.inputs.cpad.get_cpad.html
@@ -8,7 +8,7 @@
- pypath.inputs.cpad.get_cpad — pypath 0.16.14 documentation
+ pypath.inputs.cpad.get_cpad — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cpad.html b/api/pypath.inputs.cpad.html
index c61c565aa..2a8cd410a 100644
--- a/api/pypath.inputs.cpad.html
+++ b/api/pypath.inputs.cpad.html
@@ -8,7 +8,7 @@
- pypath.inputs.cpad — pypath 0.16.14 documentation
+ pypath.inputs.cpad — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cpdb.cpdb_interactions.html b/api/pypath.inputs.cpdb.cpdb_interactions.html
index dfddc7ac7..ba5fc6d8b 100644
--- a/api/pypath.inputs.cpdb.cpdb_interactions.html
+++ b/api/pypath.inputs.cpdb.cpdb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.cpdb.cpdb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.cpdb.cpdb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cpdb.cpdb_interactions_ltp.html b/api/pypath.inputs.cpdb.cpdb_interactions_ltp.html
index 27acade70..8c9cfea70 100644
--- a/api/pypath.inputs.cpdb.cpdb_interactions_ltp.html
+++ b/api/pypath.inputs.cpdb.cpdb_interactions_ltp.html
@@ -8,7 +8,7 @@
- pypath.inputs.cpdb.cpdb_interactions_ltp — pypath 0.16.14 documentation
+ pypath.inputs.cpdb.cpdb_interactions_ltp — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cpdb.html b/api/pypath.inputs.cpdb.html
index 218feae9c..fbaaf0bb4 100644
--- a/api/pypath.inputs.cpdb.html
+++ b/api/pypath.inputs.cpdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.cpdb — pypath 0.16.14 documentation
+ pypath.inputs.cpdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.credentials.credentials.html b/api/pypath.inputs.credentials.credentials.html
index 34e41dbc1..f20e271a4 100644
--- a/api/pypath.inputs.credentials.credentials.html
+++ b/api/pypath.inputs.credentials.credentials.html
@@ -8,7 +8,7 @@
- pypath.inputs.credentials.credentials — pypath 0.16.14 documentation
+ pypath.inputs.credentials.credentials — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.credentials.html b/api/pypath.inputs.credentials.html
index 067ab19bd..8d93f5e91 100644
--- a/api/pypath.inputs.credentials.html
+++ b/api/pypath.inputs.credentials.html
@@ -8,7 +8,7 @@
- pypath.inputs.credentials — pypath 0.16.14 documentation
+ pypath.inputs.credentials — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.csa.get_csa.html b/api/pypath.inputs.csa.get_csa.html
index 1facd0c52..12df201f0 100644
--- a/api/pypath.inputs.csa.get_csa.html
+++ b/api/pypath.inputs.csa.get_csa.html
@@ -8,7 +8,7 @@
- pypath.inputs.csa.get_csa — pypath 0.16.14 documentation
+ pypath.inputs.csa.get_csa — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.csa.html b/api/pypath.inputs.csa.html
index 662aabcf2..c0abeba52 100644
--- a/api/pypath.inputs.csa.html
+++ b/api/pypath.inputs.csa.html
@@ -8,7 +8,7 @@
- pypath.inputs.csa — pypath 0.16.14 documentation
+ pypath.inputs.csa — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cspa.cspa_annotations.html b/api/pypath.inputs.cspa.cspa_annotations.html
index 65532269e..936adf510 100644
--- a/api/pypath.inputs.cspa.cspa_annotations.html
+++ b/api/pypath.inputs.cspa.cspa_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cspa.cspa_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cspa.cspa_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cspa.cspa_cell_type_annotations.html b/api/pypath.inputs.cspa.cspa_cell_type_annotations.html
index 29de8483e..ec22ec56f 100644
--- a/api/pypath.inputs.cspa.cspa_cell_type_annotations.html
+++ b/api/pypath.inputs.cspa.cspa_cell_type_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cspa.cspa_cell_type_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cspa.cspa_cell_type_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cspa.cspa_cell_types.html b/api/pypath.inputs.cspa.cspa_cell_types.html
index cbe509d34..f251533b0 100644
--- a/api/pypath.inputs.cspa.cspa_cell_types.html
+++ b/api/pypath.inputs.cspa.cspa_cell_types.html
@@ -8,7 +8,7 @@
- pypath.inputs.cspa.cspa_cell_types — pypath 0.16.14 documentation
+ pypath.inputs.cspa.cspa_cell_types — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cspa.html b/api/pypath.inputs.cspa.html
index e42dbb537..be450171f 100644
--- a/api/pypath.inputs.cspa.html
+++ b/api/pypath.inputs.cspa.html
@@ -8,7 +8,7 @@
- pypath.inputs.cspa — pypath 0.16.14 documentation
+ pypath.inputs.cspa — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ctdbase.ctdbase_relations.html b/api/pypath.inputs.ctdbase.ctdbase_relations.html
index d8c0573d7..a1bf893d5 100644
--- a/api/pypath.inputs.ctdbase.ctdbase_relations.html
+++ b/api/pypath.inputs.ctdbase.ctdbase_relations.html
@@ -8,7 +8,7 @@
- pypath.inputs.ctdbase.ctdbase_relations — pypath 0.16.14 documentation
+ pypath.inputs.ctdbase.ctdbase_relations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ctdbase.ctdbase_vocabulary.html b/api/pypath.inputs.ctdbase.ctdbase_vocabulary.html
index 978d0dcfe..229cc077f 100644
--- a/api/pypath.inputs.ctdbase.ctdbase_vocabulary.html
+++ b/api/pypath.inputs.ctdbase.ctdbase_vocabulary.html
@@ -8,7 +8,7 @@
- pypath.inputs.ctdbase.ctdbase_vocabulary — pypath 0.16.14 documentation
+ pypath.inputs.ctdbase.ctdbase_vocabulary — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ctdbase.html b/api/pypath.inputs.ctdbase.html
index 1dd6de8d1..6b5d8e299 100644
--- a/api/pypath.inputs.ctdbase.html
+++ b/api/pypath.inputs.ctdbase.html
@@ -8,7 +8,7 @@
- pypath.inputs.ctdbase — pypath 0.16.14 documentation
+ pypath.inputs.ctdbase — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cytosig.cytosig_annotations.html b/api/pypath.inputs.cytosig.cytosig_annotations.html
index 569a94a2e..857e008e0 100644
--- a/api/pypath.inputs.cytosig.cytosig_annotations.html
+++ b/api/pypath.inputs.cytosig.cytosig_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.cytosig.cytosig_annotations — pypath 0.16.14 documentation
+ pypath.inputs.cytosig.cytosig_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cytosig.cytosig_df.html b/api/pypath.inputs.cytosig.cytosig_df.html
index bf05cbbd5..18845cdd0 100644
--- a/api/pypath.inputs.cytosig.cytosig_df.html
+++ b/api/pypath.inputs.cytosig.cytosig_df.html
@@ -8,7 +8,7 @@
- pypath.inputs.cytosig.cytosig_df — pypath 0.16.14 documentation
+ pypath.inputs.cytosig.cytosig_df — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.cytosig.html b/api/pypath.inputs.cytosig.html
index d31f54ba4..ef38c8bed 100644
--- a/api/pypath.inputs.cytosig.html
+++ b/api/pypath.inputs.cytosig.html
@@ -8,7 +8,7 @@
- pypath.inputs.cytosig — pypath 0.16.14 documentation
+ pypath.inputs.cytosig — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dbptm.dbptm_enzyme_substrate.html b/api/pypath.inputs.dbptm.dbptm_enzyme_substrate.html
index 4faa4022c..b6f0360aa 100644
--- a/api/pypath.inputs.dbptm.dbptm_enzyme_substrate.html
+++ b/api/pypath.inputs.dbptm.dbptm_enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.inputs.dbptm.dbptm_enzyme_substrate — pypath 0.16.14 documentation
+ pypath.inputs.dbptm.dbptm_enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dbptm.dbptm_enzyme_substrate_old.html b/api/pypath.inputs.dbptm.dbptm_enzyme_substrate_old.html
index 512fa82aa..b8e96e917 100644
--- a/api/pypath.inputs.dbptm.dbptm_enzyme_substrate_old.html
+++ b/api/pypath.inputs.dbptm.dbptm_enzyme_substrate_old.html
@@ -8,7 +8,7 @@
- pypath.inputs.dbptm.dbptm_enzyme_substrate_old — pypath 0.16.14 documentation
+ pypath.inputs.dbptm.dbptm_enzyme_substrate_old — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dbptm.dbptm_interactions.html b/api/pypath.inputs.dbptm.dbptm_interactions.html
index d0734a093..29bce281d 100644
--- a/api/pypath.inputs.dbptm.dbptm_interactions.html
+++ b/api/pypath.inputs.dbptm.dbptm_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.dbptm.dbptm_interactions — pypath 0.16.14 documentation
+ pypath.inputs.dbptm.dbptm_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dbptm.html b/api/pypath.inputs.dbptm.html
index 11dcf82a9..52e208a95 100644
--- a/api/pypath.inputs.dbptm.html
+++ b/api/pypath.inputs.dbptm.html
@@ -8,7 +8,7 @@
- pypath.inputs.dbptm — pypath 0.16.14 documentation
+ pypath.inputs.dbptm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ddinter.ddinter_drug_interactions.html b/api/pypath.inputs.ddinter.ddinter_drug_interactions.html
index a00a9989d..84eb9873b 100644
--- a/api/pypath.inputs.ddinter.ddinter_drug_interactions.html
+++ b/api/pypath.inputs.ddinter.ddinter_drug_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.ddinter.ddinter_drug_interactions — pypath 0.16.14 documentation
+ pypath.inputs.ddinter.ddinter_drug_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ddinter.ddinter_identifiers.html b/api/pypath.inputs.ddinter.ddinter_identifiers.html
index 4ff5aedca..b1cab0816 100644
--- a/api/pypath.inputs.ddinter.ddinter_identifiers.html
+++ b/api/pypath.inputs.ddinter.ddinter_identifiers.html
@@ -8,7 +8,7 @@
- pypath.inputs.ddinter.ddinter_identifiers — pypath 0.16.14 documentation
+ pypath.inputs.ddinter.ddinter_identifiers — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ddinter.ddinter_interactions.html b/api/pypath.inputs.ddinter.ddinter_interactions.html
index cbcd2f68f..6afcd85b6 100644
--- a/api/pypath.inputs.ddinter.ddinter_interactions.html
+++ b/api/pypath.inputs.ddinter.ddinter_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.ddinter.ddinter_interactions — pypath 0.16.14 documentation
+ pypath.inputs.ddinter.ddinter_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ddinter.ddinter_mappings.html b/api/pypath.inputs.ddinter.ddinter_mappings.html
index c095f9c5e..3167c1c6e 100644
--- a/api/pypath.inputs.ddinter.ddinter_mappings.html
+++ b/api/pypath.inputs.ddinter.ddinter_mappings.html
@@ -8,7 +8,7 @@
- pypath.inputs.ddinter.ddinter_mappings — pypath 0.16.14 documentation
+ pypath.inputs.ddinter.ddinter_mappings — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ddinter.ddinter_n_drugs.html b/api/pypath.inputs.ddinter.ddinter_n_drugs.html
index 61608d7f3..acbb85d98 100644
--- a/api/pypath.inputs.ddinter.ddinter_n_drugs.html
+++ b/api/pypath.inputs.ddinter.ddinter_n_drugs.html
@@ -8,7 +8,7 @@
- pypath.inputs.ddinter.ddinter_n_drugs — pypath 0.16.14 documentation
+ pypath.inputs.ddinter.ddinter_n_drugs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ddinter.html b/api/pypath.inputs.ddinter.html
index d841c980b..9bf2eb826 100644
--- a/api/pypath.inputs.ddinter.html
+++ b/api/pypath.inputs.ddinter.html
@@ -8,7 +8,7 @@
- pypath.inputs.ddinter — pypath 0.16.14 documentation
+ pypath.inputs.ddinter — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.deathdomain.deathdomain_interactions.html b/api/pypath.inputs.deathdomain.deathdomain_interactions.html
index ca38db5b7..1c8366f5c 100644
--- a/api/pypath.inputs.deathdomain.deathdomain_interactions.html
+++ b/api/pypath.inputs.deathdomain.deathdomain_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.deathdomain.deathdomain_interactions — pypath 0.16.14 documentation
+ pypath.inputs.deathdomain.deathdomain_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.deathdomain.deathdomain_interactions_rescued.html b/api/pypath.inputs.deathdomain.deathdomain_interactions_rescued.html
index 30a9e8c83..dd37f4bd9 100644
--- a/api/pypath.inputs.deathdomain.deathdomain_interactions_rescued.html
+++ b/api/pypath.inputs.deathdomain.deathdomain_interactions_rescued.html
@@ -8,7 +8,7 @@
- pypath.inputs.deathdomain.deathdomain_interactions_rescued — pypath 0.16.14 documentation
+ pypath.inputs.deathdomain.deathdomain_interactions_rescued — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.deathdomain.html b/api/pypath.inputs.deathdomain.html
index 55c77082d..dfea9d30c 100644
--- a/api/pypath.inputs.deathdomain.html
+++ b/api/pypath.inputs.deathdomain.html
@@ -8,7 +8,7 @@
- pypath.inputs.deathdomain — pypath 0.16.14 documentation
+ pypath.inputs.deathdomain — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.depod.depod_enzyme_substrate.html b/api/pypath.inputs.depod.depod_enzyme_substrate.html
index a37a2c9b2..827ae153f 100644
--- a/api/pypath.inputs.depod.depod_enzyme_substrate.html
+++ b/api/pypath.inputs.depod.depod_enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.inputs.depod.depod_enzyme_substrate — pypath 0.16.14 documentation
+ pypath.inputs.depod.depod_enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.depod.depod_interactions.html b/api/pypath.inputs.depod.depod_interactions.html
index d07a6b739..3d86be801 100644
--- a/api/pypath.inputs.depod.depod_interactions.html
+++ b/api/pypath.inputs.depod.depod_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.depod.depod_interactions — pypath 0.16.14 documentation
+ pypath.inputs.depod.depod_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.depod.html b/api/pypath.inputs.depod.html
index 5bf4debb0..b055c097a 100644
--- a/api/pypath.inputs.depod.html
+++ b/api/pypath.inputs.depod.html
@@ -8,7 +8,7 @@
- pypath.inputs.depod — pypath 0.16.14 documentation
+ pypath.inputs.depod — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dgidb.dgidb_annotations.html b/api/pypath.inputs.dgidb.dgidb_annotations.html
index a3f570a52..4187def1b 100644
--- a/api/pypath.inputs.dgidb.dgidb_annotations.html
+++ b/api/pypath.inputs.dgidb.dgidb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.dgidb.dgidb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.dgidb.dgidb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dgidb.dgidb_interactions.html b/api/pypath.inputs.dgidb.dgidb_interactions.html
index 812cd17b8..77d308db0 100644
--- a/api/pypath.inputs.dgidb.dgidb_interactions.html
+++ b/api/pypath.inputs.dgidb.dgidb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.dgidb.dgidb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.dgidb.dgidb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dgidb.get_dgidb_old.html b/api/pypath.inputs.dgidb.get_dgidb_old.html
index dca4a0548..f11d97f69 100644
--- a/api/pypath.inputs.dgidb.get_dgidb_old.html
+++ b/api/pypath.inputs.dgidb.get_dgidb_old.html
@@ -8,7 +8,7 @@
- pypath.inputs.dgidb.get_dgidb_old — pypath 0.16.14 documentation
+ pypath.inputs.dgidb.get_dgidb_old — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dgidb.html b/api/pypath.inputs.dgidb.html
index 10392c9cb..fd1ae348c 100644
--- a/api/pypath.inputs.dgidb.html
+++ b/api/pypath.inputs.dgidb.html
@@ -8,7 +8,7 @@
- pypath.inputs.dgidb — pypath 0.16.14 documentation
+ pypath.inputs.dgidb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dip.dip_interactions.html b/api/pypath.inputs.dip.dip_interactions.html
index 2906e7c38..1e164f3f5 100644
--- a/api/pypath.inputs.dip.dip_interactions.html
+++ b/api/pypath.inputs.dip.dip_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.dip.dip_interactions — pypath 0.16.14 documentation
+ pypath.inputs.dip.dip_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dip.dip_login.html b/api/pypath.inputs.dip.dip_login.html
index 0e040655b..ad3a9b65c 100644
--- a/api/pypath.inputs.dip.dip_login.html
+++ b/api/pypath.inputs.dip.dip_login.html
@@ -8,7 +8,7 @@
- pypath.inputs.dip.dip_login — pypath 0.16.14 documentation
+ pypath.inputs.dip.dip_login — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dip.html b/api/pypath.inputs.dip.html
index eedd68fb3..089e12d34 100644
--- a/api/pypath.inputs.dip.html
+++ b/api/pypath.inputs.dip.html
@@ -8,7 +8,7 @@
- pypath.inputs.dip — pypath 0.16.14 documentation
+ pypath.inputs.dip — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.diseases.diseases_general.html b/api/pypath.inputs.diseases.diseases_general.html
index 1183ce041..e532fd09f 100644
--- a/api/pypath.inputs.diseases.diseases_general.html
+++ b/api/pypath.inputs.diseases.diseases_general.html
@@ -8,7 +8,7 @@
- pypath.inputs.diseases.diseases_general — pypath 0.16.14 documentation
+ pypath.inputs.diseases.diseases_general — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.diseases.experiments_filtered.html b/api/pypath.inputs.diseases.experiments_filtered.html
index eee2fc6f0..cbdcc116f 100644
--- a/api/pypath.inputs.diseases.experiments_filtered.html
+++ b/api/pypath.inputs.diseases.experiments_filtered.html
@@ -8,7 +8,7 @@
- pypath.inputs.diseases.experiments_filtered — pypath 0.16.14 documentation
+ pypath.inputs.diseases.experiments_filtered — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.diseases.experiments_full.html b/api/pypath.inputs.diseases.experiments_full.html
index 46643749e..1d245d073 100644
--- a/api/pypath.inputs.diseases.experiments_full.html
+++ b/api/pypath.inputs.diseases.experiments_full.html
@@ -8,7 +8,7 @@
- pypath.inputs.diseases.experiments_full — pypath 0.16.14 documentation
+ pypath.inputs.diseases.experiments_full — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.diseases.html b/api/pypath.inputs.diseases.html
index 5a0da94d7..e2a4f4084 100644
--- a/api/pypath.inputs.diseases.html
+++ b/api/pypath.inputs.diseases.html
@@ -8,7 +8,7 @@
- pypath.inputs.diseases — pypath 0.16.14 documentation
+ pypath.inputs.diseases — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.diseases.knowledge_filtered.html b/api/pypath.inputs.diseases.knowledge_filtered.html
index 79c3fc73c..564a164ec 100644
--- a/api/pypath.inputs.diseases.knowledge_filtered.html
+++ b/api/pypath.inputs.diseases.knowledge_filtered.html
@@ -8,7 +8,7 @@
- pypath.inputs.diseases.knowledge_filtered — pypath 0.16.14 documentation
+ pypath.inputs.diseases.knowledge_filtered — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.diseases.knowledge_full.html b/api/pypath.inputs.diseases.knowledge_full.html
index 56d66272e..6cebf95ab 100644
--- a/api/pypath.inputs.diseases.knowledge_full.html
+++ b/api/pypath.inputs.diseases.knowledge_full.html
@@ -8,7 +8,7 @@
- pypath.inputs.diseases.knowledge_full — pypath 0.16.14 documentation
+ pypath.inputs.diseases.knowledge_full — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.diseases.textmining_filtered.html b/api/pypath.inputs.diseases.textmining_filtered.html
index 1cd86b0b0..27a1af37d 100644
--- a/api/pypath.inputs.diseases.textmining_filtered.html
+++ b/api/pypath.inputs.diseases.textmining_filtered.html
@@ -8,7 +8,7 @@
- pypath.inputs.diseases.textmining_filtered — pypath 0.16.14 documentation
+ pypath.inputs.diseases.textmining_filtered — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.diseases.textmining_full.html b/api/pypath.inputs.diseases.textmining_full.html
index 3b4c86228..38658b1ac 100644
--- a/api/pypath.inputs.diseases.textmining_full.html
+++ b/api/pypath.inputs.diseases.textmining_full.html
@@ -8,7 +8,7 @@
- pypath.inputs.diseases.textmining_full — pypath 0.16.14 documentation
+ pypath.inputs.diseases.textmining_full — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.domino.domino_ddi.html b/api/pypath.inputs.domino.domino_ddi.html
index a21da103f..c5897f975 100644
--- a/api/pypath.inputs.domino.domino_ddi.html
+++ b/api/pypath.inputs.domino.domino_ddi.html
@@ -8,7 +8,7 @@
- pypath.inputs.domino.domino_ddi — pypath 0.16.14 documentation
+ pypath.inputs.domino.domino_ddi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.domino.domino_enzsub.html b/api/pypath.inputs.domino.domino_enzsub.html
index 64f7728fa..2a1a62dfc 100644
--- a/api/pypath.inputs.domino.domino_enzsub.html
+++ b/api/pypath.inputs.domino.domino_enzsub.html
@@ -8,7 +8,7 @@
- pypath.inputs.domino.domino_enzsub — pypath 0.16.14 documentation
+ pypath.inputs.domino.domino_enzsub — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.domino.domino_interactions.html b/api/pypath.inputs.domino.domino_interactions.html
index 7b401e6c3..80231e7c5 100644
--- a/api/pypath.inputs.domino.domino_interactions.html
+++ b/api/pypath.inputs.domino.domino_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.domino.domino_interactions — pypath 0.16.14 documentation
+ pypath.inputs.domino.domino_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.domino.get_domino.html b/api/pypath.inputs.domino.get_domino.html
index 8edfc370e..69afcdd91 100644
--- a/api/pypath.inputs.domino.get_domino.html
+++ b/api/pypath.inputs.domino.get_domino.html
@@ -8,7 +8,7 @@
- pypath.inputs.domino.get_domino — pypath 0.16.14 documentation
+ pypath.inputs.domino.get_domino — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.domino.html b/api/pypath.inputs.domino.html
index 184a28084..3fa4ab8e9 100644
--- a/api/pypath.inputs.domino.html
+++ b/api/pypath.inputs.domino.html
@@ -8,7 +8,7 @@
- pypath.inputs.domino — pypath 0.16.14 documentation
+ pypath.inputs.domino — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dorothea.DorotheaInteraction.html b/api/pypath.inputs.dorothea.DorotheaInteraction.html
index c18761285..30ceed9fd 100644
--- a/api/pypath.inputs.dorothea.DorotheaInteraction.html
+++ b/api/pypath.inputs.dorothea.DorotheaInteraction.html
@@ -8,7 +8,7 @@
- pypath.inputs.dorothea.DorotheaInteraction — pypath 0.16.14 documentation
+ pypath.inputs.dorothea.DorotheaInteraction — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dorothea.dorothea_full_raw.html b/api/pypath.inputs.dorothea.dorothea_full_raw.html
index 352781f23..93b9da49c 100644
--- a/api/pypath.inputs.dorothea.dorothea_full_raw.html
+++ b/api/pypath.inputs.dorothea.dorothea_full_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.dorothea.dorothea_full_raw — pypath 0.16.14 documentation
+ pypath.inputs.dorothea.dorothea_full_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dorothea.dorothea_interactions.html b/api/pypath.inputs.dorothea.dorothea_interactions.html
index 7be2b1ea9..e453256e7 100644
--- a/api/pypath.inputs.dorothea.dorothea_interactions.html
+++ b/api/pypath.inputs.dorothea.dorothea_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.dorothea.dorothea_interactions — pypath 0.16.14 documentation
+ pypath.inputs.dorothea.dorothea_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dorothea.dorothea_interactions_old.html b/api/pypath.inputs.dorothea.dorothea_interactions_old.html
index e13ff7732..6ce21081c 100644
--- a/api/pypath.inputs.dorothea.dorothea_interactions_old.html
+++ b/api/pypath.inputs.dorothea.dorothea_interactions_old.html
@@ -8,7 +8,7 @@
- pypath.inputs.dorothea.dorothea_interactions_old — pypath 0.16.14 documentation
+ pypath.inputs.dorothea.dorothea_interactions_old — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dorothea.dorothea_old_csv.html b/api/pypath.inputs.dorothea.dorothea_old_csv.html
index ed7035f28..9d4a761fd 100644
--- a/api/pypath.inputs.dorothea.dorothea_old_csv.html
+++ b/api/pypath.inputs.dorothea.dorothea_old_csv.html
@@ -8,7 +8,7 @@
- pypath.inputs.dorothea.dorothea_old_csv — pypath 0.16.14 documentation
+ pypath.inputs.dorothea.dorothea_old_csv — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dorothea.dorothea_rda_raw.html b/api/pypath.inputs.dorothea.dorothea_rda_raw.html
index bda641c31..2eecc5bd6 100644
--- a/api/pypath.inputs.dorothea.dorothea_rda_raw.html
+++ b/api/pypath.inputs.dorothea.dorothea_rda_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.dorothea.dorothea_rda_raw — pypath 0.16.14 documentation
+ pypath.inputs.dorothea.dorothea_rda_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dorothea.get_dorothea_old.html b/api/pypath.inputs.dorothea.get_dorothea_old.html
index e1e7c8a2b..c108bfb51 100644
--- a/api/pypath.inputs.dorothea.get_dorothea_old.html
+++ b/api/pypath.inputs.dorothea.get_dorothea_old.html
@@ -8,7 +8,7 @@
- pypath.inputs.dorothea.get_dorothea_old — pypath 0.16.14 documentation
+ pypath.inputs.dorothea.get_dorothea_old — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dorothea.get_tfregulons.html b/api/pypath.inputs.dorothea.get_tfregulons.html
index 160d20c5c..f7b51f1ec 100644
--- a/api/pypath.inputs.dorothea.get_tfregulons.html
+++ b/api/pypath.inputs.dorothea.get_tfregulons.html
@@ -8,7 +8,7 @@
- pypath.inputs.dorothea.get_tfregulons — pypath 0.16.14 documentation
+ pypath.inputs.dorothea.get_tfregulons — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dorothea.html b/api/pypath.inputs.dorothea.html
index ee08dc6fe..60305f9f9 100644
--- a/api/pypath.inputs.dorothea.html
+++ b/api/pypath.inputs.dorothea.html
@@ -8,7 +8,7 @@
- pypath.inputs.dorothea — pypath 0.16.14 documentation
+ pypath.inputs.dorothea — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dorothea.tfregulons_interactions.html b/api/pypath.inputs.dorothea.tfregulons_interactions.html
index 037ac98e4..d6e0a6a5e 100644
--- a/api/pypath.inputs.dorothea.tfregulons_interactions.html
+++ b/api/pypath.inputs.dorothea.tfregulons_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.dorothea.tfregulons_interactions — pypath 0.16.14 documentation
+ pypath.inputs.dorothea.tfregulons_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.dorothea.tfregulons_interactions_old.html b/api/pypath.inputs.dorothea.tfregulons_interactions_old.html
index 5652116d0..2a468382b 100644
--- a/api/pypath.inputs.dorothea.tfregulons_interactions_old.html
+++ b/api/pypath.inputs.dorothea.tfregulons_interactions_old.html
@@ -8,7 +8,7 @@
- pypath.inputs.dorothea.tfregulons_interactions_old — pypath 0.16.14 documentation
+ pypath.inputs.dorothea.tfregulons_interactions_old — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.drugbank.DrugbankFull.html b/api/pypath.inputs.drugbank.DrugbankFull.html
index aa915b188..6948164e3 100644
--- a/api/pypath.inputs.drugbank.DrugbankFull.html
+++ b/api/pypath.inputs.drugbank.DrugbankFull.html
@@ -8,7 +8,7 @@
- pypath.inputs.drugbank.DrugbankFull — pypath 0.16.14 documentation
+ pypath.inputs.drugbank.DrugbankFull — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.drugbank.drugbank_annotations.html b/api/pypath.inputs.drugbank.drugbank_annotations.html
index 19f757097..2bde3a501 100644
--- a/api/pypath.inputs.drugbank.drugbank_annotations.html
+++ b/api/pypath.inputs.drugbank.drugbank_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.drugbank.drugbank_annotations — pypath 0.16.14 documentation
+ pypath.inputs.drugbank.drugbank_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.drugbank.drugbank_drugs.html b/api/pypath.inputs.drugbank.drugbank_drugs.html
index e408c8f23..064b35ace 100644
--- a/api/pypath.inputs.drugbank.drugbank_drugs.html
+++ b/api/pypath.inputs.drugbank.drugbank_drugs.html
@@ -8,7 +8,7 @@
- pypath.inputs.drugbank.drugbank_drugs — pypath 0.16.14 documentation
+ pypath.inputs.drugbank.drugbank_drugs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.drugbank.drugbank_interactions.html b/api/pypath.inputs.drugbank.drugbank_interactions.html
index 4427f8598..6c8a893b0 100644
--- a/api/pypath.inputs.drugbank.drugbank_interactions.html
+++ b/api/pypath.inputs.drugbank.drugbank_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.drugbank.drugbank_interactions — pypath 0.16.14 documentation
+ pypath.inputs.drugbank.drugbank_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.drugbank.drugbank_mapping.html b/api/pypath.inputs.drugbank.drugbank_mapping.html
index 42fe580e0..e4475754d 100644
--- a/api/pypath.inputs.drugbank.drugbank_mapping.html
+++ b/api/pypath.inputs.drugbank.drugbank_mapping.html
@@ -8,7 +8,7 @@
- pypath.inputs.drugbank.drugbank_mapping — pypath 0.16.14 documentation
+ pypath.inputs.drugbank.drugbank_mapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.drugbank.drugbank_raw_interactions.html b/api/pypath.inputs.drugbank.drugbank_raw_interactions.html
index 785216af8..3f00d7812 100644
--- a/api/pypath.inputs.drugbank.drugbank_raw_interactions.html
+++ b/api/pypath.inputs.drugbank.drugbank_raw_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.drugbank.drugbank_raw_interactions — pypath 0.16.14 documentation
+ pypath.inputs.drugbank.drugbank_raw_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.drugbank.html b/api/pypath.inputs.drugbank.html
index 9a3e95821..5debbacc7 100644
--- a/api/pypath.inputs.drugbank.html
+++ b/api/pypath.inputs.drugbank.html
@@ -8,7 +8,7 @@
- pypath.inputs.drugbank — pypath 0.16.14 documentation
+ pypath.inputs.drugbank — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.drugcentral.drugcentral_drugs.html b/api/pypath.inputs.drugcentral.drugcentral_drugs.html
index ecf82a48d..f0a8c5f38 100644
--- a/api/pypath.inputs.drugcentral.drugcentral_drugs.html
+++ b/api/pypath.inputs.drugcentral.drugcentral_drugs.html
@@ -8,7 +8,7 @@
- pypath.inputs.drugcentral.drugcentral_drugs — pypath 0.16.14 documentation
+ pypath.inputs.drugcentral.drugcentral_drugs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.drugcentral.drugcentral_interactions.html b/api/pypath.inputs.drugcentral.drugcentral_interactions.html
index cd8e3e7c9..aba829e1d 100644
--- a/api/pypath.inputs.drugcentral.drugcentral_interactions.html
+++ b/api/pypath.inputs.drugcentral.drugcentral_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.drugcentral.drugcentral_interactions — pypath 0.16.14 documentation
+ pypath.inputs.drugcentral.drugcentral_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.drugcentral.drugcentral_mapping.html b/api/pypath.inputs.drugcentral.drugcentral_mapping.html
index 8d0debf3c..4d5eda24b 100644
--- a/api/pypath.inputs.drugcentral.drugcentral_mapping.html
+++ b/api/pypath.inputs.drugcentral.drugcentral_mapping.html
@@ -8,7 +8,7 @@
- pypath.inputs.drugcentral.drugcentral_mapping — pypath 0.16.14 documentation
+ pypath.inputs.drugcentral.drugcentral_mapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.drugcentral.html b/api/pypath.inputs.drugcentral.html
index b6aa34879..8e79cb103 100644
--- a/api/pypath.inputs.drugcentral.html
+++ b/api/pypath.inputs.drugcentral.html
@@ -8,7 +8,7 @@
- pypath.inputs.drugcentral — pypath 0.16.14 documentation
+ pypath.inputs.drugcentral — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ebi.ebi_rest.html b/api/pypath.inputs.ebi.ebi_rest.html
index 178f44964..bc0af1c45 100644
--- a/api/pypath.inputs.ebi.ebi_rest.html
+++ b/api/pypath.inputs.ebi.ebi_rest.html
@@ -8,7 +8,7 @@
- pypath.inputs.ebi.ebi_rest — pypath 0.16.14 documentation
+ pypath.inputs.ebi.ebi_rest — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ebi.html b/api/pypath.inputs.ebi.html
index a56aba538..82d601aa9 100644
--- a/api/pypath.inputs.ebi.html
+++ b/api/pypath.inputs.ebi.html
@@ -8,7 +8,7 @@
- pypath.inputs.ebi — pypath 0.16.14 documentation
+ pypath.inputs.ebi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.elm.elm_classes.html b/api/pypath.inputs.elm.elm_classes.html
index 2189ed079..b22cac07e 100644
--- a/api/pypath.inputs.elm.elm_classes.html
+++ b/api/pypath.inputs.elm.elm_classes.html
@@ -8,7 +8,7 @@
- pypath.inputs.elm.elm_classes — pypath 0.16.14 documentation
+ pypath.inputs.elm.elm_classes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.elm.elm_domains.html b/api/pypath.inputs.elm.elm_domains.html
index 7d233ebb8..6535fc672 100644
--- a/api/pypath.inputs.elm.elm_domains.html
+++ b/api/pypath.inputs.elm.elm_domains.html
@@ -8,7 +8,7 @@
- pypath.inputs.elm.elm_domains — pypath 0.16.14 documentation
+ pypath.inputs.elm.elm_domains — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.elm.elm_instances.html b/api/pypath.inputs.elm.elm_instances.html
index 95860d1db..877720d33 100644
--- a/api/pypath.inputs.elm.elm_instances.html
+++ b/api/pypath.inputs.elm.elm_instances.html
@@ -8,7 +8,7 @@
- pypath.inputs.elm.elm_instances — pypath 0.16.14 documentation
+ pypath.inputs.elm.elm_instances — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.elm.elm_interactions.html b/api/pypath.inputs.elm.elm_interactions.html
index 726413d95..fb0c4cae3 100644
--- a/api/pypath.inputs.elm.elm_interactions.html
+++ b/api/pypath.inputs.elm.elm_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.elm.elm_interactions — pypath 0.16.14 documentation
+ pypath.inputs.elm.elm_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.elm.html b/api/pypath.inputs.elm.html
index fb6f3fd00..000918393 100644
--- a/api/pypath.inputs.elm.html
+++ b/api/pypath.inputs.elm.html
@@ -8,7 +8,7 @@
- pypath.inputs.elm — pypath 0.16.14 documentation
+ pypath.inputs.elm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.embopress.embopress_supplementary.html b/api/pypath.inputs.embopress.embopress_supplementary.html
index d2ebd20c1..dd1fba013 100644
--- a/api/pypath.inputs.embopress.embopress_supplementary.html
+++ b/api/pypath.inputs.embopress.embopress_supplementary.html
@@ -8,7 +8,7 @@
- pypath.inputs.embopress.embopress_supplementary — pypath 0.16.14 documentation
+ pypath.inputs.embopress.embopress_supplementary — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.embopress.html b/api/pypath.inputs.embopress.html
index af56a91b5..501715375 100644
--- a/api/pypath.inputs.embopress.html
+++ b/api/pypath.inputs.embopress.html
@@ -8,7 +8,7 @@
- pypath.inputs.embopress — pypath 0.16.14 documentation
+ pypath.inputs.embopress — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.embrace.embrace_annotations.html b/api/pypath.inputs.embrace.embrace_annotations.html
index b663e047d..d8bcc74b1 100644
--- a/api/pypath.inputs.embrace.embrace_annotations.html
+++ b/api/pypath.inputs.embrace.embrace_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.embrace.embrace_annotations — pypath 0.16.14 documentation
+ pypath.inputs.embrace.embrace_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.embrace.embrace_interactions.html b/api/pypath.inputs.embrace.embrace_interactions.html
index 9d4b55dfc..f785d479e 100644
--- a/api/pypath.inputs.embrace.embrace_interactions.html
+++ b/api/pypath.inputs.embrace.embrace_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.embrace.embrace_interactions — pypath 0.16.14 documentation
+ pypath.inputs.embrace.embrace_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.embrace.embrace_raw.html b/api/pypath.inputs.embrace.embrace_raw.html
index 87d1471d4..05fbd462a 100644
--- a/api/pypath.inputs.embrace.embrace_raw.html
+++ b/api/pypath.inputs.embrace.embrace_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.embrace.embrace_raw — pypath 0.16.14 documentation
+ pypath.inputs.embrace.embrace_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.embrace.embrace_translated.html b/api/pypath.inputs.embrace.embrace_translated.html
index afacb1a6c..dbb1b9412 100644
--- a/api/pypath.inputs.embrace.embrace_translated.html
+++ b/api/pypath.inputs.embrace.embrace_translated.html
@@ -8,7 +8,7 @@
- pypath.inputs.embrace.embrace_translated — pypath 0.16.14 documentation
+ pypath.inputs.embrace.embrace_translated — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.embrace.html b/api/pypath.inputs.embrace.html
index ea532d63e..901343615 100644
--- a/api/pypath.inputs.embrace.html
+++ b/api/pypath.inputs.embrace.html
@@ -8,7 +8,7 @@
- pypath.inputs.embrace — pypath 0.16.14 documentation
+ pypath.inputs.embrace — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.encode.encode_tf_mirna_interactions.html b/api/pypath.inputs.encode.encode_tf_mirna_interactions.html
index c5e270f4d..dfb61c7c0 100644
--- a/api/pypath.inputs.encode.encode_tf_mirna_interactions.html
+++ b/api/pypath.inputs.encode.encode_tf_mirna_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.encode.encode_tf_mirna_interactions — pypath 0.16.14 documentation
+ pypath.inputs.encode.encode_tf_mirna_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.encode.html b/api/pypath.inputs.encode.html
index fbc0cddf9..403a15315 100644
--- a/api/pypath.inputs.encode.html
+++ b/api/pypath.inputs.encode.html
@@ -8,7 +8,7 @@
- pypath.inputs.encode — pypath 0.16.14 documentation
+ pypath.inputs.encode — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ensembl.ensembl_organisms.html b/api/pypath.inputs.ensembl.ensembl_organisms.html
index 3e0fe1366..50cec5b8c 100644
--- a/api/pypath.inputs.ensembl.ensembl_organisms.html
+++ b/api/pypath.inputs.ensembl.ensembl_organisms.html
@@ -8,7 +8,7 @@
- pypath.inputs.ensembl.ensembl_organisms — pypath 0.16.14 documentation
+ pypath.inputs.ensembl.ensembl_organisms — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ensembl.html b/api/pypath.inputs.ensembl.html
index 7f9774044..d98d94651 100644
--- a/api/pypath.inputs.ensembl.html
+++ b/api/pypath.inputs.ensembl.html
@@ -8,7 +8,7 @@
- pypath.inputs.ensembl — pypath 0.16.14 documentation
+ pypath.inputs.ensembl — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.eutils.esummary.html b/api/pypath.inputs.eutils.esummary.html
index 32d6bc9f1..7bcfdd1ec 100644
--- a/api/pypath.inputs.eutils.esummary.html
+++ b/api/pypath.inputs.eutils.esummary.html
@@ -8,7 +8,7 @@
- pypath.inputs.eutils.esummary — pypath 0.16.14 documentation
+ pypath.inputs.eutils.esummary — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.eutils.html b/api/pypath.inputs.eutils.html
index b9d1901fa..5459b0204 100644
--- a/api/pypath.inputs.eutils.html
+++ b/api/pypath.inputs.eutils.html
@@ -8,7 +8,7 @@
- pypath.inputs.eutils — pypath 0.16.14 documentation
+ pypath.inputs.eutils — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.exocarta.get_exocarta.html b/api/pypath.inputs.exocarta.get_exocarta.html
index c13404367..9fdabce96 100644
--- a/api/pypath.inputs.exocarta.get_exocarta.html
+++ b/api/pypath.inputs.exocarta.get_exocarta.html
@@ -8,7 +8,7 @@
- pypath.inputs.exocarta.get_exocarta — pypath 0.16.14 documentation
+ pypath.inputs.exocarta.get_exocarta — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.exocarta.get_vesiclepedia.html b/api/pypath.inputs.exocarta.get_vesiclepedia.html
index 3b9575040..8ad6015c2 100644
--- a/api/pypath.inputs.exocarta.get_vesiclepedia.html
+++ b/api/pypath.inputs.exocarta.get_vesiclepedia.html
@@ -8,7 +8,7 @@
- pypath.inputs.exocarta.get_vesiclepedia — pypath 0.16.14 documentation
+ pypath.inputs.exocarta.get_vesiclepedia — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.exocarta.html b/api/pypath.inputs.exocarta.html
index b7445d904..8a53bd508 100644
--- a/api/pypath.inputs.exocarta.html
+++ b/api/pypath.inputs.exocarta.html
@@ -8,7 +8,7 @@
- pypath.inputs.exocarta — pypath 0.16.14 documentation
+ pypath.inputs.exocarta — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.expasy.expasy_enzyme_classes.html b/api/pypath.inputs.expasy.expasy_enzyme_classes.html
index 744474e10..9e89ef85a 100644
--- a/api/pypath.inputs.expasy.expasy_enzyme_classes.html
+++ b/api/pypath.inputs.expasy.expasy_enzyme_classes.html
@@ -8,7 +8,7 @@
- pypath.inputs.expasy.expasy_enzyme_classes — pypath 0.16.14 documentation
+ pypath.inputs.expasy.expasy_enzyme_classes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.expasy.expasy_enzymes.html b/api/pypath.inputs.expasy.expasy_enzymes.html
index e062ac399..b9a3da25c 100644
--- a/api/pypath.inputs.expasy.expasy_enzymes.html
+++ b/api/pypath.inputs.expasy.expasy_enzymes.html
@@ -8,7 +8,7 @@
- pypath.inputs.expasy.expasy_enzymes — pypath 0.16.14 documentation
+ pypath.inputs.expasy.expasy_enzymes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.expasy.html b/api/pypath.inputs.expasy.html
index 294ac6383..1d7bb0912 100644
--- a/api/pypath.inputs.expasy.html
+++ b/api/pypath.inputs.expasy.html
@@ -8,7 +8,7 @@
- pypath.inputs.expasy — pypath 0.16.14 documentation
+ pypath.inputs.expasy — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.genecards.genecards_datasheet.html b/api/pypath.inputs.genecards.genecards_datasheet.html
index c6207dfcc..bbfb49d1e 100644
--- a/api/pypath.inputs.genecards.genecards_datasheet.html
+++ b/api/pypath.inputs.genecards.genecards_datasheet.html
@@ -8,7 +8,7 @@
- pypath.inputs.genecards.genecards_datasheet — pypath 0.16.14 documentation
+ pypath.inputs.genecards.genecards_datasheet — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.genecards.genecards_soup.html b/api/pypath.inputs.genecards.genecards_soup.html
index f653d204c..4fb5bf77a 100644
--- a/api/pypath.inputs.genecards.genecards_soup.html
+++ b/api/pypath.inputs.genecards.genecards_soup.html
@@ -8,7 +8,7 @@
- pypath.inputs.genecards.genecards_soup — pypath 0.16.14 documentation
+ pypath.inputs.genecards.genecards_soup — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.genecards.genecards_summaries.html b/api/pypath.inputs.genecards.genecards_summaries.html
index bef9b08ac..19566a0de 100644
--- a/api/pypath.inputs.genecards.genecards_summaries.html
+++ b/api/pypath.inputs.genecards.genecards_summaries.html
@@ -8,7 +8,7 @@
- pypath.inputs.genecards.genecards_summaries — pypath 0.16.14 documentation
+ pypath.inputs.genecards.genecards_summaries — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.genecards.html b/api/pypath.inputs.genecards.html
index e715c1506..09ee18dac 100644
--- a/api/pypath.inputs.genecards.html
+++ b/api/pypath.inputs.genecards.html
@@ -8,7 +8,7 @@
- pypath.inputs.genecards — pypath 0.16.14 documentation
+ pypath.inputs.genecards — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.get_method.html b/api/pypath.inputs.get_method.html
index fe2736572..58a155850 100644
--- a/api/pypath.inputs.get_method.html
+++ b/api/pypath.inputs.get_method.html
@@ -8,7 +8,7 @@
- pypath.inputs.get_method — pypath 0.16.14 documentation
+ pypath.inputs.get_method — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.get_go_desc.html b/api/pypath.inputs.go.get_go_desc.html
index f2b536bf8..9bd00e66c 100644
--- a/api/pypath.inputs.go.get_go_desc.html
+++ b/api/pypath.inputs.go.get_go_desc.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.get_go_desc — pypath 0.16.14 documentation
+ pypath.inputs.go.get_go_desc — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.get_go_quick.html b/api/pypath.inputs.go.get_go_quick.html
index cff34984d..a275ab43b 100644
--- a/api/pypath.inputs.go.get_go_quick.html
+++ b/api/pypath.inputs.go.get_go_quick.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.get_go_quick — pypath 0.16.14 documentation
+ pypath.inputs.go.get_go_quick — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.get_goslim.html b/api/pypath.inputs.go.get_goslim.html
index 5dee0d46e..37fb87cc0 100644
--- a/api/pypath.inputs.go.get_goslim.html
+++ b/api/pypath.inputs.go.get_goslim.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.get_goslim — pypath 0.16.14 documentation
+ pypath.inputs.go.get_goslim — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_ancestors.html b/api/pypath.inputs.go.go_ancestors.html
index 9da534376..661a14a0a 100644
--- a/api/pypath.inputs.go.go_ancestors.html
+++ b/api/pypath.inputs.go.go_ancestors.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_ancestors — pypath 0.16.14 documentation
+ pypath.inputs.go.go_ancestors — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_ancestors_goose.html b/api/pypath.inputs.go.go_ancestors_goose.html
index e811a4657..9de6a473b 100644
--- a/api/pypath.inputs.go.go_ancestors_goose.html
+++ b/api/pypath.inputs.go.go_ancestors_goose.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_ancestors_goose — pypath 0.16.14 documentation
+ pypath.inputs.go.go_ancestors_goose — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_ancestors_quickgo.html b/api/pypath.inputs.go.go_ancestors_quickgo.html
index 916607646..c14cc6cb3 100644
--- a/api/pypath.inputs.go.go_ancestors_quickgo.html
+++ b/api/pypath.inputs.go.go_ancestors_quickgo.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_ancestors_quickgo — pypath 0.16.14 documentation
+ pypath.inputs.go.go_ancestors_quickgo — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_annotations.html b/api/pypath.inputs.go.go_annotations.html
index f3a9f3fd1..043e684ba 100644
--- a/api/pypath.inputs.go.go_annotations.html
+++ b/api/pypath.inputs.go.go_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_annotations — pypath 0.16.14 documentation
+ pypath.inputs.go.go_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_annotations_all.html b/api/pypath.inputs.go.go_annotations_all.html
index 1cc37040d..3277b1451 100644
--- a/api/pypath.inputs.go.go_annotations_all.html
+++ b/api/pypath.inputs.go.go_annotations_all.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_annotations_all — pypath 0.16.14 documentation
+ pypath.inputs.go.go_annotations_all — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_annotations_goa.html b/api/pypath.inputs.go.go_annotations_goa.html
index 710b58a8b..4b802694f 100644
--- a/api/pypath.inputs.go.go_annotations_goa.html
+++ b/api/pypath.inputs.go.go_annotations_goa.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_annotations_goa — pypath 0.16.14 documentation
+ pypath.inputs.go.go_annotations_goa — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_annotations_goose.html b/api/pypath.inputs.go.go_annotations_goose.html
index 21ccf8657..bb9a9a782 100644
--- a/api/pypath.inputs.go.go_annotations_goose.html
+++ b/api/pypath.inputs.go.go_annotations_goose.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_annotations_goose — pypath 0.16.14 documentation
+ pypath.inputs.go.go_annotations_goose — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_annotations_quickgo.html b/api/pypath.inputs.go.go_annotations_quickgo.html
index f39fe7047..f2c5230b8 100644
--- a/api/pypath.inputs.go.go_annotations_quickgo.html
+++ b/api/pypath.inputs.go.go_annotations_quickgo.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_annotations_quickgo — pypath 0.16.14 documentation
+ pypath.inputs.go.go_annotations_quickgo — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_annotations_solr.html b/api/pypath.inputs.go.go_annotations_solr.html
index b147b6d46..787491397 100644
--- a/api/pypath.inputs.go.go_annotations_solr.html
+++ b/api/pypath.inputs.go.go_annotations_solr.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_annotations_solr — pypath 0.16.14 documentation
+ pypath.inputs.go.go_annotations_solr — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_annotations_uniprot.html b/api/pypath.inputs.go.go_annotations_uniprot.html
index 4c7606168..4ea6ef603 100644
--- a/api/pypath.inputs.go.go_annotations_uniprot.html
+++ b/api/pypath.inputs.go.go_annotations_uniprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_annotations_uniprot — pypath 0.16.14 documentation
+ pypath.inputs.go.go_annotations_uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_descendants.html b/api/pypath.inputs.go.go_descendants.html
index 558d8cb7b..fcca1ffcb 100644
--- a/api/pypath.inputs.go.go_descendants.html
+++ b/api/pypath.inputs.go.go_descendants.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_descendants — pypath 0.16.14 documentation
+ pypath.inputs.go.go_descendants — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_descendants_goose.html b/api/pypath.inputs.go.go_descendants_goose.html
index a2f68528d..d9fc7b51f 100644
--- a/api/pypath.inputs.go.go_descendants_goose.html
+++ b/api/pypath.inputs.go.go_descendants_goose.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_descendants_goose — pypath 0.16.14 documentation
+ pypath.inputs.go.go_descendants_goose — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_descendants_quickgo.html b/api/pypath.inputs.go.go_descendants_quickgo.html
index 5ea121f85..72487f651 100644
--- a/api/pypath.inputs.go.go_descendants_quickgo.html
+++ b/api/pypath.inputs.go.go_descendants_quickgo.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_descendants_quickgo — pypath 0.16.14 documentation
+ pypath.inputs.go.go_descendants_quickgo — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_descendants_to_ancestors.html b/api/pypath.inputs.go.go_descendants_to_ancestors.html
index f1721f404..d3ad3e3d0 100644
--- a/api/pypath.inputs.go.go_descendants_to_ancestors.html
+++ b/api/pypath.inputs.go.go_descendants_to_ancestors.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_descendants_to_ancestors — pypath 0.16.14 documentation
+ pypath.inputs.go.go_descendants_to_ancestors — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_terms.html b/api/pypath.inputs.go.go_terms.html
index cd8135f6e..4483d289d 100644
--- a/api/pypath.inputs.go.go_terms.html
+++ b/api/pypath.inputs.go.go_terms.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_terms — pypath 0.16.14 documentation
+ pypath.inputs.go.go_terms — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_terms_goose.html b/api/pypath.inputs.go.go_terms_goose.html
index 06a947a11..753846de5 100644
--- a/api/pypath.inputs.go.go_terms_goose.html
+++ b/api/pypath.inputs.go.go_terms_goose.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_terms_goose — pypath 0.16.14 documentation
+ pypath.inputs.go.go_terms_goose — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_terms_quickgo.html b/api/pypath.inputs.go.go_terms_quickgo.html
index 333bb1022..1211d14ad 100644
--- a/api/pypath.inputs.go.go_terms_quickgo.html
+++ b/api/pypath.inputs.go.go_terms_quickgo.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_terms_quickgo — pypath 0.16.14 documentation
+ pypath.inputs.go.go_terms_quickgo — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.go_terms_solr.html b/api/pypath.inputs.go.go_terms_solr.html
index 042f888ec..4fde25c43 100644
--- a/api/pypath.inputs.go.go_terms_solr.html
+++ b/api/pypath.inputs.go.go_terms_solr.html
@@ -8,7 +8,7 @@
- pypath.inputs.go.go_terms_solr — pypath 0.16.14 documentation
+ pypath.inputs.go.go_terms_solr — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.go.html b/api/pypath.inputs.go.html
index 241fda47a..d017ec4b3 100644
--- a/api/pypath.inputs.go.html
+++ b/api/pypath.inputs.go.html
@@ -8,7 +8,7 @@
- pypath.inputs.go — pypath 0.16.14 documentation
+ pypath.inputs.go — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.gpcrdb.gpcrdb_annotations.html b/api/pypath.inputs.gpcrdb.gpcrdb_annotations.html
index 09f51deef..4526cdc6d 100644
--- a/api/pypath.inputs.gpcrdb.gpcrdb_annotations.html
+++ b/api/pypath.inputs.gpcrdb.gpcrdb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.gpcrdb.gpcrdb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.gpcrdb.gpcrdb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.gpcrdb.html b/api/pypath.inputs.gpcrdb.html
index 1ff227095..327dc14c6 100644
--- a/api/pypath.inputs.gpcrdb.html
+++ b/api/pypath.inputs.gpcrdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.gpcrdb — pypath 0.16.14 documentation
+ pypath.inputs.gpcrdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.graphviz.graphviz_attrs.html b/api/pypath.inputs.graphviz.graphviz_attrs.html
index 285ec62ee..bca77efc8 100644
--- a/api/pypath.inputs.graphviz.graphviz_attrs.html
+++ b/api/pypath.inputs.graphviz.graphviz_attrs.html
@@ -8,7 +8,7 @@
- pypath.inputs.graphviz.graphviz_attrs — pypath 0.16.14 documentation
+ pypath.inputs.graphviz.graphviz_attrs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.graphviz.html b/api/pypath.inputs.graphviz.html
index 7c33c8393..da7667a61 100644
--- a/api/pypath.inputs.graphviz.html
+++ b/api/pypath.inputs.graphviz.html
@@ -8,7 +8,7 @@
- pypath.inputs.graphviz — pypath 0.16.14 documentation
+ pypath.inputs.graphviz — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.guide2pharma.guide2pharma_complexes.html b/api/pypath.inputs.guide2pharma.guide2pharma_complexes.html
index d672ae755..0eb53313a 100644
--- a/api/pypath.inputs.guide2pharma.guide2pharma_complexes.html
+++ b/api/pypath.inputs.guide2pharma.guide2pharma_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.guide2pharma.guide2pharma_complexes — pypath 0.16.14 documentation
+ pypath.inputs.guide2pharma.guide2pharma_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.guide2pharma.guide2pharma_download.html b/api/pypath.inputs.guide2pharma.guide2pharma_download.html
index ae2741c6b..b948c675b 100644
--- a/api/pypath.inputs.guide2pharma.guide2pharma_download.html
+++ b/api/pypath.inputs.guide2pharma.guide2pharma_download.html
@@ -8,7 +8,7 @@
- pypath.inputs.guide2pharma.guide2pharma_download — pypath 0.16.14 documentation
+ pypath.inputs.guide2pharma.guide2pharma_download — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.guide2pharma.guide2pharma_interactions.html b/api/pypath.inputs.guide2pharma.guide2pharma_interactions.html
index 120ee04c6..12aea88fb 100644
--- a/api/pypath.inputs.guide2pharma.guide2pharma_interactions.html
+++ b/api/pypath.inputs.guide2pharma.guide2pharma_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.guide2pharma.guide2pharma_interactions — pypath 0.16.14 documentation
+ pypath.inputs.guide2pharma.guide2pharma_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.guide2pharma.html b/api/pypath.inputs.guide2pharma.html
index b0620886d..453c35e6a 100644
--- a/api/pypath.inputs.guide2pharma.html
+++ b/api/pypath.inputs.guide2pharma.html
@@ -8,7 +8,7 @@
- pypath.inputs.guide2pharma — pypath 0.16.14 documentation
+ pypath.inputs.guide2pharma — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.gutmgene.GutmgeneAnnotation.html b/api/pypath.inputs.gutmgene.GutmgeneAnnotation.html
index 680e81a03..ee6f0c2be 100644
--- a/api/pypath.inputs.gutmgene.GutmgeneAnnotation.html
+++ b/api/pypath.inputs.gutmgene.GutmgeneAnnotation.html
@@ -8,7 +8,7 @@
- pypath.inputs.gutmgene.GutmgeneAnnotation — pypath 0.16.14 documentation
+ pypath.inputs.gutmgene.GutmgeneAnnotation — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.gutmgene.GutmgeneRaw.html b/api/pypath.inputs.gutmgene.GutmgeneRaw.html
index dcbf8818a..988dbb3c6 100644
--- a/api/pypath.inputs.gutmgene.GutmgeneRaw.html
+++ b/api/pypath.inputs.gutmgene.GutmgeneRaw.html
@@ -8,7 +8,7 @@
- pypath.inputs.gutmgene.GutmgeneRaw — pypath 0.16.14 documentation
+ pypath.inputs.gutmgene.GutmgeneRaw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.gutmgene.gutmgene_annotations.html b/api/pypath.inputs.gutmgene.gutmgene_annotations.html
index 13556e1d6..88c4014ae 100644
--- a/api/pypath.inputs.gutmgene.gutmgene_annotations.html
+++ b/api/pypath.inputs.gutmgene.gutmgene_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.gutmgene.gutmgene_annotations — pypath 0.16.14 documentation
+ pypath.inputs.gutmgene.gutmgene_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.gutmgene.gutmgene_raw.html b/api/pypath.inputs.gutmgene.gutmgene_raw.html
index 59269d3cf..8f8b0f768 100644
--- a/api/pypath.inputs.gutmgene.gutmgene_raw.html
+++ b/api/pypath.inputs.gutmgene.gutmgene_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.gutmgene.gutmgene_raw — pypath 0.16.14 documentation
+ pypath.inputs.gutmgene.gutmgene_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.gutmgene.html b/api/pypath.inputs.gutmgene.html
index afed49779..97e86a59c 100644
--- a/api/pypath.inputs.gutmgene.html
+++ b/api/pypath.inputs.gutmgene.html
@@ -8,7 +8,7 @@
- pypath.inputs.gutmgene — pypath 0.16.14 documentation
+ pypath.inputs.gutmgene — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.havugimana.get_havugimana.html b/api/pypath.inputs.havugimana.get_havugimana.html
index 124e512e9..dca647dff 100644
--- a/api/pypath.inputs.havugimana.get_havugimana.html
+++ b/api/pypath.inputs.havugimana.get_havugimana.html
@@ -8,7 +8,7 @@
- pypath.inputs.havugimana.get_havugimana — pypath 0.16.14 documentation
+ pypath.inputs.havugimana.get_havugimana — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.havugimana.havugimana_complexes.html b/api/pypath.inputs.havugimana.havugimana_complexes.html
index ef742b90e..8a3a185c4 100644
--- a/api/pypath.inputs.havugimana.havugimana_complexes.html
+++ b/api/pypath.inputs.havugimana.havugimana_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.havugimana.havugimana_complexes — pypath 0.16.14 documentation
+ pypath.inputs.havugimana.havugimana_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.havugimana.html b/api/pypath.inputs.havugimana.html
index 55fc40997..ca40e65f3 100644
--- a/api/pypath.inputs.havugimana.html
+++ b/api/pypath.inputs.havugimana.html
@@ -8,7 +8,7 @@
- pypath.inputs.havugimana — pypath 0.16.14 documentation
+ pypath.inputs.havugimana — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hgnc.hgnc_genegroups.html b/api/pypath.inputs.hgnc.hgnc_genegroups.html
index 0a08cd4c3..b13c207d9 100644
--- a/api/pypath.inputs.hgnc.hgnc_genegroups.html
+++ b/api/pypath.inputs.hgnc.hgnc_genegroups.html
@@ -8,7 +8,7 @@
- pypath.inputs.hgnc.hgnc_genegroups — pypath 0.16.14 documentation
+ pypath.inputs.hgnc.hgnc_genegroups — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hgnc.html b/api/pypath.inputs.hgnc.html
index f2e644bdd..a1bc6368c 100644
--- a/api/pypath.inputs.hgnc.html
+++ b/api/pypath.inputs.hgnc.html
@@ -8,7 +8,7 @@
- pypath.inputs.hgnc — pypath 0.16.14 documentation
+ pypath.inputs.hgnc — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hippie.hippie_interactions.html b/api/pypath.inputs.hippie.hippie_interactions.html
index ae280624e..725622570 100644
--- a/api/pypath.inputs.hippie.hippie_interactions.html
+++ b/api/pypath.inputs.hippie.hippie_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.hippie.hippie_interactions — pypath 0.16.14 documentation
+ pypath.inputs.hippie.hippie_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hippie.html b/api/pypath.inputs.hippie.html
index 06b748f97..038747310 100644
--- a/api/pypath.inputs.hippie.html
+++ b/api/pypath.inputs.hippie.html
@@ -8,7 +8,7 @@
- pypath.inputs.hippie — pypath 0.16.14 documentation
+ pypath.inputs.hippie — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.common.html b/api/pypath.inputs.hmdb.common.html
index ab10e6027..c909e8ca4 100644
--- a/api/pypath.inputs.hmdb.common.html
+++ b/api/pypath.inputs.hmdb.common.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.common — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.common — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.common.iter.html b/api/pypath.inputs.hmdb.common.iter.html
index 339ddec49..a2e6ff65a 100644
--- a/api/pypath.inputs.hmdb.common.iter.html
+++ b/api/pypath.inputs.hmdb.common.iter.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.common.iter — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.common.iter — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.common.mapping.html b/api/pypath.inputs.hmdb.common.mapping.html
index 7a86f2e87..a11365c0e 100644
--- a/api/pypath.inputs.hmdb.common.mapping.html
+++ b/api/pypath.inputs.hmdb.common.mapping.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.common.mapping — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.common.mapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.common.raw.html b/api/pypath.inputs.hmdb.common.raw.html
index 0b917c37b..7f89bf586 100644
--- a/api/pypath.inputs.hmdb.common.raw.html
+++ b/api/pypath.inputs.hmdb.common.raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.common.raw — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.common.raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.common.table.html b/api/pypath.inputs.hmdb.common.table.html
index dc94b692f..43dbbb32a 100644
--- a/api/pypath.inputs.hmdb.common.table.html
+++ b/api/pypath.inputs.hmdb.common.table.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.common.table — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.common.table — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.html b/api/pypath.inputs.hmdb.html
index 2bf3ae31d..bf17e32f5 100644
--- a/api/pypath.inputs.hmdb.html
+++ b/api/pypath.inputs.hmdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb — pypath 0.16.14 documentation
+ pypath.inputs.hmdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.metabolites.html b/api/pypath.inputs.hmdb.metabolites.html
index 30c5b99ba..415ac78f0 100644
--- a/api/pypath.inputs.hmdb.metabolites.html
+++ b/api/pypath.inputs.hmdb.metabolites.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.metabolites — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.metabolites — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.metabolites.iter.html b/api/pypath.inputs.hmdb.metabolites.iter.html
index 7f3238434..d567f3fb3 100644
--- a/api/pypath.inputs.hmdb.metabolites.iter.html
+++ b/api/pypath.inputs.hmdb.metabolites.iter.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.metabolites.iter — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.metabolites.iter — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.metabolites.mapping.html b/api/pypath.inputs.hmdb.metabolites.mapping.html
index 5aeda78ab..214775eff 100644
--- a/api/pypath.inputs.hmdb.metabolites.mapping.html
+++ b/api/pypath.inputs.hmdb.metabolites.mapping.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.metabolites.mapping — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.metabolites.mapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.metabolites.raw.html b/api/pypath.inputs.hmdb.metabolites.raw.html
index d0e2ff3ed..ae826f7d0 100644
--- a/api/pypath.inputs.hmdb.metabolites.raw.html
+++ b/api/pypath.inputs.hmdb.metabolites.raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.metabolites.raw — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.metabolites.raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.metabolites.table.html b/api/pypath.inputs.hmdb.metabolites.table.html
index a50bad05e..9aa0767bf 100644
--- a/api/pypath.inputs.hmdb.metabolites.table.html
+++ b/api/pypath.inputs.hmdb.metabolites.table.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.metabolites.table — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.metabolites.table — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.proteins.html b/api/pypath.inputs.hmdb.proteins.html
index 947b4d156..a1704f223 100644
--- a/api/pypath.inputs.hmdb.proteins.html
+++ b/api/pypath.inputs.hmdb.proteins.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.proteins — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.proteins — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.proteins.iter.html b/api/pypath.inputs.hmdb.proteins.iter.html
index 0e2cd64ef..ed231bf0a 100644
--- a/api/pypath.inputs.hmdb.proteins.iter.html
+++ b/api/pypath.inputs.hmdb.proteins.iter.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.proteins.iter — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.proteins.iter — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.proteins.mapping.html b/api/pypath.inputs.hmdb.proteins.mapping.html
index ebb3221b0..5ad0c8f7b 100644
--- a/api/pypath.inputs.hmdb.proteins.mapping.html
+++ b/api/pypath.inputs.hmdb.proteins.mapping.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.proteins.mapping — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.proteins.mapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.proteins.raw.html b/api/pypath.inputs.hmdb.proteins.raw.html
index 9900ca2b6..a03c41040 100644
--- a/api/pypath.inputs.hmdb.proteins.raw.html
+++ b/api/pypath.inputs.hmdb.proteins.raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.proteins.raw — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.proteins.raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.proteins.table.html b/api/pypath.inputs.hmdb.proteins.table.html
index 44d13dad3..2588bcadc 100644
--- a/api/pypath.inputs.hmdb.proteins.table.html
+++ b/api/pypath.inputs.hmdb.proteins.table.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.proteins.table — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.proteins.table — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.schema.common.Field.html b/api/pypath.inputs.hmdb.schema.common.Field.html
index 6aba019da..c5a6d3643 100644
--- a/api/pypath.inputs.hmdb.schema.common.Field.html
+++ b/api/pypath.inputs.hmdb.schema.common.Field.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.schema.common.Field — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.schema.common.Field — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.schema.common.html b/api/pypath.inputs.hmdb.schema.common.html
index cb6276b85..02b158b14 100644
--- a/api/pypath.inputs.hmdb.schema.common.html
+++ b/api/pypath.inputs.hmdb.schema.common.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.schema.common — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.schema.common — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.schema.html b/api/pypath.inputs.hmdb.schema.html
index d64b6183c..343362bbb 100644
--- a/api/pypath.inputs.hmdb.schema.html
+++ b/api/pypath.inputs.hmdb.schema.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.schema — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.schema — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.schema.metabolites.html b/api/pypath.inputs.hmdb.schema.metabolites.html
index e7a9889ca..4be759742 100644
--- a/api/pypath.inputs.hmdb.schema.metabolites.html
+++ b/api/pypath.inputs.hmdb.schema.metabolites.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.schema.metabolites — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.schema.metabolites — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.schema.proteins.html b/api/pypath.inputs.hmdb.schema.proteins.html
index 0ea306034..2a3d9214e 100644
--- a/api/pypath.inputs.hmdb.schema.proteins.html
+++ b/api/pypath.inputs.hmdb.schema.proteins.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.schema.proteins — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.schema.proteins — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.structures.html b/api/pypath.inputs.hmdb.structures.html
index 4d8b03779..1ab343f7d 100644
--- a/api/pypath.inputs.hmdb.structures.html
+++ b/api/pypath.inputs.hmdb.structures.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.structures — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.structures — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.structures.sdf.html b/api/pypath.inputs.hmdb.structures.sdf.html
index e26e30581..fc221c753 100644
--- a/api/pypath.inputs.hmdb.structures.sdf.html
+++ b/api/pypath.inputs.hmdb.structures.sdf.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.structures.sdf — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.structures.sdf — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.visual.html b/api/pypath.inputs.hmdb.visual.html
index 9397b028d..d98e30f5b 100644
--- a/api/pypath.inputs.hmdb.visual.html
+++ b/api/pypath.inputs.hmdb.visual.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.visual — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.visual — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.visual.show_structure.html b/api/pypath.inputs.hmdb.visual.show_structure.html
index 6ab52d8cf..b24298ae2 100644
--- a/api/pypath.inputs.hmdb.visual.show_structure.html
+++ b/api/pypath.inputs.hmdb.visual.show_structure.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.visual.show_structure — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.visual.show_structure — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.visual.structure_svg.html b/api/pypath.inputs.hmdb.visual.structure_svg.html
index 12ceb1581..d0112d0ff 100644
--- a/api/pypath.inputs.hmdb.visual.structure_svg.html
+++ b/api/pypath.inputs.hmdb.visual.structure_svg.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.visual.structure_svg — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.visual.structure_svg — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.xml.hmdb_xml.html b/api/pypath.inputs.hmdb.xml.hmdb_xml.html
index e68252d7e..29a006e92 100644
--- a/api/pypath.inputs.hmdb.xml.hmdb_xml.html
+++ b/api/pypath.inputs.hmdb.xml.hmdb_xml.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.xml.hmdb_xml — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.xml.hmdb_xml — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hmdb.xml.html b/api/pypath.inputs.hmdb.xml.html
index c876723e9..8036f30c4 100644
--- a/api/pypath.inputs.hmdb.xml.html
+++ b/api/pypath.inputs.hmdb.xml.html
@@ -8,7 +8,7 @@
- pypath.inputs.hmdb.xml — pypath 0.16.14 documentation
+ pypath.inputs.hmdb.xml — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.homologene.get_homologene.html b/api/pypath.inputs.homologene.get_homologene.html
index a7bbb0565..1320826e6 100644
--- a/api/pypath.inputs.homologene.get_homologene.html
+++ b/api/pypath.inputs.homologene.get_homologene.html
@@ -8,7 +8,7 @@
- pypath.inputs.homologene.get_homologene — pypath 0.16.14 documentation
+ pypath.inputs.homologene.get_homologene — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.homologene.homologene_dict.html b/api/pypath.inputs.homologene.homologene_dict.html
index cd67aceb4..13abee824 100644
--- a/api/pypath.inputs.homologene.homologene_dict.html
+++ b/api/pypath.inputs.homologene.homologene_dict.html
@@ -8,7 +8,7 @@
- pypath.inputs.homologene.homologene_dict — pypath 0.16.14 documentation
+ pypath.inputs.homologene.homologene_dict — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.homologene.homologene_uniprot_dict.html b/api/pypath.inputs.homologene.homologene_uniprot_dict.html
index 8e4cac204..498b2b15b 100644
--- a/api/pypath.inputs.homologene.homologene_uniprot_dict.html
+++ b/api/pypath.inputs.homologene.homologene_uniprot_dict.html
@@ -8,7 +8,7 @@
- pypath.inputs.homologene.homologene_uniprot_dict — pypath 0.16.14 documentation
+ pypath.inputs.homologene.homologene_uniprot_dict — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.homologene.html b/api/pypath.inputs.homologene.html
index 0aa6fe377..9af7d4d06 100644
--- a/api/pypath.inputs.homologene.html
+++ b/api/pypath.inputs.homologene.html
@@ -8,7 +8,7 @@
- pypath.inputs.homologene — pypath 0.16.14 documentation
+ pypath.inputs.homologene — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hpmr.HpmrInteraction.html b/api/pypath.inputs.hpmr.HpmrInteraction.html
index f9f3b1180..3883a5bcb 100644
--- a/api/pypath.inputs.hpmr.HpmrInteraction.html
+++ b/api/pypath.inputs.hpmr.HpmrInteraction.html
@@ -8,7 +8,7 @@
- pypath.inputs.hpmr.HpmrInteraction — pypath 0.16.14 documentation
+ pypath.inputs.hpmr.HpmrInteraction — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hpmr.get_hpmr.html b/api/pypath.inputs.hpmr.get_hpmr.html
index a261c7bc0..8e7a6fa36 100644
--- a/api/pypath.inputs.hpmr.get_hpmr.html
+++ b/api/pypath.inputs.hpmr.get_hpmr.html
@@ -8,7 +8,7 @@
- pypath.inputs.hpmr.get_hpmr — pypath 0.16.14 documentation
+ pypath.inputs.hpmr.get_hpmr — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hpmr.hpmr_annotations.html b/api/pypath.inputs.hpmr.hpmr_annotations.html
index bff86dd8c..27b0fdf95 100644
--- a/api/pypath.inputs.hpmr.hpmr_annotations.html
+++ b/api/pypath.inputs.hpmr.hpmr_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.hpmr.hpmr_annotations — pypath 0.16.14 documentation
+ pypath.inputs.hpmr.hpmr_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hpmr.hpmr_complexes.html b/api/pypath.inputs.hpmr.hpmr_complexes.html
index 43e9ee3e4..3365bfb96 100644
--- a/api/pypath.inputs.hpmr.hpmr_complexes.html
+++ b/api/pypath.inputs.hpmr.hpmr_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.hpmr.hpmr_complexes — pypath 0.16.14 documentation
+ pypath.inputs.hpmr.hpmr_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hpmr.hpmr_interactions.html b/api/pypath.inputs.hpmr.hpmr_interactions.html
index 77caea197..cf859b41c 100644
--- a/api/pypath.inputs.hpmr.hpmr_interactions.html
+++ b/api/pypath.inputs.hpmr.hpmr_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.hpmr.hpmr_interactions — pypath 0.16.14 documentation
+ pypath.inputs.hpmr.hpmr_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hpmr.html b/api/pypath.inputs.hpmr.html
index 050e4c8ad..77a1a68ae 100644
--- a/api/pypath.inputs.hpmr.html
+++ b/api/pypath.inputs.hpmr.html
@@ -8,7 +8,7 @@
- pypath.inputs.hpmr — pypath 0.16.14 documentation
+ pypath.inputs.hpmr — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hpo.hpo_annotations.html b/api/pypath.inputs.hpo.hpo_annotations.html
index 2efa174fa..d7a3218c6 100644
--- a/api/pypath.inputs.hpo.hpo_annotations.html
+++ b/api/pypath.inputs.hpo.hpo_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.hpo.hpo_annotations — pypath 0.16.14 documentation
+ pypath.inputs.hpo.hpo_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hpo.hpo_diseases.html b/api/pypath.inputs.hpo.hpo_diseases.html
index b88515974..c602bb108 100644
--- a/api/pypath.inputs.hpo.hpo_diseases.html
+++ b/api/pypath.inputs.hpo.hpo_diseases.html
@@ -8,7 +8,7 @@
- pypath.inputs.hpo.hpo_diseases — pypath 0.16.14 documentation
+ pypath.inputs.hpo.hpo_diseases — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hpo.hpo_ontology.html b/api/pypath.inputs.hpo.hpo_ontology.html
index f0d3223f9..22e707fa5 100644
--- a/api/pypath.inputs.hpo.hpo_ontology.html
+++ b/api/pypath.inputs.hpo.hpo_ontology.html
@@ -8,7 +8,7 @@
- pypath.inputs.hpo.hpo_ontology — pypath 0.16.14 documentation
+ pypath.inputs.hpo.hpo_ontology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hpo.hpo_terms.html b/api/pypath.inputs.hpo.hpo_terms.html
index bfcb38bfa..366b61dcd 100644
--- a/api/pypath.inputs.hpo.hpo_terms.html
+++ b/api/pypath.inputs.hpo.hpo_terms.html
@@ -8,7 +8,7 @@
- pypath.inputs.hpo.hpo_terms — pypath 0.16.14 documentation
+ pypath.inputs.hpo.hpo_terms — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hpo.html b/api/pypath.inputs.hpo.html
index d7781d253..ee02e0eec 100644
--- a/api/pypath.inputs.hpo.html
+++ b/api/pypath.inputs.hpo.html
@@ -8,7 +8,7 @@
- pypath.inputs.hpo — pypath 0.16.14 documentation
+ pypath.inputs.hpo — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hprd.get_hprd.html b/api/pypath.inputs.hprd.get_hprd.html
index ac3f96c49..6f4012fb8 100644
--- a/api/pypath.inputs.hprd.get_hprd.html
+++ b/api/pypath.inputs.hprd.get_hprd.html
@@ -8,7 +8,7 @@
- pypath.inputs.hprd.get_hprd — pypath 0.16.14 documentation
+ pypath.inputs.hprd.get_hprd — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hprd.hprd_enzyme_substrate.html b/api/pypath.inputs.hprd.hprd_enzyme_substrate.html
index e545296cd..209747c76 100644
--- a/api/pypath.inputs.hprd.hprd_enzyme_substrate.html
+++ b/api/pypath.inputs.hprd.hprd_enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.inputs.hprd.hprd_enzyme_substrate — pypath 0.16.14 documentation
+ pypath.inputs.hprd.hprd_enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hprd.hprd_interactions.html b/api/pypath.inputs.hprd.hprd_interactions.html
index 7b2e8d1ea..9806adb24 100644
--- a/api/pypath.inputs.hprd.hprd_interactions.html
+++ b/api/pypath.inputs.hprd.hprd_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.hprd.hprd_interactions — pypath 0.16.14 documentation
+ pypath.inputs.hprd.hprd_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hprd.hprd_interactions_htp.html b/api/pypath.inputs.hprd.hprd_interactions_htp.html
index 716a6e79f..22e08a525 100644
--- a/api/pypath.inputs.hprd.hprd_interactions_htp.html
+++ b/api/pypath.inputs.hprd.hprd_interactions_htp.html
@@ -8,7 +8,7 @@
- pypath.inputs.hprd.hprd_interactions_htp — pypath 0.16.14 documentation
+ pypath.inputs.hprd.hprd_interactions_htp — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.hprd.html b/api/pypath.inputs.hprd.html
index eded18c6a..07b7d0838 100644
--- a/api/pypath.inputs.hprd.html
+++ b/api/pypath.inputs.hprd.html
@@ -8,7 +8,7 @@
- pypath.inputs.hprd — pypath 0.16.14 documentation
+ pypath.inputs.hprd — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.html b/api/pypath.inputs.html
index 4147227db..2af019289 100644
--- a/api/pypath.inputs.html
+++ b/api/pypath.inputs.html
@@ -8,7 +8,7 @@
- pypath.inputs — pypath 0.16.14 documentation
+ pypath.inputs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.htri.html b/api/pypath.inputs.htri.html
index b9cbb24f8..eb7933349 100644
--- a/api/pypath.inputs.htri.html
+++ b/api/pypath.inputs.htri.html
@@ -8,7 +8,7 @@
- pypath.inputs.htri — pypath 0.16.14 documentation
+ pypath.inputs.htri — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.htri.htri_interactions.html b/api/pypath.inputs.htri.htri_interactions.html
index 1109d02ee..8759af186 100644
--- a/api/pypath.inputs.htri.htri_interactions.html
+++ b/api/pypath.inputs.htri.htri_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.htri.htri_interactions — pypath 0.16.14 documentation
+ pypath.inputs.htri.htri_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.humancellmap.html b/api/pypath.inputs.humancellmap.html
index 283a960ea..eb719082f 100644
--- a/api/pypath.inputs.humancellmap.html
+++ b/api/pypath.inputs.humancellmap.html
@@ -8,7 +8,7 @@
- pypath.inputs.humancellmap — pypath 0.16.14 documentation
+ pypath.inputs.humancellmap — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.humancellmap.humancellmap_annotations.html b/api/pypath.inputs.humancellmap.humancellmap_annotations.html
index bcd6fc152..8853cda15 100644
--- a/api/pypath.inputs.humancellmap.humancellmap_annotations.html
+++ b/api/pypath.inputs.humancellmap.humancellmap_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.humancellmap.humancellmap_annotations — pypath 0.16.14 documentation
+ pypath.inputs.humancellmap.humancellmap_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.humap.html b/api/pypath.inputs.humap.html
index 816db4860..4e162f009 100644
--- a/api/pypath.inputs.humap.html
+++ b/api/pypath.inputs.humap.html
@@ -8,7 +8,7 @@
- pypath.inputs.humap — pypath 0.16.14 documentation
+ pypath.inputs.humap — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.humap.humap2_complexes.html b/api/pypath.inputs.humap.humap2_complexes.html
index 0eaf98883..5330da3ed 100644
--- a/api/pypath.inputs.humap.humap2_complexes.html
+++ b/api/pypath.inputs.humap.humap2_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.humap.humap2_complexes — pypath 0.16.14 documentation
+ pypath.inputs.humap.humap2_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.humap.humap_complexes.html b/api/pypath.inputs.humap.humap_complexes.html
index e190e0c0f..f6be0439d 100644
--- a/api/pypath.inputs.humap.humap_complexes.html
+++ b/api/pypath.inputs.humap.humap_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.humap.humap_complexes — pypath 0.16.14 documentation
+ pypath.inputs.humap.humap_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.humsavar.html b/api/pypath.inputs.humsavar.html
index 73d547e2e..622fda65d 100644
--- a/api/pypath.inputs.humsavar.html
+++ b/api/pypath.inputs.humsavar.html
@@ -8,7 +8,7 @@
- pypath.inputs.humsavar — pypath 0.16.14 documentation
+ pypath.inputs.humsavar — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.humsavar.uniprot_variants.html b/api/pypath.inputs.humsavar.uniprot_variants.html
index 2192812b8..2b74f2773 100644
--- a/api/pypath.inputs.humsavar.uniprot_variants.html
+++ b/api/pypath.inputs.humsavar.uniprot_variants.html
@@ -8,7 +8,7 @@
- pypath.inputs.humsavar.uniprot_variants — pypath 0.16.14 documentation
+ pypath.inputs.humsavar.uniprot_variants — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.hi_i_interactions.html b/api/pypath.inputs.huri.hi_i_interactions.html
index 220bf9942..26adf7d86 100644
--- a/api/pypath.inputs.huri.hi_i_interactions.html
+++ b/api/pypath.inputs.huri.hi_i_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.hi_i_interactions — pypath 0.16.14 documentation
+ pypath.inputs.huri.hi_i_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.hi_ii_interactions.html b/api/pypath.inputs.huri.hi_ii_interactions.html
index 168beaddd..efe5a420c 100644
--- a/api/pypath.inputs.huri.hi_ii_interactions.html
+++ b/api/pypath.inputs.huri.hi_ii_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.hi_ii_interactions — pypath 0.16.14 documentation
+ pypath.inputs.huri.hi_ii_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.hi_iii_old.html b/api/pypath.inputs.huri.hi_iii_old.html
index c5f94acc3..574f0638c 100644
--- a/api/pypath.inputs.huri.hi_iii_old.html
+++ b/api/pypath.inputs.huri.hi_iii_old.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.hi_iii_old — pypath 0.16.14 documentation
+ pypath.inputs.huri.hi_iii_old — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.hi_union_interactions.html b/api/pypath.inputs.huri.hi_union_interactions.html
index 89af59254..7c7ed9fd6 100644
--- a/api/pypath.inputs.huri.hi_union_interactions.html
+++ b/api/pypath.inputs.huri.hi_union_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.hi_union_interactions — pypath 0.16.14 documentation
+ pypath.inputs.huri.hi_union_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.html b/api/pypath.inputs.huri.html
index 49c893c5f..3a56793aa 100644
--- a/api/pypath.inputs.huri.html
+++ b/api/pypath.inputs.huri.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri — pypath 0.16.14 documentation
+ pypath.inputs.huri — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.huri_interactions.html b/api/pypath.inputs.huri.huri_interactions.html
index 7e8bee597..7974e7eca 100644
--- a/api/pypath.inputs.huri.huri_interactions.html
+++ b/api/pypath.inputs.huri.huri_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.huri_interactions — pypath 0.16.14 documentation
+ pypath.inputs.huri.huri_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.lit_bm_13_interactions.html b/api/pypath.inputs.huri.lit_bm_13_interactions.html
index cb1f36285..fc0ea407b 100644
--- a/api/pypath.inputs.huri.lit_bm_13_interactions.html
+++ b/api/pypath.inputs.huri.lit_bm_13_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.lit_bm_13_interactions — pypath 0.16.14 documentation
+ pypath.inputs.huri.lit_bm_13_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.lit_bm_17_interactions.html b/api/pypath.inputs.huri.lit_bm_17_interactions.html
index a1ae86838..48a0a3f4d 100644
--- a/api/pypath.inputs.huri.lit_bm_17_interactions.html
+++ b/api/pypath.inputs.huri.lit_bm_17_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.lit_bm_17_interactions — pypath 0.16.14 documentation
+ pypath.inputs.huri.lit_bm_17_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.lit_bm_interactions.html b/api/pypath.inputs.huri.lit_bm_interactions.html
index f0ec8223a..e36298aa3 100644
--- a/api/pypath.inputs.huri.lit_bm_interactions.html
+++ b/api/pypath.inputs.huri.lit_bm_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.lit_bm_interactions — pypath 0.16.14 documentation
+ pypath.inputs.huri.lit_bm_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.rolland_hi_ii_14.html b/api/pypath.inputs.huri.rolland_hi_ii_14.html
index 3e71a68a9..88c73d938 100644
--- a/api/pypath.inputs.huri.rolland_hi_ii_14.html
+++ b/api/pypath.inputs.huri.rolland_hi_ii_14.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.rolland_hi_ii_14 — pypath 0.16.14 documentation
+ pypath.inputs.huri.rolland_hi_ii_14 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.vidal_hi_iii_old.html b/api/pypath.inputs.huri.vidal_hi_iii_old.html
index fece6d668..16651a8bd 100644
--- a/api/pypath.inputs.huri.vidal_hi_iii_old.html
+++ b/api/pypath.inputs.huri.vidal_hi_iii_old.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.vidal_hi_iii_old — pypath 0.16.14 documentation
+ pypath.inputs.huri.vidal_hi_iii_old — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.yang2016_interactions.html b/api/pypath.inputs.huri.yang2016_interactions.html
index 68ee71a94..1f50fabcd 100644
--- a/api/pypath.inputs.huri.yang2016_interactions.html
+++ b/api/pypath.inputs.huri.yang2016_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.yang2016_interactions — pypath 0.16.14 documentation
+ pypath.inputs.huri.yang2016_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.huri.yu2011_interactions.html b/api/pypath.inputs.huri.yu2011_interactions.html
index d5067e90b..357d8a054 100644
--- a/api/pypath.inputs.huri.yu2011_interactions.html
+++ b/api/pypath.inputs.huri.yu2011_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.huri.yu2011_interactions — pypath 0.16.14 documentation
+ pypath.inputs.huri.yu2011_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.i3d.get_i3d.html b/api/pypath.inputs.i3d.get_i3d.html
index 578cf2ec6..bb9684247 100644
--- a/api/pypath.inputs.i3d.get_i3d.html
+++ b/api/pypath.inputs.i3d.get_i3d.html
@@ -8,7 +8,7 @@
- pypath.inputs.i3d.get_i3d — pypath 0.16.14 documentation
+ pypath.inputs.i3d.get_i3d — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.i3d.html b/api/pypath.inputs.i3d.html
index 35d458a78..998634b18 100644
--- a/api/pypath.inputs.i3d.html
+++ b/api/pypath.inputs.i3d.html
@@ -8,7 +8,7 @@
- pypath.inputs.i3d — pypath 0.16.14 documentation
+ pypath.inputs.i3d — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.icellnet.IcellnetRecord.html b/api/pypath.inputs.icellnet.IcellnetRecord.html
index 8ec2c982f..9629b0a22 100644
--- a/api/pypath.inputs.icellnet.IcellnetRecord.html
+++ b/api/pypath.inputs.icellnet.IcellnetRecord.html
@@ -8,7 +8,7 @@
- pypath.inputs.icellnet.IcellnetRecord — pypath 0.16.14 documentation
+ pypath.inputs.icellnet.IcellnetRecord — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.icellnet.html b/api/pypath.inputs.icellnet.html
index 6e55991fc..614a9249e 100644
--- a/api/pypath.inputs.icellnet.html
+++ b/api/pypath.inputs.icellnet.html
@@ -8,7 +8,7 @@
- pypath.inputs.icellnet — pypath 0.16.14 documentation
+ pypath.inputs.icellnet — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.icellnet.icellnet_annotations.html b/api/pypath.inputs.icellnet.icellnet_annotations.html
index 07855efef..b9572fa47 100644
--- a/api/pypath.inputs.icellnet.icellnet_annotations.html
+++ b/api/pypath.inputs.icellnet.icellnet_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.icellnet.icellnet_annotations — pypath 0.16.14 documentation
+ pypath.inputs.icellnet.icellnet_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.icellnet.icellnet_complexes.html b/api/pypath.inputs.icellnet.icellnet_complexes.html
index 63bc414b7..902a8f153 100644
--- a/api/pypath.inputs.icellnet.icellnet_complexes.html
+++ b/api/pypath.inputs.icellnet.icellnet_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.icellnet.icellnet_complexes — pypath 0.16.14 documentation
+ pypath.inputs.icellnet.icellnet_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.icellnet.icellnet_interactions.html b/api/pypath.inputs.icellnet.icellnet_interactions.html
index d6d2eb86f..feb644ab4 100644
--- a/api/pypath.inputs.icellnet.icellnet_interactions.html
+++ b/api/pypath.inputs.icellnet.icellnet_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.icellnet.icellnet_interactions — pypath 0.16.14 documentation
+ pypath.inputs.icellnet.icellnet_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ielm.get_ielm.html b/api/pypath.inputs.ielm.get_ielm.html
index 21d3ea2d3..991bd8e3e 100644
--- a/api/pypath.inputs.ielm.get_ielm.html
+++ b/api/pypath.inputs.ielm.get_ielm.html
@@ -8,7 +8,7 @@
- pypath.inputs.ielm.get_ielm — pypath 0.16.14 documentation
+ pypath.inputs.ielm.get_ielm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ielm.get_ielm_huge.html b/api/pypath.inputs.ielm.get_ielm_huge.html
index 305fd2a6b..438c24c64 100644
--- a/api/pypath.inputs.ielm.get_ielm_huge.html
+++ b/api/pypath.inputs.ielm.get_ielm_huge.html
@@ -8,7 +8,7 @@
- pypath.inputs.ielm.get_ielm_huge — pypath 0.16.14 documentation
+ pypath.inputs.ielm.get_ielm_huge — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ielm.html b/api/pypath.inputs.ielm.html
index 874da447c..86fb46519 100644
--- a/api/pypath.inputs.ielm.html
+++ b/api/pypath.inputs.ielm.html
@@ -8,7 +8,7 @@
- pypath.inputs.ielm — pypath 0.16.14 documentation
+ pypath.inputs.ielm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.imweb.get_imweb.html b/api/pypath.inputs.imweb.get_imweb.html
index bf8381545..eaee86382 100644
--- a/api/pypath.inputs.imweb.get_imweb.html
+++ b/api/pypath.inputs.imweb.get_imweb.html
@@ -8,7 +8,7 @@
- pypath.inputs.imweb.get_imweb — pypath 0.16.14 documentation
+ pypath.inputs.imweb.get_imweb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.imweb.get_imweb_req.html b/api/pypath.inputs.imweb.get_imweb_req.html
index 56ee6c938..58eeb09a4 100644
--- a/api/pypath.inputs.imweb.get_imweb_req.html
+++ b/api/pypath.inputs.imweb.get_imweb_req.html
@@ -8,7 +8,7 @@
- pypath.inputs.imweb.get_imweb_req — pypath 0.16.14 documentation
+ pypath.inputs.imweb.get_imweb_req — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.imweb.html b/api/pypath.inputs.imweb.html
index 56cf392bb..a1ea255b4 100644
--- a/api/pypath.inputs.imweb.html
+++ b/api/pypath.inputs.imweb.html
@@ -8,7 +8,7 @@
- pypath.inputs.imweb — pypath 0.16.14 documentation
+ pypath.inputs.imweb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.innatedb.html b/api/pypath.inputs.innatedb.html
index 194cbefeb..7a206d746 100644
--- a/api/pypath.inputs.innatedb.html
+++ b/api/pypath.inputs.innatedb.html
@@ -8,7 +8,7 @@
- pypath.inputs.innatedb — pypath 0.16.14 documentation
+ pypath.inputs.innatedb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.innatedb.innatedb_interactions.html b/api/pypath.inputs.innatedb.innatedb_interactions.html
index 7a96b38f5..b2cf611f1 100644
--- a/api/pypath.inputs.innatedb.innatedb_interactions.html
+++ b/api/pypath.inputs.innatedb.innatedb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.innatedb.innatedb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.innatedb.innatedb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.instruct.get_instruct.html b/api/pypath.inputs.instruct.get_instruct.html
index 15f13e0f6..5cadfdd2d 100644
--- a/api/pypath.inputs.instruct.get_instruct.html
+++ b/api/pypath.inputs.instruct.get_instruct.html
@@ -8,7 +8,7 @@
- pypath.inputs.instruct.get_instruct — pypath 0.16.14 documentation
+ pypath.inputs.instruct.get_instruct — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.instruct.get_instruct_offsets.html b/api/pypath.inputs.instruct.get_instruct_offsets.html
index 0a8ce494c..11cd34a4d 100644
--- a/api/pypath.inputs.instruct.get_instruct_offsets.html
+++ b/api/pypath.inputs.instruct.get_instruct_offsets.html
@@ -8,7 +8,7 @@
- pypath.inputs.instruct.get_instruct_offsets — pypath 0.16.14 documentation
+ pypath.inputs.instruct.get_instruct_offsets — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.instruct.html b/api/pypath.inputs.instruct.html
index fb8c28b46..0cd7fd603 100644
--- a/api/pypath.inputs.instruct.html
+++ b/api/pypath.inputs.instruct.html
@@ -8,7 +8,7 @@
- pypath.inputs.instruct — pypath 0.16.14 documentation
+ pypath.inputs.instruct — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.intact.html b/api/pypath.inputs.intact.html
index fb5767b68..e8e283948 100644
--- a/api/pypath.inputs.intact.html
+++ b/api/pypath.inputs.intact.html
@@ -8,7 +8,7 @@
- pypath.inputs.intact — pypath 0.16.14 documentation
+ pypath.inputs.intact — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.intact.intact_interactions.html b/api/pypath.inputs.intact.intact_interactions.html
index 531a22918..441301f4d 100644
--- a/api/pypath.inputs.intact.intact_interactions.html
+++ b/api/pypath.inputs.intact.intact_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.intact.intact_interactions — pypath 0.16.14 documentation
+ pypath.inputs.intact.intact_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.integrins.get_integrins.html b/api/pypath.inputs.integrins.get_integrins.html
index fa78d9399..d7cb092f9 100644
--- a/api/pypath.inputs.integrins.get_integrins.html
+++ b/api/pypath.inputs.integrins.get_integrins.html
@@ -8,7 +8,7 @@
- pypath.inputs.integrins.get_integrins — pypath 0.16.14 documentation
+ pypath.inputs.integrins.get_integrins — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.integrins.html b/api/pypath.inputs.integrins.html
index 466aae801..15c879c6a 100644
--- a/api/pypath.inputs.integrins.html
+++ b/api/pypath.inputs.integrins.html
@@ -8,7 +8,7 @@
- pypath.inputs.integrins — pypath 0.16.14 documentation
+ pypath.inputs.integrins — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.interpro.html b/api/pypath.inputs.interpro.html
index 07a668230..fef5f7492 100644
--- a/api/pypath.inputs.interpro.html
+++ b/api/pypath.inputs.interpro.html
@@ -8,7 +8,7 @@
- pypath.inputs.interpro — pypath 0.16.14 documentation
+ pypath.inputs.interpro — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.interpro.interpro2go_annotations.html b/api/pypath.inputs.interpro.interpro2go_annotations.html
index 8bfc616c5..f3a025f25 100644
--- a/api/pypath.inputs.interpro.interpro2go_annotations.html
+++ b/api/pypath.inputs.interpro.interpro2go_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.interpro.interpro2go_annotations — pypath 0.16.14 documentation
+ pypath.inputs.interpro.interpro2go_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.interpro.interpro_annotations.html b/api/pypath.inputs.interpro.interpro_annotations.html
index c4d49f32a..82f79faae 100644
--- a/api/pypath.inputs.interpro.interpro_annotations.html
+++ b/api/pypath.inputs.interpro.interpro_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.interpro.interpro_annotations — pypath 0.16.14 documentation
+ pypath.inputs.interpro.interpro_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.interpro.interpro_entries.html b/api/pypath.inputs.interpro.interpro_entries.html
index 3b5412af2..a08c4d8da 100644
--- a/api/pypath.inputs.interpro.interpro_entries.html
+++ b/api/pypath.inputs.interpro.interpro_entries.html
@@ -8,7 +8,7 @@
- pypath.inputs.interpro.interpro_entries — pypath 0.16.14 documentation
+ pypath.inputs.interpro.interpro_entries — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.interpro.interpro_xrefs.html b/api/pypath.inputs.interpro.interpro_xrefs.html
index 12c0facec..22172d686 100644
--- a/api/pypath.inputs.interpro.interpro_xrefs.html
+++ b/api/pypath.inputs.interpro.interpro_xrefs.html
@@ -8,7 +8,7 @@
- pypath.inputs.interpro.interpro_xrefs — pypath 0.16.14 documentation
+ pypath.inputs.interpro.interpro_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.intogen.html b/api/pypath.inputs.intogen.html
index ec8922245..b5690740e 100644
--- a/api/pypath.inputs.intogen.html
+++ b/api/pypath.inputs.intogen.html
@@ -8,7 +8,7 @@
- pypath.inputs.intogen — pypath 0.16.14 documentation
+ pypath.inputs.intogen — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.intogen.intogen_annotations.html b/api/pypath.inputs.intogen.intogen_annotations.html
index d9f48e295..b70948ba8 100644
--- a/api/pypath.inputs.intogen.intogen_annotations.html
+++ b/api/pypath.inputs.intogen.intogen_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.intogen.intogen_annotations — pypath 0.16.14 documentation
+ pypath.inputs.intogen.intogen_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ipi.html b/api/pypath.inputs.ipi.html
index 4e7655064..cc7980d17 100644
--- a/api/pypath.inputs.ipi.html
+++ b/api/pypath.inputs.ipi.html
@@ -8,7 +8,7 @@
- pypath.inputs.ipi — pypath 0.16.14 documentation
+ pypath.inputs.ipi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ipi.ipi_uniprot.html b/api/pypath.inputs.ipi.ipi_uniprot.html
index 1e5f4b3f3..2b86fd52e 100644
--- a/api/pypath.inputs.ipi.ipi_uniprot.html
+++ b/api/pypath.inputs.ipi.ipi_uniprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.ipi.ipi_uniprot — pypath 0.16.14 documentation
+ pypath.inputs.ipi.ipi_uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.iptmnet.IptmnetInteraction.html b/api/pypath.inputs.iptmnet.IptmnetInteraction.html
index 6240386f5..0e917d322 100644
--- a/api/pypath.inputs.iptmnet.IptmnetInteraction.html
+++ b/api/pypath.inputs.iptmnet.IptmnetInteraction.html
@@ -8,7 +8,7 @@
- pypath.inputs.iptmnet.IptmnetInteraction — pypath 0.16.14 documentation
+ pypath.inputs.iptmnet.IptmnetInteraction — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.iptmnet.html b/api/pypath.inputs.iptmnet.html
index 087dd903a..4c8fb9844 100644
--- a/api/pypath.inputs.iptmnet.html
+++ b/api/pypath.inputs.iptmnet.html
@@ -8,7 +8,7 @@
- pypath.inputs.iptmnet — pypath 0.16.14 documentation
+ pypath.inputs.iptmnet — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.iptmnet.iptmnet_interactions.html b/api/pypath.inputs.iptmnet.iptmnet_interactions.html
index 18a9a5fd2..f855fcc63 100644
--- a/api/pypath.inputs.iptmnet.iptmnet_interactions.html
+++ b/api/pypath.inputs.iptmnet.iptmnet_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.iptmnet.iptmnet_interactions — pypath 0.16.14 documentation
+ pypath.inputs.iptmnet.iptmnet_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.italk.html b/api/pypath.inputs.italk.html
index 226fdf253..88c7cf645 100644
--- a/api/pypath.inputs.italk.html
+++ b/api/pypath.inputs.italk.html
@@ -8,7 +8,7 @@
- pypath.inputs.italk — pypath 0.16.14 documentation
+ pypath.inputs.italk — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.italk.italk_annotations.html b/api/pypath.inputs.italk.italk_annotations.html
index c1fae0585..cfeb94c36 100644
--- a/api/pypath.inputs.italk.italk_annotations.html
+++ b/api/pypath.inputs.italk.italk_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.italk.italk_annotations — pypath 0.16.14 documentation
+ pypath.inputs.italk.italk_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.italk.italk_interactions.html b/api/pypath.inputs.italk.italk_interactions.html
index d74795665..1bfa4616b 100644
--- a/api/pypath.inputs.italk.italk_interactions.html
+++ b/api/pypath.inputs.italk.italk_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.italk.italk_interactions — pypath 0.16.14 documentation
+ pypath.inputs.italk.italk_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.italk.italk_raw.html b/api/pypath.inputs.italk.italk_raw.html
index e1925fb4f..3f85ea284 100644
--- a/api/pypath.inputs.italk.italk_raw.html
+++ b/api/pypath.inputs.italk.italk_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.italk.italk_raw — pypath 0.16.14 documentation
+ pypath.inputs.italk.italk_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kea.html b/api/pypath.inputs.kea.html
index 2797dc19f..97cfd431b 100644
--- a/api/pypath.inputs.kea.html
+++ b/api/pypath.inputs.kea.html
@@ -8,7 +8,7 @@
- pypath.inputs.kea — pypath 0.16.14 documentation
+ pypath.inputs.kea — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kea.kea_enzyme_substrate.html b/api/pypath.inputs.kea.kea_enzyme_substrate.html
index d9bf048f8..b9c449d68 100644
--- a/api/pypath.inputs.kea.kea_enzyme_substrate.html
+++ b/api/pypath.inputs.kea.kea_enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.inputs.kea.kea_enzyme_substrate — pypath 0.16.14 documentation
+ pypath.inputs.kea.kea_enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kea.kea_interactions.html b/api/pypath.inputs.kea.kea_interactions.html
index d08b9dfed..64e3e0935 100644
--- a/api/pypath.inputs.kea.kea_interactions.html
+++ b/api/pypath.inputs.kea.kea_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.kea.kea_interactions — pypath 0.16.14 documentation
+ pypath.inputs.kea.kea_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg.KeggPathway.html b/api/pypath.inputs.kegg.KeggPathway.html
index c95771763..f9a5afaf6 100644
--- a/api/pypath.inputs.kegg.KeggPathway.html
+++ b/api/pypath.inputs.kegg.KeggPathway.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg.KeggPathway — pypath 0.16.14 documentation
+ pypath.inputs.kegg.KeggPathway — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg.html b/api/pypath.inputs.kegg.html
index 10d74ac10..af638607a 100644
--- a/api/pypath.inputs.kegg.html
+++ b/api/pypath.inputs.kegg.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg — pypath 0.16.14 documentation
+ pypath.inputs.kegg — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg.kegg_dbget.html b/api/pypath.inputs.kegg.kegg_dbget.html
index f1e439e40..2a8547bbc 100644
--- a/api/pypath.inputs.kegg.kegg_dbget.html
+++ b/api/pypath.inputs.kegg.kegg_dbget.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg.kegg_dbget — pypath 0.16.14 documentation
+ pypath.inputs.kegg.kegg_dbget — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg.kegg_interactions.html b/api/pypath.inputs.kegg.kegg_interactions.html
index 6f468e297..b36d52dbf 100644
--- a/api/pypath.inputs.kegg.kegg_interactions.html
+++ b/api/pypath.inputs.kegg.kegg_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg.kegg_interactions — pypath 0.16.14 documentation
+ pypath.inputs.kegg.kegg_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg.kegg_medicus.html b/api/pypath.inputs.kegg.kegg_medicus.html
index b2f1d6e7f..a7721359d 100644
--- a/api/pypath.inputs.kegg.kegg_medicus.html
+++ b/api/pypath.inputs.kegg.kegg_medicus.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg.kegg_medicus — pypath 0.16.14 documentation
+ pypath.inputs.kegg.kegg_medicus — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg.kegg_medicus_complexes.html b/api/pypath.inputs.kegg.kegg_medicus_complexes.html
index 6c6818db4..342f1c758 100644
--- a/api/pypath.inputs.kegg.kegg_medicus_complexes.html
+++ b/api/pypath.inputs.kegg.kegg_medicus_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg.kegg_medicus_complexes — pypath 0.16.14 documentation
+ pypath.inputs.kegg.kegg_medicus_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg.kegg_medicus_interactions.html b/api/pypath.inputs.kegg.kegg_medicus_interactions.html
index 4c05613f8..d82c42d54 100644
--- a/api/pypath.inputs.kegg.kegg_medicus_interactions.html
+++ b/api/pypath.inputs.kegg.kegg_medicus_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg.kegg_medicus_interactions — pypath 0.16.14 documentation
+ pypath.inputs.kegg.kegg_medicus_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg.kegg_pathway_annotations.html b/api/pypath.inputs.kegg.kegg_pathway_annotations.html
index d26f2ff26..150e3d7e1 100644
--- a/api/pypath.inputs.kegg.kegg_pathway_annotations.html
+++ b/api/pypath.inputs.kegg.kegg_pathway_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg.kegg_pathway_annotations — pypath 0.16.14 documentation
+ pypath.inputs.kegg.kegg_pathway_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg.kegg_pathway_annotations_pathwaycommons.html b/api/pypath.inputs.kegg.kegg_pathway_annotations_pathwaycommons.html
index f295f8d73..9a17c37b4 100644
--- a/api/pypath.inputs.kegg.kegg_pathway_annotations_pathwaycommons.html
+++ b/api/pypath.inputs.kegg.kegg_pathway_annotations_pathwaycommons.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg.kegg_pathway_annotations_pathwaycommons — pypath 0.16.14 documentation
+ pypath.inputs.kegg.kegg_pathway_annotations_pathwaycommons — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg.kegg_pathways.html b/api/pypath.inputs.kegg.kegg_pathways.html
index 0689ba7eb..6e59ab0c2 100644
--- a/api/pypath.inputs.kegg.kegg_pathways.html
+++ b/api/pypath.inputs.kegg.kegg_pathways.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg.kegg_pathways — pypath 0.16.14 documentation
+ pypath.inputs.kegg.kegg_pathways — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.disease_to_drug.html b/api/pypath.inputs.kegg_api.disease_to_drug.html
index 7726167e9..5d6de1aff 100644
--- a/api/pypath.inputs.kegg_api.disease_to_drug.html
+++ b/api/pypath.inputs.kegg_api.disease_to_drug.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.disease_to_drug — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.disease_to_drug — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.disease_to_gene.html b/api/pypath.inputs.kegg_api.disease_to_gene.html
index 54ec3058a..0a0cd222b 100644
--- a/api/pypath.inputs.kegg_api.disease_to_gene.html
+++ b/api/pypath.inputs.kegg_api.disease_to_gene.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.disease_to_gene — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.disease_to_gene — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.disease_to_pathway.html b/api/pypath.inputs.kegg_api.disease_to_pathway.html
index 62bbfddef..058b0ceb9 100644
--- a/api/pypath.inputs.kegg_api.disease_to_pathway.html
+++ b/api/pypath.inputs.kegg_api.disease_to_pathway.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.disease_to_pathway — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.disease_to_pathway — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.drug_to_disease.html b/api/pypath.inputs.kegg_api.drug_to_disease.html
index 57bcf1dd4..473795606 100644
--- a/api/pypath.inputs.kegg_api.drug_to_disease.html
+++ b/api/pypath.inputs.kegg_api.drug_to_disease.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.drug_to_disease — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.drug_to_disease — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.drug_to_drug.html b/api/pypath.inputs.kegg_api.drug_to_drug.html
index 27dfbdc99..85139505a 100644
--- a/api/pypath.inputs.kegg_api.drug_to_drug.html
+++ b/api/pypath.inputs.kegg_api.drug_to_drug.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.drug_to_drug — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.drug_to_drug — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.drug_to_gene.html b/api/pypath.inputs.kegg_api.drug_to_gene.html
index eb158578f..925bf261b 100644
--- a/api/pypath.inputs.kegg_api.drug_to_gene.html
+++ b/api/pypath.inputs.kegg_api.drug_to_gene.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.drug_to_gene — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.drug_to_gene — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.drug_to_pathway.html b/api/pypath.inputs.kegg_api.drug_to_pathway.html
index 3b1a70a1d..64cee778f 100644
--- a/api/pypath.inputs.kegg_api.drug_to_pathway.html
+++ b/api/pypath.inputs.kegg_api.drug_to_pathway.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.drug_to_pathway — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.drug_to_pathway — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.gene_to_disease.html b/api/pypath.inputs.kegg_api.gene_to_disease.html
index e4bc434ab..88b200f3f 100644
--- a/api/pypath.inputs.kegg_api.gene_to_disease.html
+++ b/api/pypath.inputs.kegg_api.gene_to_disease.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.gene_to_disease — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.gene_to_disease — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.gene_to_drug.html b/api/pypath.inputs.kegg_api.gene_to_drug.html
index 053425b8e..1a044b351 100644
--- a/api/pypath.inputs.kegg_api.gene_to_drug.html
+++ b/api/pypath.inputs.kegg_api.gene_to_drug.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.gene_to_drug — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.gene_to_drug — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.gene_to_pathway.html b/api/pypath.inputs.kegg_api.gene_to_pathway.html
index 735b2ad39..f90a9a4f3 100644
--- a/api/pypath.inputs.kegg_api.gene_to_pathway.html
+++ b/api/pypath.inputs.kegg_api.gene_to_pathway.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.gene_to_pathway — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.gene_to_pathway — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.html b/api/pypath.inputs.kegg_api.html
index 04a5c0cf4..2e7f994b1 100644
--- a/api/pypath.inputs.kegg_api.html
+++ b/api/pypath.inputs.kegg_api.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.kegg_drug_to_chebi.html b/api/pypath.inputs.kegg_api.kegg_drug_to_chebi.html
index 628864ade..c91594caa 100644
--- a/api/pypath.inputs.kegg_api.kegg_drug_to_chebi.html
+++ b/api/pypath.inputs.kegg_api.kegg_drug_to_chebi.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.kegg_drug_to_chebi — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.kegg_drug_to_chebi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.kegg_gene_to_ncbi_geneid.html b/api/pypath.inputs.kegg_api.kegg_gene_to_ncbi_geneid.html
index a62265508..264b68551 100644
--- a/api/pypath.inputs.kegg_api.kegg_gene_to_ncbi_geneid.html
+++ b/api/pypath.inputs.kegg_api.kegg_gene_to_ncbi_geneid.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.kegg_gene_to_ncbi_geneid — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.kegg_gene_to_ncbi_geneid — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.kegg_gene_to_uniprot.html b/api/pypath.inputs.kegg_api.kegg_gene_to_uniprot.html
index 354a01d2f..5396894cb 100644
--- a/api/pypath.inputs.kegg_api.kegg_gene_to_uniprot.html
+++ b/api/pypath.inputs.kegg_api.kegg_gene_to_uniprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.kegg_gene_to_uniprot — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.kegg_gene_to_uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.pathway_to_disease.html b/api/pypath.inputs.kegg_api.pathway_to_disease.html
index 5f46bbdef..51b74f445 100644
--- a/api/pypath.inputs.kegg_api.pathway_to_disease.html
+++ b/api/pypath.inputs.kegg_api.pathway_to_disease.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.pathway_to_disease — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.pathway_to_disease — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.pathway_to_drug.html b/api/pypath.inputs.kegg_api.pathway_to_drug.html
index 8c116e410..7a676cfac 100644
--- a/api/pypath.inputs.kegg_api.pathway_to_drug.html
+++ b/api/pypath.inputs.kegg_api.pathway_to_drug.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.pathway_to_drug — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.pathway_to_drug — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kegg_api.pathway_to_gene.html b/api/pypath.inputs.kegg_api.pathway_to_gene.html
index 24b2197d5..16ed4f524 100644
--- a/api/pypath.inputs.kegg_api.pathway_to_gene.html
+++ b/api/pypath.inputs.kegg_api.pathway_to_gene.html
@@ -8,7 +8,7 @@
- pypath.inputs.kegg_api.pathway_to_gene — pypath 0.16.14 documentation
+ pypath.inputs.kegg_api.pathway_to_gene — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kinasedotcom.html b/api/pypath.inputs.kinasedotcom.html
index 0c579cd07..521b5f671 100644
--- a/api/pypath.inputs.kinasedotcom.html
+++ b/api/pypath.inputs.kinasedotcom.html
@@ -8,7 +8,7 @@
- pypath.inputs.kinasedotcom — pypath 0.16.14 documentation
+ pypath.inputs.kinasedotcom — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kinasedotcom.kinasedotcom_annotations.html b/api/pypath.inputs.kinasedotcom.kinasedotcom_annotations.html
index 12d9067d5..eb7b4cf04 100644
--- a/api/pypath.inputs.kinasedotcom.kinasedotcom_annotations.html
+++ b/api/pypath.inputs.kinasedotcom.kinasedotcom_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.kinasedotcom.kinasedotcom_annotations — pypath 0.16.14 documentation
+ pypath.inputs.kinasedotcom.kinasedotcom_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kirouac2010.html b/api/pypath.inputs.kirouac2010.html
index 732fbe05a..7ce7ba21d 100644
--- a/api/pypath.inputs.kirouac2010.html
+++ b/api/pypath.inputs.kirouac2010.html
@@ -8,7 +8,7 @@
- pypath.inputs.kirouac2010 — pypath 0.16.14 documentation
+ pypath.inputs.kirouac2010 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.kirouac2010.kirouac2010_interactions.html b/api/pypath.inputs.kirouac2010.kirouac2010_interactions.html
index 5375ff654..2acb7ce0d 100644
--- a/api/pypath.inputs.kirouac2010.kirouac2010_interactions.html
+++ b/api/pypath.inputs.kirouac2010.kirouac2010_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.kirouac2010.kirouac2010_interactions — pypath 0.16.14 documentation
+ pypath.inputs.kirouac2010.kirouac2010_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lambert2018.html b/api/pypath.inputs.lambert2018.html
index a0b810fde..858d616ad 100644
--- a/api/pypath.inputs.lambert2018.html
+++ b/api/pypath.inputs.lambert2018.html
@@ -8,7 +8,7 @@
- pypath.inputs.lambert2018 — pypath 0.16.14 documentation
+ pypath.inputs.lambert2018 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lambert2018.lambert2018_annotations.html b/api/pypath.inputs.lambert2018.lambert2018_annotations.html
index 8df167f3a..e01e53e90 100644
--- a/api/pypath.inputs.lambert2018.lambert2018_annotations.html
+++ b/api/pypath.inputs.lambert2018.lambert2018_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.lambert2018.lambert2018_annotations — pypath 0.16.14 documentation
+ pypath.inputs.lambert2018.lambert2018_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lambert2018.lambert2018_s1_raw.html b/api/pypath.inputs.lambert2018.lambert2018_s1_raw.html
index 8235d412d..a9b86fde5 100644
--- a/api/pypath.inputs.lambert2018.lambert2018_s1_raw.html
+++ b/api/pypath.inputs.lambert2018.lambert2018_s1_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.lambert2018.lambert2018_s1_raw — pypath 0.16.14 documentation
+ pypath.inputs.lambert2018.lambert2018_s1_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.laudanna.html b/api/pypath.inputs.laudanna.html
index 9e6b2ae9e..ff2e50a26 100644
--- a/api/pypath.inputs.laudanna.html
+++ b/api/pypath.inputs.laudanna.html
@@ -8,7 +8,7 @@
- pypath.inputs.laudanna — pypath 0.16.14 documentation
+ pypath.inputs.laudanna — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.laudanna.laudanna_directions.html b/api/pypath.inputs.laudanna.laudanna_directions.html
index dd5437840..ad6a50779 100644
--- a/api/pypath.inputs.laudanna.laudanna_directions.html
+++ b/api/pypath.inputs.laudanna.laudanna_directions.html
@@ -8,7 +8,7 @@
- pypath.inputs.laudanna.laudanna_directions — pypath 0.16.14 documentation
+ pypath.inputs.laudanna.laudanna_directions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.laudanna.laudanna_effects.html b/api/pypath.inputs.laudanna.laudanna_effects.html
index d8183290a..ac7d557f2 100644
--- a/api/pypath.inputs.laudanna.laudanna_effects.html
+++ b/api/pypath.inputs.laudanna.laudanna_effects.html
@@ -8,7 +8,7 @@
- pypath.inputs.laudanna.laudanna_effects — pypath 0.16.14 documentation
+ pypath.inputs.laudanna.laudanna_effects — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.li2012.get_li2012.html b/api/pypath.inputs.li2012.get_li2012.html
index a01ff71fc..c6d6b45b7 100644
--- a/api/pypath.inputs.li2012.get_li2012.html
+++ b/api/pypath.inputs.li2012.get_li2012.html
@@ -8,7 +8,7 @@
- pypath.inputs.li2012.get_li2012 — pypath 0.16.14 documentation
+ pypath.inputs.li2012.get_li2012 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.li2012.html b/api/pypath.inputs.li2012.html
index a5e715979..a6ef9ea69 100644
--- a/api/pypath.inputs.li2012.html
+++ b/api/pypath.inputs.li2012.html
@@ -8,7 +8,7 @@
- pypath.inputs.li2012 — pypath 0.16.14 documentation
+ pypath.inputs.li2012 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.li2012.li2012_dmi.html b/api/pypath.inputs.li2012.li2012_dmi.html
index 8affb9a67..81dd2c5ff 100644
--- a/api/pypath.inputs.li2012.li2012_dmi.html
+++ b/api/pypath.inputs.li2012.li2012_dmi.html
@@ -8,7 +8,7 @@
- pypath.inputs.li2012.li2012_dmi — pypath 0.16.14 documentation
+ pypath.inputs.li2012.li2012_dmi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.li2012.li2012_enzyme_substrate.html b/api/pypath.inputs.li2012.li2012_enzyme_substrate.html
index d2f065a4b..44e26dff0 100644
--- a/api/pypath.inputs.li2012.li2012_enzyme_substrate.html
+++ b/api/pypath.inputs.li2012.li2012_enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.inputs.li2012.li2012_enzyme_substrate — pypath 0.16.14 documentation
+ pypath.inputs.li2012.li2012_enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.li2012.li2012_interactions.html b/api/pypath.inputs.li2012.li2012_interactions.html
index 8fcdb54bf..dcba6e1d0 100644
--- a/api/pypath.inputs.li2012.li2012_interactions.html
+++ b/api/pypath.inputs.li2012.li2012_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.li2012.li2012_interactions — pypath 0.16.14 documentation
+ pypath.inputs.li2012.li2012_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lincs.html b/api/pypath.inputs.lincs.html
index 9f7c1f038..797379443 100644
--- a/api/pypath.inputs.lincs.html
+++ b/api/pypath.inputs.lincs.html
@@ -8,7 +8,7 @@
- pypath.inputs.lincs — pypath 0.16.14 documentation
+ pypath.inputs.lincs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lincs.lincs_compounds.html b/api/pypath.inputs.lincs.lincs_compounds.html
index ae36f8be5..087c965e0 100644
--- a/api/pypath.inputs.lincs.lincs_compounds.html
+++ b/api/pypath.inputs.lincs.lincs_compounds.html
@@ -8,7 +8,7 @@
- pypath.inputs.lincs.lincs_compounds — pypath 0.16.14 documentation
+ pypath.inputs.lincs.lincs_compounds — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lmpid.html b/api/pypath.inputs.lmpid.html
index bce522adf..537bcb566 100644
--- a/api/pypath.inputs.lmpid.html
+++ b/api/pypath.inputs.lmpid.html
@@ -8,7 +8,7 @@
- pypath.inputs.lmpid — pypath 0.16.14 documentation
+ pypath.inputs.lmpid — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lmpid.lmpid_dmi.html b/api/pypath.inputs.lmpid.lmpid_dmi.html
index 0eca2187a..71b523177 100644
--- a/api/pypath.inputs.lmpid.lmpid_dmi.html
+++ b/api/pypath.inputs.lmpid.lmpid_dmi.html
@@ -8,7 +8,7 @@
- pypath.inputs.lmpid.lmpid_dmi — pypath 0.16.14 documentation
+ pypath.inputs.lmpid.lmpid_dmi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lmpid.lmpid_interactions.html b/api/pypath.inputs.lmpid.lmpid_interactions.html
index 8cbf164ca..e6fa8a0c8 100644
--- a/api/pypath.inputs.lmpid.lmpid_interactions.html
+++ b/api/pypath.inputs.lmpid.lmpid_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.lmpid.lmpid_interactions — pypath 0.16.14 documentation
+ pypath.inputs.lmpid.lmpid_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lmpid.load_lmpid.html b/api/pypath.inputs.lmpid.load_lmpid.html
index c4ae10a55..2d8ab731f 100644
--- a/api/pypath.inputs.lmpid.load_lmpid.html
+++ b/api/pypath.inputs.lmpid.load_lmpid.html
@@ -8,7 +8,7 @@
- pypath.inputs.lmpid.load_lmpid — pypath 0.16.14 documentation
+ pypath.inputs.lmpid.load_lmpid — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lncdisease.html b/api/pypath.inputs.lncdisease.html
index 8191387e6..cb4ecb5c2 100644
--- a/api/pypath.inputs.lncdisease.html
+++ b/api/pypath.inputs.lncdisease.html
@@ -8,7 +8,7 @@
- pypath.inputs.lncdisease — pypath 0.16.14 documentation
+ pypath.inputs.lncdisease — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lncdisease.lncdisease_interactions.html b/api/pypath.inputs.lncdisease.lncdisease_interactions.html
index ed7944a9d..2d0325e6e 100644
--- a/api/pypath.inputs.lncdisease.lncdisease_interactions.html
+++ b/api/pypath.inputs.lncdisease.lncdisease_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.lncdisease.lncdisease_interactions — pypath 0.16.14 documentation
+ pypath.inputs.lncdisease.lncdisease_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lncrnadb.html b/api/pypath.inputs.lncrnadb.html
index 5a2c20d9d..b63361505 100644
--- a/api/pypath.inputs.lncrnadb.html
+++ b/api/pypath.inputs.lncrnadb.html
@@ -8,7 +8,7 @@
- pypath.inputs.lncrnadb — pypath 0.16.14 documentation
+ pypath.inputs.lncrnadb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lncrnadb.lncrnadb_interactions.html b/api/pypath.inputs.lncrnadb.lncrnadb_interactions.html
index 6dbec4c2c..dd90b999d 100644
--- a/api/pypath.inputs.lncrnadb.lncrnadb_interactions.html
+++ b/api/pypath.inputs.lncrnadb.lncrnadb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.lncrnadb.lncrnadb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.lncrnadb.lncrnadb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.locate.html b/api/pypath.inputs.locate.html
index f4c142e5b..e30e088cf 100644
--- a/api/pypath.inputs.locate.html
+++ b/api/pypath.inputs.locate.html
@@ -8,7 +8,7 @@
- pypath.inputs.locate — pypath 0.16.14 documentation
+ pypath.inputs.locate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.locate.locate_localizations.html b/api/pypath.inputs.locate.locate_localizations.html
index 940c087bc..7fab2829b 100644
--- a/api/pypath.inputs.locate.locate_localizations.html
+++ b/api/pypath.inputs.locate.locate_localizations.html
@@ -8,7 +8,7 @@
- pypath.inputs.locate.locate_localizations — pypath 0.16.14 documentation
+ pypath.inputs.locate.locate_localizations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lrdb.LrdbAnnotation.html b/api/pypath.inputs.lrdb.LrdbAnnotation.html
index 14dcb6178..765aa74da 100644
--- a/api/pypath.inputs.lrdb.LrdbAnnotation.html
+++ b/api/pypath.inputs.lrdb.LrdbAnnotation.html
@@ -8,7 +8,7 @@
- pypath.inputs.lrdb.LrdbAnnotation — pypath 0.16.14 documentation
+ pypath.inputs.lrdb.LrdbAnnotation — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lrdb.html b/api/pypath.inputs.lrdb.html
index bf8ada089..983ab7d8f 100644
--- a/api/pypath.inputs.lrdb.html
+++ b/api/pypath.inputs.lrdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.lrdb — pypath 0.16.14 documentation
+ pypath.inputs.lrdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lrdb.lrdb_annotations.html b/api/pypath.inputs.lrdb.lrdb_annotations.html
index 141ac4bb2..747a3f0c1 100644
--- a/api/pypath.inputs.lrdb.lrdb_annotations.html
+++ b/api/pypath.inputs.lrdb.lrdb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.lrdb.lrdb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.lrdb.lrdb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.lrdb.lrdb_interactions.html b/api/pypath.inputs.lrdb.lrdb_interactions.html
index 4c0a572e7..238445a6a 100644
--- a/api/pypath.inputs.lrdb.lrdb_interactions.html
+++ b/api/pypath.inputs.lrdb.lrdb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.lrdb.lrdb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.lrdb.lrdb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.macrophage.html b/api/pypath.inputs.macrophage.html
index d8ef84431..958ff6661 100644
--- a/api/pypath.inputs.macrophage.html
+++ b/api/pypath.inputs.macrophage.html
@@ -8,7 +8,7 @@
- pypath.inputs.macrophage — pypath 0.16.14 documentation
+ pypath.inputs.macrophage — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.macrophage.macrophage_interactions.html b/api/pypath.inputs.macrophage.macrophage_interactions.html
index f15a5bc63..485910167 100644
--- a/api/pypath.inputs.macrophage.macrophage_interactions.html
+++ b/api/pypath.inputs.macrophage.macrophage_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.macrophage.macrophage_interactions — pypath 0.16.14 documentation
+ pypath.inputs.macrophage.macrophage_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.main.html b/api/pypath.inputs.main.html
index 625cba6b2..cb25d4ebc 100644
--- a/api/pypath.inputs.main.html
+++ b/api/pypath.inputs.main.html
@@ -8,7 +8,7 @@
- pypath.inputs.main — pypath 0.16.14 documentation
+ pypath.inputs.main — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.matrisome.html b/api/pypath.inputs.matrisome.html
index 279aae34a..421443d36 100644
--- a/api/pypath.inputs.matrisome.html
+++ b/api/pypath.inputs.matrisome.html
@@ -8,7 +8,7 @@
- pypath.inputs.matrisome — pypath 0.16.14 documentation
+ pypath.inputs.matrisome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.matrisome.matrisome_annotations.html b/api/pypath.inputs.matrisome.matrisome_annotations.html
index aa36c60f8..4be59cbba 100644
--- a/api/pypath.inputs.matrisome.matrisome_annotations.html
+++ b/api/pypath.inputs.matrisome.matrisome_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.matrisome.matrisome_annotations — pypath 0.16.14 documentation
+ pypath.inputs.matrisome.matrisome_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.matrixdb.html b/api/pypath.inputs.matrixdb.html
index 8ef4818b4..1d46452d1 100644
--- a/api/pypath.inputs.matrixdb.html
+++ b/api/pypath.inputs.matrixdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.matrixdb — pypath 0.16.14 documentation
+ pypath.inputs.matrixdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.matrixdb.matrixdb_annotations.html b/api/pypath.inputs.matrixdb.matrixdb_annotations.html
index 9fef76f73..5408497a2 100644
--- a/api/pypath.inputs.matrixdb.matrixdb_annotations.html
+++ b/api/pypath.inputs.matrixdb.matrixdb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.matrixdb.matrixdb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.matrixdb.matrixdb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.matrixdb.matrixdb_ecm_proteins.html b/api/pypath.inputs.matrixdb.matrixdb_ecm_proteins.html
index 7e4441631..ffd35185e 100644
--- a/api/pypath.inputs.matrixdb.matrixdb_ecm_proteins.html
+++ b/api/pypath.inputs.matrixdb.matrixdb_ecm_proteins.html
@@ -8,7 +8,7 @@
- pypath.inputs.matrixdb.matrixdb_ecm_proteins — pypath 0.16.14 documentation
+ pypath.inputs.matrixdb.matrixdb_ecm_proteins — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.matrixdb.matrixdb_interactions.html b/api/pypath.inputs.matrixdb.matrixdb_interactions.html
index 35736bfa2..19e78e500 100644
--- a/api/pypath.inputs.matrixdb.matrixdb_interactions.html
+++ b/api/pypath.inputs.matrixdb.matrixdb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.matrixdb.matrixdb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.matrixdb.matrixdb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.matrixdb.matrixdb_membrane_proteins.html b/api/pypath.inputs.matrixdb.matrixdb_membrane_proteins.html
index b9257c338..bd1884834 100644
--- a/api/pypath.inputs.matrixdb.matrixdb_membrane_proteins.html
+++ b/api/pypath.inputs.matrixdb.matrixdb_membrane_proteins.html
@@ -8,7 +8,7 @@
- pypath.inputs.matrixdb.matrixdb_membrane_proteins — pypath 0.16.14 documentation
+ pypath.inputs.matrixdb.matrixdb_membrane_proteins — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.matrixdb.matrixdb_secreted_proteins.html b/api/pypath.inputs.matrixdb.matrixdb_secreted_proteins.html
index b0c3520e9..020fc6166 100644
--- a/api/pypath.inputs.matrixdb.matrixdb_secreted_proteins.html
+++ b/api/pypath.inputs.matrixdb.matrixdb_secreted_proteins.html
@@ -8,7 +8,7 @@
- pypath.inputs.matrixdb.matrixdb_secreted_proteins — pypath 0.16.14 documentation
+ pypath.inputs.matrixdb.matrixdb_secreted_proteins — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mcam.html b/api/pypath.inputs.mcam.html
index 9a9d38b83..77fe5418b 100644
--- a/api/pypath.inputs.mcam.html
+++ b/api/pypath.inputs.mcam.html
@@ -8,7 +8,7 @@
- pypath.inputs.mcam — pypath 0.16.14 documentation
+ pypath.inputs.mcam — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mcam.mcam_cell_adhesion_molecules.html b/api/pypath.inputs.mcam.mcam_cell_adhesion_molecules.html
index 1bc6f6a28..b495dc0d9 100644
--- a/api/pypath.inputs.mcam.mcam_cell_adhesion_molecules.html
+++ b/api/pypath.inputs.mcam.mcam_cell_adhesion_molecules.html
@@ -8,7 +8,7 @@
- pypath.inputs.mcam.mcam_cell_adhesion_molecules — pypath 0.16.14 documentation
+ pypath.inputs.mcam.mcam_cell_adhesion_molecules — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.membranome.html b/api/pypath.inputs.membranome.html
index 3a402b8bd..362174a88 100644
--- a/api/pypath.inputs.membranome.html
+++ b/api/pypath.inputs.membranome.html
@@ -8,7 +8,7 @@
- pypath.inputs.membranome — pypath 0.16.14 documentation
+ pypath.inputs.membranome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.membranome.membranome_annotations.html b/api/pypath.inputs.membranome.membranome_annotations.html
index d268b0b7b..76cfa7001 100644
--- a/api/pypath.inputs.membranome.membranome_annotations.html
+++ b/api/pypath.inputs.membranome.membranome_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.membranome.membranome_annotations — pypath 0.16.14 documentation
+ pypath.inputs.membranome.membranome_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mimp.get_kinase_class.html b/api/pypath.inputs.mimp.get_kinase_class.html
index d544e04a1..3dcf4456a 100644
--- a/api/pypath.inputs.mimp.get_kinase_class.html
+++ b/api/pypath.inputs.mimp.get_kinase_class.html
@@ -8,7 +8,7 @@
- pypath.inputs.mimp.get_kinase_class — pypath 0.16.14 documentation
+ pypath.inputs.mimp.get_kinase_class — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mimp.html b/api/pypath.inputs.mimp.html
index 55f59130a..4b3af68f7 100644
--- a/api/pypath.inputs.mimp.html
+++ b/api/pypath.inputs.mimp.html
@@ -8,7 +8,7 @@
- pypath.inputs.mimp — pypath 0.16.14 documentation
+ pypath.inputs.mimp — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mimp.mimp_enzyme_substrate.html b/api/pypath.inputs.mimp.mimp_enzyme_substrate.html
index de30d0678..7ee2cbdb2 100644
--- a/api/pypath.inputs.mimp.mimp_enzyme_substrate.html
+++ b/api/pypath.inputs.mimp.mimp_enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.inputs.mimp.mimp_enzyme_substrate — pypath 0.16.14 documentation
+ pypath.inputs.mimp.mimp_enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mimp.mimp_interactions.html b/api/pypath.inputs.mimp.mimp_interactions.html
index 0dc19850f..25b9feaca 100644
--- a/api/pypath.inputs.mimp.mimp_interactions.html
+++ b/api/pypath.inputs.mimp.mimp_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.mimp.mimp_interactions — pypath 0.16.14 documentation
+ pypath.inputs.mimp.mimp_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mir2disease.html b/api/pypath.inputs.mir2disease.html
index 3e5cd1cf0..5c62930e0 100644
--- a/api/pypath.inputs.mir2disease.html
+++ b/api/pypath.inputs.mir2disease.html
@@ -8,7 +8,7 @@
- pypath.inputs.mir2disease — pypath 0.16.14 documentation
+ pypath.inputs.mir2disease — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mir2disease.mir2disease_interactions.html b/api/pypath.inputs.mir2disease.mir2disease_interactions.html
index 8096b40ba..78544ffa3 100644
--- a/api/pypath.inputs.mir2disease.mir2disease_interactions.html
+++ b/api/pypath.inputs.mir2disease.mir2disease_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.mir2disease.mir2disease_interactions — pypath 0.16.14 documentation
+ pypath.inputs.mir2disease.mir2disease_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirbase.get_mirbase_aliases.html b/api/pypath.inputs.mirbase.get_mirbase_aliases.html
index f19f7be4c..075d14e3c 100644
--- a/api/pypath.inputs.mirbase.get_mirbase_aliases.html
+++ b/api/pypath.inputs.mirbase.get_mirbase_aliases.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirbase.get_mirbase_aliases — pypath 0.16.14 documentation
+ pypath.inputs.mirbase.get_mirbase_aliases — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirbase.html b/api/pypath.inputs.mirbase.html
index d9c1fdf3d..77b5aa9ae 100644
--- a/api/pypath.inputs.mirbase.html
+++ b/api/pypath.inputs.mirbase.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirbase — pypath 0.16.14 documentation
+ pypath.inputs.mirbase — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirbase.mirbase_ids.html b/api/pypath.inputs.mirbase.mirbase_ids.html
index e19f35020..0bed7b62c 100644
--- a/api/pypath.inputs.mirbase.mirbase_ids.html
+++ b/api/pypath.inputs.mirbase.mirbase_ids.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirbase.mirbase_ids — pypath 0.16.14 documentation
+ pypath.inputs.mirbase.mirbase_ids — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirbase.mirbase_mature.html b/api/pypath.inputs.mirbase.mirbase_mature.html
index c9c61e9c6..f8573f558 100644
--- a/api/pypath.inputs.mirbase.mirbase_mature.html
+++ b/api/pypath.inputs.mirbase.mirbase_mature.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirbase.mirbase_mature — pypath 0.16.14 documentation
+ pypath.inputs.mirbase.mirbase_mature — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirbase.mirbase_mature_all.html b/api/pypath.inputs.mirbase.mirbase_mature_all.html
index f11d10798..a62e58201 100644
--- a/api/pypath.inputs.mirbase.mirbase_mature_all.html
+++ b/api/pypath.inputs.mirbase.mirbase_mature_all.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirbase.mirbase_mature_all — pypath 0.16.14 documentation
+ pypath.inputs.mirbase.mirbase_mature_all — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirbase.mirbase_precursor.html b/api/pypath.inputs.mirbase.mirbase_precursor.html
index 480395056..75c1f6095 100644
--- a/api/pypath.inputs.mirbase.mirbase_precursor.html
+++ b/api/pypath.inputs.mirbase.mirbase_precursor.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirbase.mirbase_precursor — pypath 0.16.14 documentation
+ pypath.inputs.mirbase.mirbase_precursor — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirbase.mirbase_precursor_all.html b/api/pypath.inputs.mirbase.mirbase_precursor_all.html
index 8e084e029..3c0e19ed6 100644
--- a/api/pypath.inputs.mirbase.mirbase_precursor_all.html
+++ b/api/pypath.inputs.mirbase.mirbase_precursor_all.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirbase.mirbase_precursor_all — pypath 0.16.14 documentation
+ pypath.inputs.mirbase.mirbase_precursor_all — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirbase.mirbase_precursor_to_mature.html b/api/pypath.inputs.mirbase.mirbase_precursor_to_mature.html
index 6adb772ef..0ae80610d 100644
--- a/api/pypath.inputs.mirbase.mirbase_precursor_to_mature.html
+++ b/api/pypath.inputs.mirbase.mirbase_precursor_to_mature.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirbase.mirbase_precursor_to_mature — pypath 0.16.14 documentation
+ pypath.inputs.mirbase.mirbase_precursor_to_mature — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirdeathdb.html b/api/pypath.inputs.mirdeathdb.html
index f19e65f85..c026dbfb2 100644
--- a/api/pypath.inputs.mirdeathdb.html
+++ b/api/pypath.inputs.mirdeathdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirdeathdb — pypath 0.16.14 documentation
+ pypath.inputs.mirdeathdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirdeathdb.mirdeathdb_interactions.html b/api/pypath.inputs.mirdeathdb.mirdeathdb_interactions.html
index 3aff7c9fa..260ec0ce6 100644
--- a/api/pypath.inputs.mirdeathdb.mirdeathdb_interactions.html
+++ b/api/pypath.inputs.mirdeathdb.mirdeathdb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirdeathdb.mirdeathdb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.mirdeathdb.mirdeathdb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirecords.html b/api/pypath.inputs.mirecords.html
index 38c73d01f..8fc2ebe44 100644
--- a/api/pypath.inputs.mirecords.html
+++ b/api/pypath.inputs.mirecords.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirecords — pypath 0.16.14 documentation
+ pypath.inputs.mirecords — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirecords.mirecords_interactions.html b/api/pypath.inputs.mirecords.mirecords_interactions.html
index 5d21cad3b..c76a8bcb1 100644
--- a/api/pypath.inputs.mirecords.mirecords_interactions.html
+++ b/api/pypath.inputs.mirecords.mirecords_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirecords.mirecords_interactions — pypath 0.16.14 documentation
+ pypath.inputs.mirecords.mirecords_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirtarbase.html b/api/pypath.inputs.mirtarbase.html
index 3d4105480..a687abba5 100644
--- a/api/pypath.inputs.mirtarbase.html
+++ b/api/pypath.inputs.mirtarbase.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirtarbase — pypath 0.16.14 documentation
+ pypath.inputs.mirtarbase — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mirtarbase.mirtarbase_interactions.html b/api/pypath.inputs.mirtarbase.mirtarbase_interactions.html
index b8959e885..04444cb6e 100644
--- a/api/pypath.inputs.mirtarbase.mirtarbase_interactions.html
+++ b/api/pypath.inputs.mirtarbase.mirtarbase_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.mirtarbase.mirtarbase_interactions — pypath 0.16.14 documentation
+ pypath.inputs.mirtarbase.mirtarbase_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mitab.html b/api/pypath.inputs.mitab.html
index 1901cb141..887d83ff8 100644
--- a/api/pypath.inputs.mitab.html
+++ b/api/pypath.inputs.mitab.html
@@ -8,7 +8,7 @@
- pypath.inputs.mitab — pypath 0.16.14 documentation
+ pypath.inputs.mitab — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mitab.mitab_field_list.html b/api/pypath.inputs.mitab.mitab_field_list.html
index 76462ad0e..22f52d698 100644
--- a/api/pypath.inputs.mitab.mitab_field_list.html
+++ b/api/pypath.inputs.mitab.mitab_field_list.html
@@ -8,7 +8,7 @@
- pypath.inputs.mitab.mitab_field_list — pypath 0.16.14 documentation
+ pypath.inputs.mitab.mitab_field_list — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mitab.mitab_field_uniprot.html b/api/pypath.inputs.mitab.mitab_field_uniprot.html
index 665860d33..77d84c8b0 100644
--- a/api/pypath.inputs.mitab.mitab_field_uniprot.html
+++ b/api/pypath.inputs.mitab.mitab_field_uniprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.mitab.mitab_field_uniprot — pypath 0.16.14 documentation
+ pypath.inputs.mitab.mitab_field_uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mppi.html b/api/pypath.inputs.mppi.html
index 04c579d47..7b46bc9d6 100644
--- a/api/pypath.inputs.mppi.html
+++ b/api/pypath.inputs.mppi.html
@@ -8,7 +8,7 @@
- pypath.inputs.mppi — pypath 0.16.14 documentation
+ pypath.inputs.mppi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.mppi.mppi_interactions.html b/api/pypath.inputs.mppi.mppi_interactions.html
index 5cbd53703..410ce1565 100644
--- a/api/pypath.inputs.mppi.mppi_interactions.html
+++ b/api/pypath.inputs.mppi.mppi_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.mppi.mppi_interactions — pypath 0.16.14 documentation
+ pypath.inputs.mppi.mppi_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.msigdb.html b/api/pypath.inputs.msigdb.html
index 8eee92d0e..53852d598 100644
--- a/api/pypath.inputs.msigdb.html
+++ b/api/pypath.inputs.msigdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.msigdb — pypath 0.16.14 documentation
+ pypath.inputs.msigdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.msigdb.msigdb_annotations.html b/api/pypath.inputs.msigdb.msigdb_annotations.html
index bfc80420b..493738246 100644
--- a/api/pypath.inputs.msigdb.msigdb_annotations.html
+++ b/api/pypath.inputs.msigdb.msigdb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.msigdb.msigdb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.msigdb.msigdb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.msigdb.msigdb_download.html b/api/pypath.inputs.msigdb.msigdb_download.html
index 2485be23d..b317d66fa 100644
--- a/api/pypath.inputs.msigdb.msigdb_download.html
+++ b/api/pypath.inputs.msigdb.msigdb_download.html
@@ -8,7 +8,7 @@
- pypath.inputs.msigdb.msigdb_download — pypath 0.16.14 documentation
+ pypath.inputs.msigdb.msigdb_download — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.msigdb.msigdb_download_collections.html b/api/pypath.inputs.msigdb.msigdb_download_collections.html
index 067ba3b71..9d8e2284f 100644
--- a/api/pypath.inputs.msigdb.msigdb_download_collections.html
+++ b/api/pypath.inputs.msigdb.msigdb_download_collections.html
@@ -8,7 +8,7 @@
- pypath.inputs.msigdb.msigdb_download_collections — pypath 0.16.14 documentation
+ pypath.inputs.msigdb.msigdb_download_collections — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ncrdeathdb.html b/api/pypath.inputs.ncrdeathdb.html
index 89b495a06..f77845e98 100644
--- a/api/pypath.inputs.ncrdeathdb.html
+++ b/api/pypath.inputs.ncrdeathdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.ncrdeathdb — pypath 0.16.14 documentation
+ pypath.inputs.ncrdeathdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ncrdeathdb.ncrdeathdb_interactions.html b/api/pypath.inputs.ncrdeathdb.ncrdeathdb_interactions.html
index ad39bd93b..8c0104621 100644
--- a/api/pypath.inputs.ncrdeathdb.ncrdeathdb_interactions.html
+++ b/api/pypath.inputs.ncrdeathdb.ncrdeathdb_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.ncrdeathdb.ncrdeathdb_interactions — pypath 0.16.14 documentation
+ pypath.inputs.ncrdeathdb.ncrdeathdb_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.negatome.html b/api/pypath.inputs.negatome.html
index 49d855a88..2108430b5 100644
--- a/api/pypath.inputs.negatome.html
+++ b/api/pypath.inputs.negatome.html
@@ -8,7 +8,7 @@
- pypath.inputs.negatome — pypath 0.16.14 documentation
+ pypath.inputs.negatome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.negatome.negatome_interactions.html b/api/pypath.inputs.negatome.negatome_interactions.html
index 50b5abe1f..ac5aa7484 100644
--- a/api/pypath.inputs.negatome.negatome_interactions.html
+++ b/api/pypath.inputs.negatome.negatome_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.negatome.negatome_interactions — pypath 0.16.14 documentation
+ pypath.inputs.negatome.negatome_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.netbiol.arn_interactions.html b/api/pypath.inputs.netbiol.arn_interactions.html
index 82f28bd36..07b3dd454 100644
--- a/api/pypath.inputs.netbiol.arn_interactions.html
+++ b/api/pypath.inputs.netbiol.arn_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.netbiol.arn_interactions — pypath 0.16.14 documentation
+ pypath.inputs.netbiol.arn_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.netbiol.html b/api/pypath.inputs.netbiol.html
index 4a378cc47..d66cefef9 100644
--- a/api/pypath.inputs.netbiol.html
+++ b/api/pypath.inputs.netbiol.html
@@ -8,7 +8,7 @@
- pypath.inputs.netbiol — pypath 0.16.14 documentation
+ pypath.inputs.netbiol — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.netbiol.nrf2ome_interactions.html b/api/pypath.inputs.netbiol.nrf2ome_interactions.html
index da9433c37..ab05cfab3 100644
--- a/api/pypath.inputs.netbiol.nrf2ome_interactions.html
+++ b/api/pypath.inputs.netbiol.nrf2ome_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.netbiol.nrf2ome_interactions — pypath 0.16.14 documentation
+ pypath.inputs.netbiol.nrf2ome_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.netpath.html b/api/pypath.inputs.netpath.html
index 6d76d4e58..eefdfabb4 100644
--- a/api/pypath.inputs.netpath.html
+++ b/api/pypath.inputs.netpath.html
@@ -8,7 +8,7 @@
- pypath.inputs.netpath — pypath 0.16.14 documentation
+ pypath.inputs.netpath — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.netpath.netpath_interactions.html b/api/pypath.inputs.netpath.netpath_interactions.html
index 06f7be736..e068ffafc 100644
--- a/api/pypath.inputs.netpath.netpath_interactions.html
+++ b/api/pypath.inputs.netpath.netpath_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.netpath.netpath_interactions — pypath 0.16.14 documentation
+ pypath.inputs.netpath.netpath_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.netpath.netpath_names.html b/api/pypath.inputs.netpath.netpath_names.html
index ac3b1bf27..31aa9bc81 100644
--- a/api/pypath.inputs.netpath.netpath_names.html
+++ b/api/pypath.inputs.netpath.netpath_names.html
@@ -8,7 +8,7 @@
- pypath.inputs.netpath.netpath_names — pypath 0.16.14 documentation
+ pypath.inputs.netpath.netpath_names — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.netpath.netpath_pathway_annotations.html b/api/pypath.inputs.netpath.netpath_pathway_annotations.html
index 590231383..8bc79703d 100644
--- a/api/pypath.inputs.netpath.netpath_pathway_annotations.html
+++ b/api/pypath.inputs.netpath.netpath_pathway_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.netpath.netpath_pathway_annotations — pypath 0.16.14 documentation
+ pypath.inputs.netpath.netpath_pathway_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.offsides.html b/api/pypath.inputs.offsides.html
index 89c27cc61..aeb1aef6c 100644
--- a/api/pypath.inputs.offsides.html
+++ b/api/pypath.inputs.offsides.html
@@ -8,7 +8,7 @@
- pypath.inputs.offsides — pypath 0.16.14 documentation
+ pypath.inputs.offsides — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.offsides.offsides_side_effects.html b/api/pypath.inputs.offsides.offsides_side_effects.html
index 387800f4c..b15a00f23 100644
--- a/api/pypath.inputs.offsides.offsides_side_effects.html
+++ b/api/pypath.inputs.offsides.offsides_side_effects.html
@@ -8,7 +8,7 @@
- pypath.inputs.offsides.offsides_side_effects — pypath 0.16.14 documentation
+ pypath.inputs.offsides.offsides_side_effects — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.oma.html b/api/pypath.inputs.oma.html
index 8156c042a..276f04e4d 100644
--- a/api/pypath.inputs.oma.html
+++ b/api/pypath.inputs.oma.html
@@ -8,7 +8,7 @@
- pypath.inputs.oma — pypath 0.16.14 documentation
+ pypath.inputs.oma — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.oma.oma_orthologs.html b/api/pypath.inputs.oma.oma_orthologs.html
index ae5962809..0b2b4cb20 100644
--- a/api/pypath.inputs.oma.oma_orthologs.html
+++ b/api/pypath.inputs.oma.oma_orthologs.html
@@ -8,7 +8,7 @@
- pypath.inputs.oma.oma_orthologs — pypath 0.16.14 documentation
+ pypath.inputs.oma.oma_orthologs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.oma.oma_table.html b/api/pypath.inputs.oma.oma_table.html
index fc1f2916b..d9bc0fbd7 100644
--- a/api/pypath.inputs.oma.oma_table.html
+++ b/api/pypath.inputs.oma.oma_table.html
@@ -8,7 +8,7 @@
- pypath.inputs.oma.oma_table — pypath 0.16.14 documentation
+ pypath.inputs.oma.oma_table — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ontology.html b/api/pypath.inputs.ontology.html
index 3650b9b2b..47fc4ecc9 100644
--- a/api/pypath.inputs.ontology.html
+++ b/api/pypath.inputs.ontology.html
@@ -8,7 +8,7 @@
- pypath.inputs.ontology — pypath 0.16.14 documentation
+ pypath.inputs.ontology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ontology.listof_ontologies.html b/api/pypath.inputs.ontology.listof_ontologies.html
index aea68183b..4fd6ac8d0 100644
--- a/api/pypath.inputs.ontology.listof_ontologies.html
+++ b/api/pypath.inputs.ontology.listof_ontologies.html
@@ -8,7 +8,7 @@
- pypath.inputs.ontology.listof_ontologies — pypath 0.16.14 documentation
+ pypath.inputs.ontology.listof_ontologies — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ontology.ontology.html b/api/pypath.inputs.ontology.ontology.html
index 94be2dbcf..1b19378f1 100644
--- a/api/pypath.inputs.ontology.ontology.html
+++ b/api/pypath.inputs.ontology.ontology.html
@@ -8,7 +8,7 @@
- pypath.inputs.ontology.ontology — pypath 0.16.14 documentation
+ pypath.inputs.ontology.ontology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.opentargets.html b/api/pypath.inputs.opentargets.html
index 1be3a282d..b6143e85c 100644
--- a/api/pypath.inputs.opentargets.html
+++ b/api/pypath.inputs.opentargets.html
@@ -8,7 +8,7 @@
- pypath.inputs.opentargets — pypath 0.16.14 documentation
+ pypath.inputs.opentargets — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.opentargets.opentargets_adverse_reactions.html b/api/pypath.inputs.opentargets.opentargets_adverse_reactions.html
index 2cd58dd84..7949adcdb 100644
--- a/api/pypath.inputs.opentargets.opentargets_adverse_reactions.html
+++ b/api/pypath.inputs.opentargets.opentargets_adverse_reactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.opentargets.opentargets_adverse_reactions — pypath 0.16.14 documentation
+ pypath.inputs.opentargets.opentargets_adverse_reactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.opentargets.opentargets_baseline_expression.html b/api/pypath.inputs.opentargets.opentargets_baseline_expression.html
index 88c594fae..c62232156 100644
--- a/api/pypath.inputs.opentargets.opentargets_baseline_expression.html
+++ b/api/pypath.inputs.opentargets.opentargets_baseline_expression.html
@@ -8,7 +8,7 @@
- pypath.inputs.opentargets.opentargets_baseline_expression — pypath 0.16.14 documentation
+ pypath.inputs.opentargets.opentargets_baseline_expression — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.opentargets.opentargets_direct_score.html b/api/pypath.inputs.opentargets.opentargets_direct_score.html
index cee28a672..17dabbe33 100644
--- a/api/pypath.inputs.opentargets.opentargets_direct_score.html
+++ b/api/pypath.inputs.opentargets.opentargets_direct_score.html
@@ -8,7 +8,7 @@
- pypath.inputs.opentargets.opentargets_direct_score — pypath 0.16.14 documentation
+ pypath.inputs.opentargets.opentargets_direct_score — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.opentargets.opentargets_general.html b/api/pypath.inputs.opentargets.opentargets_general.html
index ed6377f57..e505c9b94 100644
--- a/api/pypath.inputs.opentargets.opentargets_general.html
+++ b/api/pypath.inputs.opentargets.opentargets_general.html
@@ -8,7 +8,7 @@
- pypath.inputs.opentargets.opentargets_general — pypath 0.16.14 documentation
+ pypath.inputs.opentargets.opentargets_general — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.opentargets.opentargets_indirect_score.html b/api/pypath.inputs.opentargets.opentargets_indirect_score.html
index bc99ce4aa..dbadb9dfb 100644
--- a/api/pypath.inputs.opentargets.opentargets_indirect_score.html
+++ b/api/pypath.inputs.opentargets.opentargets_indirect_score.html
@@ -8,7 +8,7 @@
- pypath.inputs.opentargets.opentargets_indirect_score — pypath 0.16.14 documentation
+ pypath.inputs.opentargets.opentargets_indirect_score — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.opm.html b/api/pypath.inputs.opm.html
index 95c2295e8..c5ff2e8af 100644
--- a/api/pypath.inputs.opm.html
+++ b/api/pypath.inputs.opm.html
@@ -8,7 +8,7 @@
- pypath.inputs.opm — pypath 0.16.14 documentation
+ pypath.inputs.opm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.opm.opm_annotations.html b/api/pypath.inputs.opm.opm_annotations.html
index ea40f4ebb..c5ba02532 100644
--- a/api/pypath.inputs.opm.opm_annotations.html
+++ b/api/pypath.inputs.opm.opm_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.opm.opm_annotations — pypath 0.16.14 documentation
+ pypath.inputs.opm.opm_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.oreganno.html b/api/pypath.inputs.oreganno.html
index 2ff229d5f..e18fa2169 100644
--- a/api/pypath.inputs.oreganno.html
+++ b/api/pypath.inputs.oreganno.html
@@ -8,7 +8,7 @@
- pypath.inputs.oreganno — pypath 0.16.14 documentation
+ pypath.inputs.oreganno — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.oreganno.oreganno_interactions.html b/api/pypath.inputs.oreganno.oreganno_interactions.html
index 1958c9175..524fb6a4d 100644
--- a/api/pypath.inputs.oreganno.oreganno_interactions.html
+++ b/api/pypath.inputs.oreganno.oreganno_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.oreganno.oreganno_interactions — pypath 0.16.14 documentation
+ pypath.inputs.oreganno.oreganno_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.oreganno.oreganno_raw.html b/api/pypath.inputs.oreganno.oreganno_raw.html
index 721c1fc21..8e4692b58 100644
--- a/api/pypath.inputs.oreganno.oreganno_raw.html
+++ b/api/pypath.inputs.oreganno.oreganno_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.oreganno.oreganno_raw — pypath 0.16.14 documentation
+ pypath.inputs.oreganno.oreganno_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.panglaodb.html b/api/pypath.inputs.panglaodb.html
index 68f6d0489..3443eb4f7 100644
--- a/api/pypath.inputs.panglaodb.html
+++ b/api/pypath.inputs.panglaodb.html
@@ -8,7 +8,7 @@
- pypath.inputs.panglaodb — pypath 0.16.14 documentation
+ pypath.inputs.panglaodb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.panglaodb.panglaodb_annotations.html b/api/pypath.inputs.panglaodb.panglaodb_annotations.html
index 7fea89892..979d3555a 100644
--- a/api/pypath.inputs.panglaodb.panglaodb_annotations.html
+++ b/api/pypath.inputs.panglaodb.panglaodb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.panglaodb.panglaodb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.panglaodb.panglaodb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.panglaodb.panglaodb_raw.html b/api/pypath.inputs.panglaodb.panglaodb_raw.html
index e46e4bcab..a8a987ae1 100644
--- a/api/pypath.inputs.panglaodb.panglaodb_raw.html
+++ b/api/pypath.inputs.panglaodb.panglaodb_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.panglaodb.panglaodb_raw — pypath 0.16.14 documentation
+ pypath.inputs.panglaodb.panglaodb_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathophenodb.DiseasePathogen.html b/api/pypath.inputs.pathophenodb.DiseasePathogen.html
index 9ae203161..c80b3567b 100644
--- a/api/pypath.inputs.pathophenodb.DiseasePathogen.html
+++ b/api/pypath.inputs.pathophenodb.DiseasePathogen.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathophenodb.DiseasePathogen — pypath 0.16.14 documentation
+ pypath.inputs.pathophenodb.DiseasePathogen — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathophenodb.disease_pathogen_interactions.html b/api/pypath.inputs.pathophenodb.disease_pathogen_interactions.html
index 875966a80..291b4abd2 100644
--- a/api/pypath.inputs.pathophenodb.disease_pathogen_interactions.html
+++ b/api/pypath.inputs.pathophenodb.disease_pathogen_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathophenodb.disease_pathogen_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathophenodb.disease_pathogen_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathophenodb.html b/api/pypath.inputs.pathophenodb.html
index ff6ebef66..d7474b67e 100644
--- a/api/pypath.inputs.pathophenodb.html
+++ b/api/pypath.inputs.pathophenodb.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathophenodb — pypath 0.16.14 documentation
+ pypath.inputs.pathophenodb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.PathwayCommonsInteraction.html b/api/pypath.inputs.pathwaycommons.PathwayCommonsInteraction.html
index 164a443d1..c22aca08a 100644
--- a/api/pypath.inputs.pathwaycommons.PathwayCommonsInteraction.html
+++ b/api/pypath.inputs.pathwaycommons.PathwayCommonsInteraction.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.PathwayCommonsInteraction — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.PathwayCommonsInteraction — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.PathwayCommonsResource.html b/api/pypath.inputs.pathwaycommons.PathwayCommonsResource.html
index 3be572f9d..429c76242 100644
--- a/api/pypath.inputs.pathwaycommons.PathwayCommonsResource.html
+++ b/api/pypath.inputs.pathwaycommons.PathwayCommonsResource.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.PathwayCommonsResource — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.PathwayCommonsResource — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.html b/api/pypath.inputs.pathwaycommons.html
index a6282b56e..a5a6b6838 100644
--- a/api/pypath.inputs.pathwaycommons.html
+++ b/api/pypath.inputs.pathwaycommons.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_bind_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_bind_interactions.html
index 3535271ce..8c9945647 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_bind_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_bind_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_bind_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_bind_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_biogrid_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_biogrid_interactions.html
index a27534169..97ca4ddb6 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_biogrid_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_biogrid_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_biogrid_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_biogrid_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_corum_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_corum_interactions.html
index 2a7dff824..7b4c1d6c8 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_corum_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_corum_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_corum_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_corum_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_dip_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_dip_interactions.html
index 599f331fd..87435dadc 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_dip_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_dip_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_dip_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_dip_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_hprd_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_hprd_interactions.html
index ae6bce3e0..857dd5f26 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_hprd_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_hprd_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_hprd_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_hprd_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_inoh_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_inoh_interactions.html
index fa42e3330..f9006e958 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_inoh_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_inoh_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_inoh_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_inoh_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_intact_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_intact_interactions.html
index 6cb432d19..653665bdd 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_intact_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_intact_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_intact_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_intact_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_interactions.html
index e2d6edf27..610f7e432 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_kegg_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_kegg_interactions.html
index 250f727ee..67b3c7121 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_kegg_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_kegg_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_kegg_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_kegg_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_netpath_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_netpath_interactions.html
index 91832fd34..91a8bf737 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_netpath_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_netpath_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_netpath_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_netpath_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_panther_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_panther_interactions.html
index cc7434336..ce8080917 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_panther_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_panther_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_panther_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_panther_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_phosphosite_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_phosphosite_interactions.html
index 6d896a012..4f1c75ac1 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_phosphosite_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_phosphosite_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_phosphosite_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_phosphosite_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_reactome_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_reactome_interactions.html
index a01571e72..d09d607f3 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_reactome_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_reactome_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_reactome_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_reactome_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pathwaycommons.pathwaycommons_wikipathways_interactions.html b/api/pypath.inputs.pathwaycommons.pathwaycommons_wikipathways_interactions.html
index 405d40cdf..525081e89 100644
--- a/api/pypath.inputs.pathwaycommons.pathwaycommons_wikipathways_interactions.html
+++ b/api/pypath.inputs.pathwaycommons.pathwaycommons_wikipathways_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pathwaycommons.pathwaycommons_wikipathways_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pathwaycommons.pathwaycommons_wikipathways_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pazar.html b/api/pypath.inputs.pazar.html
index 349b864b0..8a6a1fbba 100644
--- a/api/pypath.inputs.pazar.html
+++ b/api/pypath.inputs.pazar.html
@@ -8,7 +8,7 @@
- pypath.inputs.pazar — pypath 0.16.14 documentation
+ pypath.inputs.pazar — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pazar.pazar_interactions.html b/api/pypath.inputs.pazar.pazar_interactions.html
index 1d997b632..406237794 100644
--- a/api/pypath.inputs.pazar.pazar_interactions.html
+++ b/api/pypath.inputs.pazar.pazar_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pazar.pazar_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pazar.pazar_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pdb.html b/api/pypath.inputs.pdb.html
index 94814fd0f..b08046a68 100644
--- a/api/pypath.inputs.pdb.html
+++ b/api/pypath.inputs.pdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.pdb — pypath 0.16.14 documentation
+ pypath.inputs.pdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pdb.pdb_chains.html b/api/pypath.inputs.pdb.pdb_chains.html
index 5873692e7..5b356d3e0 100644
--- a/api/pypath.inputs.pdb.pdb_chains.html
+++ b/api/pypath.inputs.pdb.pdb_chains.html
@@ -8,7 +8,7 @@
- pypath.inputs.pdb.pdb_chains — pypath 0.16.14 documentation
+ pypath.inputs.pdb.pdb_chains — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pdb.pdb_complexes.html b/api/pypath.inputs.pdb.pdb_complexes.html
index 52ba319ed..fe6fff7f5 100644
--- a/api/pypath.inputs.pdb.pdb_complexes.html
+++ b/api/pypath.inputs.pdb.pdb_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.pdb.pdb_complexes — pypath 0.16.14 documentation
+ pypath.inputs.pdb.pdb_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pdb.pdb_uniprot.html b/api/pypath.inputs.pdb.pdb_uniprot.html
index 75245c2be..a46bf8209 100644
--- a/api/pypath.inputs.pdb.pdb_uniprot.html
+++ b/api/pypath.inputs.pdb.pdb_uniprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.pdb.pdb_uniprot — pypath 0.16.14 documentation
+ pypath.inputs.pdb.pdb_uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pdzbase.html b/api/pypath.inputs.pdzbase.html
index be20b174c..997a369e3 100644
--- a/api/pypath.inputs.pdzbase.html
+++ b/api/pypath.inputs.pdzbase.html
@@ -8,7 +8,7 @@
- pypath.inputs.pdzbase — pypath 0.16.14 documentation
+ pypath.inputs.pdzbase — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pdzbase.pdzbase_interactions.html b/api/pypath.inputs.pdzbase.pdzbase_interactions.html
index 98c12e4cc..f864a0aba 100644
--- a/api/pypath.inputs.pdzbase.pdzbase_interactions.html
+++ b/api/pypath.inputs.pdzbase.pdzbase_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pdzbase.pdzbase_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pdzbase.pdzbase_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pepcyber.html b/api/pypath.inputs.pepcyber.html
index 7246aa73a..b868ab252 100644
--- a/api/pypath.inputs.pepcyber.html
+++ b/api/pypath.inputs.pepcyber.html
@@ -8,7 +8,7 @@
- pypath.inputs.pepcyber — pypath 0.16.14 documentation
+ pypath.inputs.pepcyber — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pepcyber.pepcyber_details.html b/api/pypath.inputs.pepcyber.pepcyber_details.html
index 0a1368ba0..8e218c167 100644
--- a/api/pypath.inputs.pepcyber.pepcyber_details.html
+++ b/api/pypath.inputs.pepcyber.pepcyber_details.html
@@ -8,7 +8,7 @@
- pypath.inputs.pepcyber.pepcyber_details — pypath 0.16.14 documentation
+ pypath.inputs.pepcyber.pepcyber_details — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pepcyber.pepcyber_interactions.html b/api/pypath.inputs.pepcyber.pepcyber_interactions.html
index 93b3bd804..cd524b1ac 100644
--- a/api/pypath.inputs.pepcyber.pepcyber_interactions.html
+++ b/api/pypath.inputs.pepcyber.pepcyber_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pepcyber.pepcyber_interactions — pypath 0.16.14 documentation
+ pypath.inputs.pepcyber.pepcyber_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pfam.html b/api/pypath.inputs.pfam.html
index e82669cab..a85a6f49f 100644
--- a/api/pypath.inputs.pfam.html
+++ b/api/pypath.inputs.pfam.html
@@ -8,7 +8,7 @@
- pypath.inputs.pfam — pypath 0.16.14 documentation
+ pypath.inputs.pfam — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pfam.pfam_names.html b/api/pypath.inputs.pfam.pfam_names.html
index fe92a47c6..bc26f28d4 100644
--- a/api/pypath.inputs.pfam.pfam_names.html
+++ b/api/pypath.inputs.pfam.pfam_names.html
@@ -8,7 +8,7 @@
- pypath.inputs.pfam.pfam_names — pypath 0.16.14 documentation
+ pypath.inputs.pfam.pfam_names — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pfam.pfam_pdb.html b/api/pypath.inputs.pfam.pfam_pdb.html
index 7e69dcb69..02481f5ec 100644
--- a/api/pypath.inputs.pfam.pfam_pdb.html
+++ b/api/pypath.inputs.pfam.pfam_pdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.pfam.pfam_pdb — pypath 0.16.14 documentation
+ pypath.inputs.pfam.pfam_pdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pfam.pfam_regions.html b/api/pypath.inputs.pfam.pfam_regions.html
index 71be4b675..bdc98c774 100644
--- a/api/pypath.inputs.pfam.pfam_regions.html
+++ b/api/pypath.inputs.pfam.pfam_regions.html
@@ -8,7 +8,7 @@
- pypath.inputs.pfam.pfam_regions — pypath 0.16.14 documentation
+ pypath.inputs.pfam.pfam_regions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pfam.pfam_uniprot.html b/api/pypath.inputs.pfam.pfam_uniprot.html
index 3e9f36db7..43fe76247 100644
--- a/api/pypath.inputs.pfam.pfam_uniprot.html
+++ b/api/pypath.inputs.pfam.pfam_uniprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.pfam.pfam_uniprot — pypath 0.16.14 documentation
+ pypath.inputs.pfam.pfam_uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pharos.html b/api/pypath.inputs.pharos.html
index 155a24294..0417cca1e 100644
--- a/api/pypath.inputs.pharos.html
+++ b/api/pypath.inputs.pharos.html
@@ -8,7 +8,7 @@
- pypath.inputs.pharos — pypath 0.16.14 documentation
+ pypath.inputs.pharos — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pharos.pharos_diseases.html b/api/pypath.inputs.pharos.pharos_diseases.html
index aa2902098..99b25273c 100644
--- a/api/pypath.inputs.pharos.pharos_diseases.html
+++ b/api/pypath.inputs.pharos.pharos_diseases.html
@@ -8,7 +8,7 @@
- pypath.inputs.pharos.pharos_diseases — pypath 0.16.14 documentation
+ pypath.inputs.pharos.pharos_diseases — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pharos.pharos_expression.html b/api/pypath.inputs.pharos.pharos_expression.html
index 856432c5d..7140d2a30 100644
--- a/api/pypath.inputs.pharos.pharos_expression.html
+++ b/api/pypath.inputs.pharos.pharos_expression.html
@@ -8,7 +8,7 @@
- pypath.inputs.pharos.pharos_expression — pypath 0.16.14 documentation
+ pypath.inputs.pharos.pharos_expression — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pharos.pharos_general.html b/api/pypath.inputs.pharos.pharos_general.html
index 337e7a44e..542753d83 100644
--- a/api/pypath.inputs.pharos.pharos_general.html
+++ b/api/pypath.inputs.pharos.pharos_general.html
@@ -8,7 +8,7 @@
- pypath.inputs.pharos.pharos_general — pypath 0.16.14 documentation
+ pypath.inputs.pharos.pharos_general — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pharos.pharos_gtex.html b/api/pypath.inputs.pharos.pharos_gtex.html
index 6eb62c87d..7f2b9df4d 100644
--- a/api/pypath.inputs.pharos.pharos_gtex.html
+++ b/api/pypath.inputs.pharos.pharos_gtex.html
@@ -8,7 +8,7 @@
- pypath.inputs.pharos.pharos_gtex — pypath 0.16.14 documentation
+ pypath.inputs.pharos.pharos_gtex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pharos.pharos_ligands.html b/api/pypath.inputs.pharos.pharos_ligands.html
index b46284f1d..4342e78ec 100644
--- a/api/pypath.inputs.pharos.pharos_ligands.html
+++ b/api/pypath.inputs.pharos.pharos_ligands.html
@@ -8,7 +8,7 @@
- pypath.inputs.pharos.pharos_ligands — pypath 0.16.14 documentation
+ pypath.inputs.pharos.pharos_ligands — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pharos.pharos_orthologs.html b/api/pypath.inputs.pharos.pharos_orthologs.html
index 4090c368b..c654535ad 100644
--- a/api/pypath.inputs.pharos.pharos_orthologs.html
+++ b/api/pypath.inputs.pharos.pharos_orthologs.html
@@ -8,7 +8,7 @@
- pypath.inputs.pharos.pharos_orthologs — pypath 0.16.14 documentation
+ pypath.inputs.pharos.pharos_orthologs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pharos.pharos_targets.html b/api/pypath.inputs.pharos.pharos_targets.html
index 4d8a44938..219e78e13 100644
--- a/api/pypath.inputs.pharos.pharos_targets.html
+++ b/api/pypath.inputs.pharos.pharos_targets.html
@@ -8,7 +8,7 @@
- pypath.inputs.pharos.pharos_targets — pypath 0.16.14 documentation
+ pypath.inputs.pharos.pharos_targets — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pharos.pharos_xrefs.html b/api/pypath.inputs.pharos.pharos_xrefs.html
index 3f9ef8dc7..9ffccb633 100644
--- a/api/pypath.inputs.pharos.pharos_xrefs.html
+++ b/api/pypath.inputs.pharos.pharos_xrefs.html
@@ -8,7 +8,7 @@
- pypath.inputs.pharos.pharos_xrefs — pypath 0.16.14 documentation
+ pypath.inputs.pharos.pharos_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phobius.html b/api/pypath.inputs.phobius.html
index 0585c330b..49307ee00 100644
--- a/api/pypath.inputs.phobius.html
+++ b/api/pypath.inputs.phobius.html
@@ -8,7 +8,7 @@
- pypath.inputs.phobius — pypath 0.16.14 documentation
+ pypath.inputs.phobius — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phobius.phobius_annotations.html b/api/pypath.inputs.phobius.phobius_annotations.html
index dc8577447..787b33c26 100644
--- a/api/pypath.inputs.phobius.phobius_annotations.html
+++ b/api/pypath.inputs.phobius.phobius_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.phobius.phobius_annotations — pypath 0.16.14 documentation
+ pypath.inputs.phobius.phobius_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphatome.html b/api/pypath.inputs.phosphatome.html
index 220a5a4e0..e495bc5a1 100644
--- a/api/pypath.inputs.phosphatome.html
+++ b/api/pypath.inputs.phosphatome.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphatome — pypath 0.16.14 documentation
+ pypath.inputs.phosphatome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphatome.phosphatome_annotations.html b/api/pypath.inputs.phosphatome.phosphatome_annotations.html
index 7a829f83f..48f8dd4d1 100644
--- a/api/pypath.inputs.phosphatome.phosphatome_annotations.html
+++ b/api/pypath.inputs.phosphatome.phosphatome_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphatome.phosphatome_annotations — pypath 0.16.14 documentation
+ pypath.inputs.phosphatome.phosphatome_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphoelm.html b/api/pypath.inputs.phosphoelm.html
index 91a1954e0..8f544abe3 100644
--- a/api/pypath.inputs.phosphoelm.html
+++ b/api/pypath.inputs.phosphoelm.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphoelm — pypath 0.16.14 documentation
+ pypath.inputs.phosphoelm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphoelm.phosphoelm_enzyme_substrate.html b/api/pypath.inputs.phosphoelm.phosphoelm_enzyme_substrate.html
index cfc699848..46c7345bb 100644
--- a/api/pypath.inputs.phosphoelm.phosphoelm_enzyme_substrate.html
+++ b/api/pypath.inputs.phosphoelm.phosphoelm_enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphoelm.phosphoelm_enzyme_substrate — pypath 0.16.14 documentation
+ pypath.inputs.phosphoelm.phosphoelm_enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphoelm.phosphoelm_interactions.html b/api/pypath.inputs.phosphoelm.phosphoelm_interactions.html
index 42680e00a..30f75aa24 100644
--- a/api/pypath.inputs.phosphoelm.phosphoelm_interactions.html
+++ b/api/pypath.inputs.phosphoelm.phosphoelm_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphoelm.phosphoelm_interactions — pypath 0.16.14 documentation
+ pypath.inputs.phosphoelm.phosphoelm_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphoelm.phosphoelm_kinases.html b/api/pypath.inputs.phosphoelm.phosphoelm_kinases.html
index 4bf581eec..d15b12f73 100644
--- a/api/pypath.inputs.phosphoelm.phosphoelm_kinases.html
+++ b/api/pypath.inputs.phosphoelm.phosphoelm_kinases.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphoelm.phosphoelm_kinases — pypath 0.16.14 documentation
+ pypath.inputs.phosphoelm.phosphoelm_kinases — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphonetworks.html b/api/pypath.inputs.phosphonetworks.html
index df2ed1e7c..f3d696dd9 100644
--- a/api/pypath.inputs.phosphonetworks.html
+++ b/api/pypath.inputs.phosphonetworks.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphonetworks — pypath 0.16.14 documentation
+ pypath.inputs.phosphonetworks — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphonetworks.phosphonetworks_enzyme_substrate.html b/api/pypath.inputs.phosphonetworks.phosphonetworks_enzyme_substrate.html
index f5a18be2e..612ffa701 100644
--- a/api/pypath.inputs.phosphonetworks.phosphonetworks_enzyme_substrate.html
+++ b/api/pypath.inputs.phosphonetworks.phosphonetworks_enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphonetworks.phosphonetworks_enzyme_substrate — pypath 0.16.14 documentation
+ pypath.inputs.phosphonetworks.phosphonetworks_enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphonetworks.phosphonetworks_interactions.html b/api/pypath.inputs.phosphonetworks.phosphonetworks_interactions.html
index 087bc781d..587386235 100644
--- a/api/pypath.inputs.phosphonetworks.phosphonetworks_interactions.html
+++ b/api/pypath.inputs.phosphonetworks.phosphonetworks_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphonetworks.phosphonetworks_interactions — pypath 0.16.14 documentation
+ pypath.inputs.phosphonetworks.phosphonetworks_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphopoint.html b/api/pypath.inputs.phosphopoint.html
index 2c4922f8b..73656fe0c 100644
--- a/api/pypath.inputs.phosphopoint.html
+++ b/api/pypath.inputs.phosphopoint.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphopoint — pypath 0.16.14 documentation
+ pypath.inputs.phosphopoint — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphopoint.phosphopoint_directions.html b/api/pypath.inputs.phosphopoint.phosphopoint_directions.html
index bbb0cb000..8d857fb19 100644
--- a/api/pypath.inputs.phosphopoint.phosphopoint_directions.html
+++ b/api/pypath.inputs.phosphopoint.phosphopoint_directions.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphopoint.phosphopoint_directions — pypath 0.16.14 documentation
+ pypath.inputs.phosphopoint.phosphopoint_directions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphopoint.phosphopoint_interactions.html b/api/pypath.inputs.phosphopoint.phosphopoint_interactions.html
index 2b2611ced..ed1f279e3 100644
--- a/api/pypath.inputs.phosphopoint.phosphopoint_interactions.html
+++ b/api/pypath.inputs.phosphopoint.phosphopoint_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphopoint.phosphopoint_interactions — pypath 0.16.14 documentation
+ pypath.inputs.phosphopoint.phosphopoint_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.html b/api/pypath.inputs.phosphosite.html
index ab86a8241..d600c8a68 100644
--- a/api/pypath.inputs.phosphosite.html
+++ b/api/pypath.inputs.phosphosite.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.phosphosite_directions.html b/api/pypath.inputs.phosphosite.phosphosite_directions.html
index 1d78618b0..b9c9c8b13 100644
--- a/api/pypath.inputs.phosphosite.phosphosite_directions.html
+++ b/api/pypath.inputs.phosphosite.phosphosite_directions.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.phosphosite_directions — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.phosphosite_directions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.phosphosite_enzyme_substrate.html b/api/pypath.inputs.phosphosite.phosphosite_enzyme_substrate.html
index ba301b8e0..2fe2275c2 100644
--- a/api/pypath.inputs.phosphosite.phosphosite_enzyme_substrate.html
+++ b/api/pypath.inputs.phosphosite.phosphosite_enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.phosphosite_enzyme_substrate — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.phosphosite_enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.phosphosite_interactions.html b/api/pypath.inputs.phosphosite.phosphosite_interactions.html
index d449cc7cd..07cd4b3bc 100644
--- a/api/pypath.inputs.phosphosite.phosphosite_interactions.html
+++ b/api/pypath.inputs.phosphosite.phosphosite_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.phosphosite_interactions — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.phosphosite_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.phosphosite_interactions_all.html b/api/pypath.inputs.phosphosite.phosphosite_interactions_all.html
index 420ddae46..794e9fc08 100644
--- a/api/pypath.inputs.phosphosite.phosphosite_interactions_all.html
+++ b/api/pypath.inputs.phosphosite.phosphosite_interactions_all.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.phosphosite_interactions_all — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.phosphosite_interactions_all — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.phosphosite_interactions_curated.html b/api/pypath.inputs.phosphosite.phosphosite_interactions_curated.html
index afbe55858..8e952d050 100644
--- a/api/pypath.inputs.phosphosite.phosphosite_interactions_curated.html
+++ b/api/pypath.inputs.phosphosite.phosphosite_interactions_curated.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.phosphosite_interactions_curated — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.phosphosite_interactions_curated — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.phosphosite_interactions_new.html b/api/pypath.inputs.phosphosite.phosphosite_interactions_new.html
index 4f7eb15d2..a3b965d57 100644
--- a/api/pypath.inputs.phosphosite.phosphosite_interactions_new.html
+++ b/api/pypath.inputs.phosphosite.phosphosite_interactions_new.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.phosphosite_interactions_new — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.phosphosite_interactions_new — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.phosphosite_interactions_noref.html b/api/pypath.inputs.phosphosite.phosphosite_interactions_noref.html
index aaed9fb41..dcb0ca88d 100644
--- a/api/pypath.inputs.phosphosite.phosphosite_interactions_noref.html
+++ b/api/pypath.inputs.phosphosite.phosphosite_interactions_noref.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.phosphosite_interactions_noref — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.phosphosite_interactions_noref — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.phosphosite_ptm_orthology.html b/api/pypath.inputs.phosphosite.phosphosite_ptm_orthology.html
index 20ced0259..7a4607c25 100644
--- a/api/pypath.inputs.phosphosite.phosphosite_ptm_orthology.html
+++ b/api/pypath.inputs.phosphosite.phosphosite_ptm_orthology.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.phosphosite_ptm_orthology — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.phosphosite_ptm_orthology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.phosphosite_ptms.html b/api/pypath.inputs.phosphosite.phosphosite_ptms.html
index fdb995f74..51b64c3f7 100644
--- a/api/pypath.inputs.phosphosite.phosphosite_ptms.html
+++ b/api/pypath.inputs.phosphosite.phosphosite_ptms.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.phosphosite_ptms — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.phosphosite_ptms — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.phosphosite_regsites.html b/api/pypath.inputs.phosphosite.phosphosite_regsites.html
index 51e899815..c5fff33de 100644
--- a/api/pypath.inputs.phosphosite.phosphosite_regsites.html
+++ b/api/pypath.inputs.phosphosite.phosphosite_regsites.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.phosphosite_regsites — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.phosphosite_regsites — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.phosphosite_regsites_one_organism.html b/api/pypath.inputs.phosphosite.phosphosite_regsites_one_organism.html
index 9bf973bbc..3072e85d7 100644
--- a/api/pypath.inputs.phosphosite.phosphosite_regsites_one_organism.html
+++ b/api/pypath.inputs.phosphosite.phosphosite_regsites_one_organism.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.phosphosite_regsites_one_organism — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.phosphosite_regsites_one_organism — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.phosphosite.regsites_tab.html b/api/pypath.inputs.phosphosite.regsites_tab.html
index 0ed97ad12..4a2f5f71f 100644
--- a/api/pypath.inputs.phosphosite.regsites_tab.html
+++ b/api/pypath.inputs.phosphosite.regsites_tab.html
@@ -8,7 +8,7 @@
- pypath.inputs.phosphosite.regsites_tab — pypath 0.16.14 documentation
+ pypath.inputs.phosphosite.regsites_tab — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pisa.PisaBond.html b/api/pypath.inputs.pisa.PisaBond.html
index 5cb079858..84e01db35 100644
--- a/api/pypath.inputs.pisa.PisaBond.html
+++ b/api/pypath.inputs.pisa.PisaBond.html
@@ -8,7 +8,7 @@
- pypath.inputs.pisa.PisaBond — pypath 0.16.14 documentation
+ pypath.inputs.pisa.PisaBond — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pisa.html b/api/pypath.inputs.pisa.html
index 0c09cc7db..0858fdcfd 100644
--- a/api/pypath.inputs.pisa.html
+++ b/api/pypath.inputs.pisa.html
@@ -8,7 +8,7 @@
- pypath.inputs.pisa — pypath 0.16.14 documentation
+ pypath.inputs.pisa — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pisa.pisa_bonds.html b/api/pypath.inputs.pisa.pisa_bonds.html
index 9db779dd9..f2787f9f9 100644
--- a/api/pypath.inputs.pisa.pisa_bonds.html
+++ b/api/pypath.inputs.pisa.pisa_bonds.html
@@ -8,7 +8,7 @@
- pypath.inputs.pisa.pisa_bonds — pypath 0.16.14 documentation
+ pypath.inputs.pisa.pisa_bonds — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pisa.pisa_interfaces.html b/api/pypath.inputs.pisa.pisa_interfaces.html
index 5882bec9f..df6a4a6de 100644
--- a/api/pypath.inputs.pisa.pisa_interfaces.html
+++ b/api/pypath.inputs.pisa.pisa_interfaces.html
@@ -8,7 +8,7 @@
- pypath.inputs.pisa.pisa_interfaces — pypath 0.16.14 documentation
+ pypath.inputs.pisa.pisa_interfaces — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pro.get_pro.html b/api/pypath.inputs.pro.get_pro.html
index 7b8c113b8..42aa861c6 100644
--- a/api/pypath.inputs.pro.get_pro.html
+++ b/api/pypath.inputs.pro.get_pro.html
@@ -8,7 +8,7 @@
- pypath.inputs.pro.get_pro — pypath 0.16.14 documentation
+ pypath.inputs.pro.get_pro — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pro.html b/api/pypath.inputs.pro.html
index 9ddc67592..ae854bc76 100644
--- a/api/pypath.inputs.pro.html
+++ b/api/pypath.inputs.pro.html
@@ -8,7 +8,7 @@
- pypath.inputs.pro — pypath 0.16.14 documentation
+ pypath.inputs.pro — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pro.pro_mapping.html b/api/pypath.inputs.pro.pro_mapping.html
index e46cdd1ca..2ca4f85b4 100644
--- a/api/pypath.inputs.pro.pro_mapping.html
+++ b/api/pypath.inputs.pro.pro_mapping.html
@@ -8,7 +8,7 @@
- pypath.inputs.pro.pro_mapping — pypath 0.16.14 documentation
+ pypath.inputs.pro.pro_mapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.progeny.html b/api/pypath.inputs.progeny.html
index 4c5b301d9..e0b4438b3 100644
--- a/api/pypath.inputs.progeny.html
+++ b/api/pypath.inputs.progeny.html
@@ -8,7 +8,7 @@
- pypath.inputs.progeny — pypath 0.16.14 documentation
+ pypath.inputs.progeny — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.progeny.progeny_annotations.html b/api/pypath.inputs.progeny.progeny_annotations.html
index 163a9d2a6..2eac8b719 100644
--- a/api/pypath.inputs.progeny.progeny_annotations.html
+++ b/api/pypath.inputs.progeny.progeny_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.progeny.progeny_annotations — pypath 0.16.14 documentation
+ pypath.inputs.progeny.progeny_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.progeny.progeny_raw.html b/api/pypath.inputs.progeny.progeny_raw.html
index d451eacab..6058e80c8 100644
--- a/api/pypath.inputs.progeny.progeny_raw.html
+++ b/api/pypath.inputs.progeny.progeny_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.progeny.progeny_raw — pypath 0.16.14 documentation
+ pypath.inputs.progeny.progeny_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.proteinatlas.get_proteinatlas.html b/api/pypath.inputs.proteinatlas.get_proteinatlas.html
index 3db6f2c90..297e958cc 100644
--- a/api/pypath.inputs.proteinatlas.get_proteinatlas.html
+++ b/api/pypath.inputs.proteinatlas.get_proteinatlas.html
@@ -8,7 +8,7 @@
- pypath.inputs.proteinatlas.get_proteinatlas — pypath 0.16.14 documentation
+ pypath.inputs.proteinatlas.get_proteinatlas — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.proteinatlas.html b/api/pypath.inputs.proteinatlas.html
index 33a232437..346cecce0 100644
--- a/api/pypath.inputs.proteinatlas.html
+++ b/api/pypath.inputs.proteinatlas.html
@@ -8,7 +8,7 @@
- pypath.inputs.proteinatlas — pypath 0.16.14 documentation
+ pypath.inputs.proteinatlas — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.proteinatlas.proteinatlas_annotations.html b/api/pypath.inputs.proteinatlas.proteinatlas_annotations.html
index 7d3a80d4d..4701e014c 100644
--- a/api/pypath.inputs.proteinatlas.proteinatlas_annotations.html
+++ b/api/pypath.inputs.proteinatlas.proteinatlas_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.proteinatlas.proteinatlas_annotations — pypath 0.16.14 documentation
+ pypath.inputs.proteinatlas.proteinatlas_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.proteinatlas.proteinatlas_secretome_annotations.html b/api/pypath.inputs.proteinatlas.proteinatlas_secretome_annotations.html
index 09db38756..259b88d1f 100644
--- a/api/pypath.inputs.proteinatlas.proteinatlas_secretome_annotations.html
+++ b/api/pypath.inputs.proteinatlas.proteinatlas_secretome_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.proteinatlas.proteinatlas_secretome_annotations — pypath 0.16.14 documentation
+ pypath.inputs.proteinatlas.proteinatlas_secretome_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.proteinatlas.proteinatlas_subcellular_annotations.html b/api/pypath.inputs.proteinatlas.proteinatlas_subcellular_annotations.html
index d416de98a..72750fe67 100644
--- a/api/pypath.inputs.proteinatlas.proteinatlas_subcellular_annotations.html
+++ b/api/pypath.inputs.proteinatlas.proteinatlas_subcellular_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.proteinatlas.proteinatlas_subcellular_annotations — pypath 0.16.14 documentation
+ pypath.inputs.proteinatlas.proteinatlas_subcellular_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.proteins.html b/api/pypath.inputs.proteins.html
index dca5c3d25..ae1ee9af5 100644
--- a/api/pypath.inputs.proteins.html
+++ b/api/pypath.inputs.proteins.html
@@ -8,7 +8,7 @@
- pypath.inputs.proteins — pypath 0.16.14 documentation
+ pypath.inputs.proteins — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.proteins.variants.html b/api/pypath.inputs.proteins.variants.html
index 9ddd61830..418341c52 100644
--- a/api/pypath.inputs.proteins.variants.html
+++ b/api/pypath.inputs.proteins.variants.html
@@ -8,7 +8,7 @@
- pypath.inputs.proteins.variants — pypath 0.16.14 documentation
+ pypath.inputs.proteins.variants — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.protmapper.get_protmapper.html b/api/pypath.inputs.protmapper.get_protmapper.html
index 511273b7b..1c6f032dc 100644
--- a/api/pypath.inputs.protmapper.get_protmapper.html
+++ b/api/pypath.inputs.protmapper.get_protmapper.html
@@ -8,7 +8,7 @@
- pypath.inputs.protmapper.get_protmapper — pypath 0.16.14 documentation
+ pypath.inputs.protmapper.get_protmapper — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.protmapper.html b/api/pypath.inputs.protmapper.html
index 3e96bccd5..ca70f364c 100644
--- a/api/pypath.inputs.protmapper.html
+++ b/api/pypath.inputs.protmapper.html
@@ -8,7 +8,7 @@
- pypath.inputs.protmapper — pypath 0.16.14 documentation
+ pypath.inputs.protmapper — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.protmapper.protmapper_enzyme_substrate.html b/api/pypath.inputs.protmapper.protmapper_enzyme_substrate.html
index e5806d5f7..d96e4ce86 100644
--- a/api/pypath.inputs.protmapper.protmapper_enzyme_substrate.html
+++ b/api/pypath.inputs.protmapper.protmapper_enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.inputs.protmapper.protmapper_enzyme_substrate — pypath 0.16.14 documentation
+ pypath.inputs.protmapper.protmapper_enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.protmapper.protmapper_interactions.html b/api/pypath.inputs.protmapper.protmapper_interactions.html
index 1040f9244..70774eded 100644
--- a/api/pypath.inputs.protmapper.protmapper_interactions.html
+++ b/api/pypath.inputs.protmapper.protmapper_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.protmapper.protmapper_interactions — pypath 0.16.14 documentation
+ pypath.inputs.protmapper.protmapper_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pubchem.html b/api/pypath.inputs.pubchem.html
index 4aae1f6a4..a09e70c8a 100644
--- a/api/pypath.inputs.pubchem.html
+++ b/api/pypath.inputs.pubchem.html
@@ -8,7 +8,7 @@
- pypath.inputs.pubchem — pypath 0.16.14 documentation
+ pypath.inputs.pubchem — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pubchem.pubchem_mapping.html b/api/pypath.inputs.pubchem.pubchem_mapping.html
index 9d004769d..7b1ab2d16 100644
--- a/api/pypath.inputs.pubchem.pubchem_mapping.html
+++ b/api/pypath.inputs.pubchem.pubchem_mapping.html
@@ -8,7 +8,7 @@
- pypath.inputs.pubchem.pubchem_mapping — pypath 0.16.14 documentation
+ pypath.inputs.pubchem.pubchem_mapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pubmed.get_pmid.html b/api/pypath.inputs.pubmed.get_pmid.html
index 949e784e6..b6f0bc2bd 100644
--- a/api/pypath.inputs.pubmed.get_pmid.html
+++ b/api/pypath.inputs.pubmed.get_pmid.html
@@ -8,7 +8,7 @@
- pypath.inputs.pubmed.get_pmid — pypath 0.16.14 documentation
+ pypath.inputs.pubmed.get_pmid — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pubmed.get_pubmeds.html b/api/pypath.inputs.pubmed.get_pubmeds.html
index b09b6d48d..6680c4750 100644
--- a/api/pypath.inputs.pubmed.get_pubmeds.html
+++ b/api/pypath.inputs.pubmed.get_pubmeds.html
@@ -8,7 +8,7 @@
- pypath.inputs.pubmed.get_pubmeds — pypath 0.16.14 documentation
+ pypath.inputs.pubmed.get_pubmeds — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pubmed.html b/api/pypath.inputs.pubmed.html
index ca03bdf41..fc9c8e969 100644
--- a/api/pypath.inputs.pubmed.html
+++ b/api/pypath.inputs.pubmed.html
@@ -8,7 +8,7 @@
- pypath.inputs.pubmed — pypath 0.16.14 documentation
+ pypath.inputs.pubmed — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pubmed.only_pmids.html b/api/pypath.inputs.pubmed.only_pmids.html
index eb199255c..38c8600f5 100644
--- a/api/pypath.inputs.pubmed.only_pmids.html
+++ b/api/pypath.inputs.pubmed.only_pmids.html
@@ -8,7 +8,7 @@
- pypath.inputs.pubmed.only_pmids — pypath 0.16.14 documentation
+ pypath.inputs.pubmed.only_pmids — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pubmed.open_pubmed.html b/api/pypath.inputs.pubmed.open_pubmed.html
index f627a17cd..182f6e88c 100644
--- a/api/pypath.inputs.pubmed.open_pubmed.html
+++ b/api/pypath.inputs.pubmed.open_pubmed.html
@@ -8,7 +8,7 @@
- pypath.inputs.pubmed.open_pubmed — pypath 0.16.14 documentation
+ pypath.inputs.pubmed.open_pubmed — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pubmed.pmids_dict.html b/api/pypath.inputs.pubmed.pmids_dict.html
index ce14aeab3..fa028d9f8 100644
--- a/api/pypath.inputs.pubmed.pmids_dict.html
+++ b/api/pypath.inputs.pubmed.pmids_dict.html
@@ -8,7 +8,7 @@
- pypath.inputs.pubmed.pmids_dict — pypath 0.16.14 documentation
+ pypath.inputs.pubmed.pmids_dict — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.pubmed.pmids_list.html b/api/pypath.inputs.pubmed.pmids_list.html
index 7271720cb..6388841da 100644
--- a/api/pypath.inputs.pubmed.pmids_list.html
+++ b/api/pypath.inputs.pubmed.pmids_list.html
@@ -8,7 +8,7 @@
- pypath.inputs.pubmed.pmids_list — pypath 0.16.14 documentation
+ pypath.inputs.pubmed.pmids_list — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ramilowski2015.html b/api/pypath.inputs.ramilowski2015.html
index 04be7999c..6fc183467 100644
--- a/api/pypath.inputs.ramilowski2015.html
+++ b/api/pypath.inputs.ramilowski2015.html
@@ -8,7 +8,7 @@
- pypath.inputs.ramilowski2015 — pypath 0.16.14 documentation
+ pypath.inputs.ramilowski2015 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ramilowski2015.ramilowski_interactions.html b/api/pypath.inputs.ramilowski2015.ramilowski_interactions.html
index e35c8f818..16b135504 100644
--- a/api/pypath.inputs.ramilowski2015.ramilowski_interactions.html
+++ b/api/pypath.inputs.ramilowski2015.ramilowski_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.ramilowski2015.ramilowski_interactions — pypath 0.16.14 documentation
+ pypath.inputs.ramilowski2015.ramilowski_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ramilowski2015.ramilowski_locations.html b/api/pypath.inputs.ramilowski2015.ramilowski_locations.html
index 43b84115a..0e3b30064 100644
--- a/api/pypath.inputs.ramilowski2015.ramilowski_locations.html
+++ b/api/pypath.inputs.ramilowski2015.ramilowski_locations.html
@@ -8,7 +8,7 @@
- pypath.inputs.ramilowski2015.ramilowski_locations — pypath 0.16.14 documentation
+ pypath.inputs.ramilowski2015.ramilowski_locations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ramp.html b/api/pypath.inputs.ramp.html
index c402b1e1a..90c0b586b 100644
--- a/api/pypath.inputs.ramp.html
+++ b/api/pypath.inputs.ramp.html
@@ -8,7 +8,7 @@
- pypath.inputs.ramp — pypath 0.16.14 documentation
+ pypath.inputs.ramp — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ramp.ramp_id_types.html b/api/pypath.inputs.ramp.ramp_id_types.html
index 277edd9a4..daafc27b7 100644
--- a/api/pypath.inputs.ramp.ramp_id_types.html
+++ b/api/pypath.inputs.ramp.ramp_id_types.html
@@ -8,7 +8,7 @@
- pypath.inputs.ramp.ramp_id_types — pypath 0.16.14 documentation
+ pypath.inputs.ramp.ramp_id_types — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ramp.ramp_id_types_2.html b/api/pypath.inputs.ramp.ramp_id_types_2.html
index 431066069..1776a6b9c 100644
--- a/api/pypath.inputs.ramp.ramp_id_types_2.html
+++ b/api/pypath.inputs.ramp.ramp_id_types_2.html
@@ -8,7 +8,7 @@
- pypath.inputs.ramp.ramp_id_types_2 — pypath 0.16.14 documentation
+ pypath.inputs.ramp.ramp_id_types_2 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ramp.ramp_list_tables.html b/api/pypath.inputs.ramp.ramp_list_tables.html
index 074f3c96c..bd01616c9 100644
--- a/api/pypath.inputs.ramp.ramp_list_tables.html
+++ b/api/pypath.inputs.ramp.ramp_list_tables.html
@@ -8,7 +8,7 @@
- pypath.inputs.ramp.ramp_list_tables — pypath 0.16.14 documentation
+ pypath.inputs.ramp.ramp_list_tables — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ramp.ramp_mapping.html b/api/pypath.inputs.ramp.ramp_mapping.html
index ad11103b5..b6905d18b 100644
--- a/api/pypath.inputs.ramp.ramp_mapping.html
+++ b/api/pypath.inputs.ramp.ramp_mapping.html
@@ -8,7 +8,7 @@
- pypath.inputs.ramp.ramp_mapping — pypath 0.16.14 documentation
+ pypath.inputs.ramp.ramp_mapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ramp.ramp_raw.html b/api/pypath.inputs.ramp.ramp_raw.html
index 267eebd03..1dd2cc63b 100644
--- a/api/pypath.inputs.ramp.ramp_raw.html
+++ b/api/pypath.inputs.ramp.ramp_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.ramp.ramp_raw — pypath 0.16.14 documentation
+ pypath.inputs.ramp.ramp_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.ramp.ramp_show_tables.html b/api/pypath.inputs.ramp.ramp_show_tables.html
index c0dba0c35..dbc553493 100644
--- a/api/pypath.inputs.ramp.ramp_show_tables.html
+++ b/api/pypath.inputs.ramp.ramp_show_tables.html
@@ -8,7 +8,7 @@
- pypath.inputs.ramp.ramp_show_tables — pypath 0.16.14 documentation
+ pypath.inputs.ramp.ramp_show_tables — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.rdata.html b/api/pypath.inputs.rdata.html
index baf00c802..d88e27e8c 100644
--- a/api/pypath.inputs.rdata.html
+++ b/api/pypath.inputs.rdata.html
@@ -8,7 +8,7 @@
- pypath.inputs.rdata — pypath 0.16.14 documentation
+ pypath.inputs.rdata — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.acsn_biopax.html b/api/pypath.inputs.reaction.acsn_biopax.html
index 4936acd43..7c1b95e0e 100644
--- a/api/pypath.inputs.reaction.acsn_biopax.html
+++ b/api/pypath.inputs.reaction.acsn_biopax.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.acsn_biopax — pypath 0.16.14 documentation
+ pypath.inputs.reaction.acsn_biopax — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.acsn_interactions_2.html b/api/pypath.inputs.reaction.acsn_interactions_2.html
index 57b51e9de..9b228d22f 100644
--- a/api/pypath.inputs.reaction.acsn_interactions_2.html
+++ b/api/pypath.inputs.reaction.acsn_interactions_2.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.acsn_interactions_2 — pypath 0.16.14 documentation
+ pypath.inputs.reaction.acsn_interactions_2 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.get_acsn_effects.html b/api/pypath.inputs.reaction.get_acsn_effects.html
index 118a35e36..749455c9e 100644
--- a/api/pypath.inputs.reaction.get_acsn_effects.html
+++ b/api/pypath.inputs.reaction.get_acsn_effects.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.get_acsn_effects — pypath 0.16.14 documentation
+ pypath.inputs.reaction.get_acsn_effects — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.get_controls.html b/api/pypath.inputs.reaction.get_controls.html
index db2efe7af..37c1ed448 100644
--- a/api/pypath.inputs.reaction.get_controls.html
+++ b/api/pypath.inputs.reaction.get_controls.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.get_controls — pypath 0.16.14 documentation
+ pypath.inputs.reaction.get_controls — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.get_interactions.html b/api/pypath.inputs.reaction.get_interactions.html
index 3ad20670c..41ca91d72 100644
--- a/api/pypath.inputs.reaction.get_interactions.html
+++ b/api/pypath.inputs.reaction.get_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.get_interactions — pypath 0.16.14 documentation
+ pypath.inputs.reaction.get_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.get_reactions.html b/api/pypath.inputs.reaction.get_reactions.html
index 5eea0ed7d..4e2cfab09 100644
--- a/api/pypath.inputs.reaction.get_reactions.html
+++ b/api/pypath.inputs.reaction.get_reactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.get_reactions — pypath 0.16.14 documentation
+ pypath.inputs.reaction.get_reactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.get_soup.html b/api/pypath.inputs.reaction.get_soup.html
index 00d365b6d..bcf737e48 100644
--- a/api/pypath.inputs.reaction.get_soup.html
+++ b/api/pypath.inputs.reaction.get_soup.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.get_soup — pypath 0.16.14 documentation
+ pypath.inputs.reaction.get_soup — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.html b/api/pypath.inputs.reaction.html
index 283e23c87..1bc67eb00 100644
--- a/api/pypath.inputs.reaction.html
+++ b/api/pypath.inputs.reaction.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction — pypath 0.16.14 documentation
+ pypath.inputs.reaction — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.panther_biopax.html b/api/pypath.inputs.reaction.panther_biopax.html
index d3fc2c16a..f15b457cf 100644
--- a/api/pypath.inputs.reaction.panther_biopax.html
+++ b/api/pypath.inputs.reaction.panther_biopax.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.panther_biopax — pypath 0.16.14 documentation
+ pypath.inputs.reaction.panther_biopax — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.panther_interactions.html b/api/pypath.inputs.reaction.panther_interactions.html
index 7db18bf0a..7c3d19cc8 100644
--- a/api/pypath.inputs.reaction.panther_interactions.html
+++ b/api/pypath.inputs.reaction.panther_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.panther_interactions — pypath 0.16.14 documentation
+ pypath.inputs.reaction.panther_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.pid_biopax.html b/api/pypath.inputs.reaction.pid_biopax.html
index 7f269a17a..28fa8b8c9 100644
--- a/api/pypath.inputs.reaction.pid_biopax.html
+++ b/api/pypath.inputs.reaction.pid_biopax.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.pid_biopax — pypath 0.16.14 documentation
+ pypath.inputs.reaction.pid_biopax — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.pid_interactions.html b/api/pypath.inputs.reaction.pid_interactions.html
index 5eb4eb3d4..856367e88 100644
--- a/api/pypath.inputs.reaction.pid_interactions.html
+++ b/api/pypath.inputs.reaction.pid_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.pid_interactions — pypath 0.16.14 documentation
+ pypath.inputs.reaction.pid_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.process_complex.html b/api/pypath.inputs.reaction.process_complex.html
index d31d75526..bd57206b4 100644
--- a/api/pypath.inputs.reaction.process_complex.html
+++ b/api/pypath.inputs.reaction.process_complex.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.process_complex — pypath 0.16.14 documentation
+ pypath.inputs.reaction.process_complex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.process_controls.html b/api/pypath.inputs.reaction.process_controls.html
index b32f1f13f..01e63bb66 100644
--- a/api/pypath.inputs.reaction.process_controls.html
+++ b/api/pypath.inputs.reaction.process_controls.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.process_controls — pypath 0.16.14 documentation
+ pypath.inputs.reaction.process_controls — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.process_reactions.html b/api/pypath.inputs.reaction.process_reactions.html
index 6a298a0c4..02fa23136 100644
--- a/api/pypath.inputs.reaction.process_reactions.html
+++ b/api/pypath.inputs.reaction.process_reactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.process_reactions — pypath 0.16.14 documentation
+ pypath.inputs.reaction.process_reactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.reactions_biopax.html b/api/pypath.inputs.reaction.reactions_biopax.html
index 7f417cfff..cfe24a911 100644
--- a/api/pypath.inputs.reaction.reactions_biopax.html
+++ b/api/pypath.inputs.reaction.reactions_biopax.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.reactions_biopax — pypath 0.16.14 documentation
+ pypath.inputs.reaction.reactions_biopax — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.reactome_biopax.html b/api/pypath.inputs.reaction.reactome_biopax.html
index 279f589ce..ab0e39e9d 100644
--- a/api/pypath.inputs.reaction.reactome_biopax.html
+++ b/api/pypath.inputs.reaction.reactome_biopax.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.reactome_biopax — pypath 0.16.14 documentation
+ pypath.inputs.reaction.reactome_biopax — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.reactome_bs.html b/api/pypath.inputs.reaction.reactome_bs.html
index b40d5baeb..2af05d2bc 100644
--- a/api/pypath.inputs.reaction.reactome_bs.html
+++ b/api/pypath.inputs.reaction.reactome_bs.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.reactome_bs — pypath 0.16.14 documentation
+ pypath.inputs.reaction.reactome_bs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.reactome_interactions.html b/api/pypath.inputs.reaction.reactome_interactions.html
index 29b7d145a..1a6220056 100644
--- a/api/pypath.inputs.reaction.reactome_interactions.html
+++ b/api/pypath.inputs.reaction.reactome_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.reactome_interactions — pypath 0.16.14 documentation
+ pypath.inputs.reaction.reactome_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reaction.reactome_sbml.html b/api/pypath.inputs.reaction.reactome_sbml.html
index 4e62f49fd..d0a92b4a3 100644
--- a/api/pypath.inputs.reaction.reactome_sbml.html
+++ b/api/pypath.inputs.reaction.reactome_sbml.html
@@ -8,7 +8,7 @@
- pypath.inputs.reaction.reactome_sbml — pypath 0.16.14 documentation
+ pypath.inputs.reaction.reactome_sbml — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reactome.html b/api/pypath.inputs.reactome.html
index 5e6bdbabb..5753e3323 100644
--- a/api/pypath.inputs.reactome.html
+++ b/api/pypath.inputs.reactome.html
@@ -8,7 +8,7 @@
- pypath.inputs.reactome — pypath 0.16.14 documentation
+ pypath.inputs.reactome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reactome.reactome_chebis.html b/api/pypath.inputs.reactome.reactome_chebis.html
index 8e54c90a4..cb0152878 100644
--- a/api/pypath.inputs.reactome.reactome_chebis.html
+++ b/api/pypath.inputs.reactome.reactome_chebis.html
@@ -8,7 +8,7 @@
- pypath.inputs.reactome.reactome_chebis — pypath 0.16.14 documentation
+ pypath.inputs.reactome.reactome_chebis — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reactome.reactome_pathway_relations.html b/api/pypath.inputs.reactome.reactome_pathway_relations.html
index e0cdecb9a..1a75084d2 100644
--- a/api/pypath.inputs.reactome.reactome_pathway_relations.html
+++ b/api/pypath.inputs.reactome.reactome_pathway_relations.html
@@ -8,7 +8,7 @@
- pypath.inputs.reactome.reactome_pathway_relations — pypath 0.16.14 documentation
+ pypath.inputs.reactome.reactome_pathway_relations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reactome.reactome_pathways.html b/api/pypath.inputs.reactome.reactome_pathways.html
index ca158e720..850cb2dbb 100644
--- a/api/pypath.inputs.reactome.reactome_pathways.html
+++ b/api/pypath.inputs.reactome.reactome_pathways.html
@@ -8,7 +8,7 @@
- pypath.inputs.reactome.reactome_pathways — pypath 0.16.14 documentation
+ pypath.inputs.reactome.reactome_pathways — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.reactome.reactome_uniprots.html b/api/pypath.inputs.reactome.reactome_uniprots.html
index caeb16499..3970e470d 100644
--- a/api/pypath.inputs.reactome.reactome_uniprots.html
+++ b/api/pypath.inputs.reactome.reactome_uniprots.html
@@ -8,7 +8,7 @@
- pypath.inputs.reactome.reactome_uniprots — pypath 0.16.14 documentation
+ pypath.inputs.reactome.reactome_uniprots — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.scconnect.html b/api/pypath.inputs.scconnect.html
index 674236fac..34bbfa9bf 100644
--- a/api/pypath.inputs.scconnect.html
+++ b/api/pypath.inputs.scconnect.html
@@ -8,7 +8,7 @@
- pypath.inputs.scconnect — pypath 0.16.14 documentation
+ pypath.inputs.scconnect — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.scconnect.scconnect_annotations.html b/api/pypath.inputs.scconnect.scconnect_annotations.html
index 763301233..33989ff77 100644
--- a/api/pypath.inputs.scconnect.scconnect_annotations.html
+++ b/api/pypath.inputs.scconnect.scconnect_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.scconnect.scconnect_annotations — pypath 0.16.14 documentation
+ pypath.inputs.scconnect.scconnect_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.scconnect.scconnect_complexes.html b/api/pypath.inputs.scconnect.scconnect_complexes.html
index 24a2b83bb..1aca4c298 100644
--- a/api/pypath.inputs.scconnect.scconnect_complexes.html
+++ b/api/pypath.inputs.scconnect.scconnect_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.scconnect.scconnect_complexes — pypath 0.16.14 documentation
+ pypath.inputs.scconnect.scconnect_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.scconnect.scconnect_interactions.html b/api/pypath.inputs.scconnect.scconnect_interactions.html
index beb52a35b..368faa498 100644
--- a/api/pypath.inputs.scconnect.scconnect_interactions.html
+++ b/api/pypath.inputs.scconnect.scconnect_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.scconnect.scconnect_interactions — pypath 0.16.14 documentation
+ pypath.inputs.scconnect.scconnect_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.science.html b/api/pypath.inputs.science.html
index 9f8e40152..82f3f360d 100644
--- a/api/pypath.inputs.science.html
+++ b/api/pypath.inputs.science.html
@@ -8,7 +8,7 @@
- pypath.inputs.science — pypath 0.16.14 documentation
+ pypath.inputs.science — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.science.science_download.html b/api/pypath.inputs.science.science_download.html
index 6ab6c9c5c..f21914a42 100644
--- a/api/pypath.inputs.science.science_download.html
+++ b/api/pypath.inputs.science.science_download.html
@@ -8,7 +8,7 @@
- pypath.inputs.science.science_download — pypath 0.16.14 documentation
+ pypath.inputs.science.science_download — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.sider.SiderDrug.html b/api/pypath.inputs.sider.SiderDrug.html
index 9949d2e63..79c03df09 100644
--- a/api/pypath.inputs.sider.SiderDrug.html
+++ b/api/pypath.inputs.sider.SiderDrug.html
@@ -8,7 +8,7 @@
- pypath.inputs.sider.SiderDrug — pypath 0.16.14 documentation
+ pypath.inputs.sider.SiderDrug — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.sider.SiderSideeffect.html b/api/pypath.inputs.sider.SiderSideeffect.html
index c5cccca35..d35a5f7b7 100644
--- a/api/pypath.inputs.sider.SiderSideeffect.html
+++ b/api/pypath.inputs.sider.SiderSideeffect.html
@@ -8,7 +8,7 @@
- pypath.inputs.sider.SiderSideeffect — pypath 0.16.14 documentation
+ pypath.inputs.sider.SiderSideeffect — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.sider.SiderSideeffectMeddra.html b/api/pypath.inputs.sider.SiderSideeffectMeddra.html
index 76f0b5400..527347ee9 100644
--- a/api/pypath.inputs.sider.SiderSideeffectMeddra.html
+++ b/api/pypath.inputs.sider.SiderSideeffectMeddra.html
@@ -8,7 +8,7 @@
- pypath.inputs.sider.SiderSideeffectMeddra — pypath 0.16.14 documentation
+ pypath.inputs.sider.SiderSideeffectMeddra — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.sider.SiderSideeffetFrequency.html b/api/pypath.inputs.sider.SiderSideeffetFrequency.html
index f37e32327..cc5569c19 100644
--- a/api/pypath.inputs.sider.SiderSideeffetFrequency.html
+++ b/api/pypath.inputs.sider.SiderSideeffetFrequency.html
@@ -8,7 +8,7 @@
- pypath.inputs.sider.SiderSideeffetFrequency — pypath 0.16.14 documentation
+ pypath.inputs.sider.SiderSideeffetFrequency — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.sider.html b/api/pypath.inputs.sider.html
index ccc3c1cb6..0c446516d 100644
--- a/api/pypath.inputs.sider.html
+++ b/api/pypath.inputs.sider.html
@@ -8,7 +8,7 @@
- pypath.inputs.sider — pypath 0.16.14 documentation
+ pypath.inputs.sider — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.sider.sider_drug_names.html b/api/pypath.inputs.sider.sider_drug_names.html
index 244524857..87e8c8477 100644
--- a/api/pypath.inputs.sider.sider_drug_names.html
+++ b/api/pypath.inputs.sider.sider_drug_names.html
@@ -8,7 +8,7 @@
- pypath.inputs.sider.sider_drug_names — pypath 0.16.14 documentation
+ pypath.inputs.sider.sider_drug_names — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.sider.sider_meddra_side_effects.html b/api/pypath.inputs.sider.sider_meddra_side_effects.html
index 2facfcc34..f7891192b 100644
--- a/api/pypath.inputs.sider.sider_meddra_side_effects.html
+++ b/api/pypath.inputs.sider.sider_meddra_side_effects.html
@@ -8,7 +8,7 @@
- pypath.inputs.sider.sider_meddra_side_effects — pypath 0.16.14 documentation
+ pypath.inputs.sider.sider_meddra_side_effects — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.sider.sider_side_effect_frequencies.html b/api/pypath.inputs.sider.sider_side_effect_frequencies.html
index f7c33d21e..1659eb998 100644
--- a/api/pypath.inputs.sider.sider_side_effect_frequencies.html
+++ b/api/pypath.inputs.sider.sider_side_effect_frequencies.html
@@ -8,7 +8,7 @@
- pypath.inputs.sider.sider_side_effect_frequencies — pypath 0.16.14 documentation
+ pypath.inputs.sider.sider_side_effect_frequencies — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.sider.sider_side_effects.html b/api/pypath.inputs.sider.sider_side_effects.html
index f4469e4ba..6ea7d234e 100644
--- a/api/pypath.inputs.sider.sider_side_effects.html
+++ b/api/pypath.inputs.sider.sider_side_effects.html
@@ -8,7 +8,7 @@
- pypath.inputs.sider.sider_side_effects — pypath 0.16.14 documentation
+ pypath.inputs.sider.sider_side_effects — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signalink.html b/api/pypath.inputs.signalink.html
index cbf9e2a9d..7d016abcc 100644
--- a/api/pypath.inputs.signalink.html
+++ b/api/pypath.inputs.signalink.html
@@ -8,7 +8,7 @@
- pypath.inputs.signalink — pypath 0.16.14 documentation
+ pypath.inputs.signalink — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signalink.signalink_annotations.html b/api/pypath.inputs.signalink.signalink_annotations.html
index 9b721e993..ca0990433 100644
--- a/api/pypath.inputs.signalink.signalink_annotations.html
+++ b/api/pypath.inputs.signalink.signalink_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.signalink.signalink_annotations — pypath 0.16.14 documentation
+ pypath.inputs.signalink.signalink_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signalink.signalink_function_annotations.html b/api/pypath.inputs.signalink.signalink_function_annotations.html
index e79d4348d..ca2c6bbaa 100644
--- a/api/pypath.inputs.signalink.signalink_function_annotations.html
+++ b/api/pypath.inputs.signalink.signalink_function_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.signalink.signalink_function_annotations — pypath 0.16.14 documentation
+ pypath.inputs.signalink.signalink_function_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signalink.signalink_interactions.html b/api/pypath.inputs.signalink.signalink_interactions.html
index 5a3fcbd2a..775ac7a03 100644
--- a/api/pypath.inputs.signalink.signalink_interactions.html
+++ b/api/pypath.inputs.signalink.signalink_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.signalink.signalink_interactions — pypath 0.16.14 documentation
+ pypath.inputs.signalink.signalink_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signalink.signalink_pathway_annotations.html b/api/pypath.inputs.signalink.signalink_pathway_annotations.html
index 7615a364e..48ab5d222 100644
--- a/api/pypath.inputs.signalink.signalink_pathway_annotations.html
+++ b/api/pypath.inputs.signalink.signalink_pathway_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.signalink.signalink_pathway_annotations — pypath 0.16.14 documentation
+ pypath.inputs.signalink.signalink_pathway_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signor.html b/api/pypath.inputs.signor.html
index 6adac825e..28f1dcee2 100644
--- a/api/pypath.inputs.signor.html
+++ b/api/pypath.inputs.signor.html
@@ -8,7 +8,7 @@
- pypath.inputs.signor — pypath 0.16.14 documentation
+ pypath.inputs.signor — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signor.signor_complexes.html b/api/pypath.inputs.signor.signor_complexes.html
index e26d78ecc..40100bca0 100644
--- a/api/pypath.inputs.signor.signor_complexes.html
+++ b/api/pypath.inputs.signor.signor_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.signor.signor_complexes — pypath 0.16.14 documentation
+ pypath.inputs.signor.signor_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signor.signor_enzyme_substrate.html b/api/pypath.inputs.signor.signor_enzyme_substrate.html
index a9bcbb56d..61e68a455 100644
--- a/api/pypath.inputs.signor.signor_enzyme_substrate.html
+++ b/api/pypath.inputs.signor.signor_enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.inputs.signor.signor_enzyme_substrate — pypath 0.16.14 documentation
+ pypath.inputs.signor.signor_enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signor.signor_interactions.html b/api/pypath.inputs.signor.signor_interactions.html
index ce23b01b3..dde2f7e6a 100644
--- a/api/pypath.inputs.signor.signor_interactions.html
+++ b/api/pypath.inputs.signor.signor_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.signor.signor_interactions — pypath 0.16.14 documentation
+ pypath.inputs.signor.signor_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signor.signor_pathway_annotations.html b/api/pypath.inputs.signor.signor_pathway_annotations.html
index 2a5549333..bfecfcff9 100644
--- a/api/pypath.inputs.signor.signor_pathway_annotations.html
+++ b/api/pypath.inputs.signor.signor_pathway_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.signor.signor_pathway_annotations — pypath 0.16.14 documentation
+ pypath.inputs.signor.signor_pathway_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signor.signor_pathways.html b/api/pypath.inputs.signor.signor_pathways.html
index f88780d82..ee496667d 100644
--- a/api/pypath.inputs.signor.signor_pathways.html
+++ b/api/pypath.inputs.signor.signor_pathways.html
@@ -8,7 +8,7 @@
- pypath.inputs.signor.signor_pathways — pypath 0.16.14 documentation
+ pypath.inputs.signor.signor_pathways — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.signor.signor_protein_families.html b/api/pypath.inputs.signor.signor_protein_families.html
index 66a060c4e..8c38cbdf7 100644
--- a/api/pypath.inputs.signor.signor_protein_families.html
+++ b/api/pypath.inputs.signor.signor_protein_families.html
@@ -8,7 +8,7 @@
- pypath.inputs.signor.signor_protein_families — pypath 0.16.14 documentation
+ pypath.inputs.signor.signor_protein_families — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.spike.html b/api/pypath.inputs.spike.html
index e885b460d..8ea1a29a3 100644
--- a/api/pypath.inputs.spike.html
+++ b/api/pypath.inputs.spike.html
@@ -8,7 +8,7 @@
- pypath.inputs.spike — pypath 0.16.14 documentation
+ pypath.inputs.spike — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.spike.spike_complexes.html b/api/pypath.inputs.spike.spike_complexes.html
index b18fabd95..e97b53fb8 100644
--- a/api/pypath.inputs.spike.spike_complexes.html
+++ b/api/pypath.inputs.spike.spike_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.spike.spike_complexes — pypath 0.16.14 documentation
+ pypath.inputs.spike.spike_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.spike.spike_interactions.html b/api/pypath.inputs.spike.spike_interactions.html
index 6d6cd3ff2..d6271449f 100644
--- a/api/pypath.inputs.spike.spike_interactions.html
+++ b/api/pypath.inputs.spike.spike_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.spike.spike_interactions — pypath 0.16.14 documentation
+ pypath.inputs.spike.spike_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.stitch.html b/api/pypath.inputs.stitch.html
index 5f2156ca1..cf0077024 100644
--- a/api/pypath.inputs.stitch.html
+++ b/api/pypath.inputs.stitch.html
@@ -8,7 +8,7 @@
- pypath.inputs.stitch — pypath 0.16.14 documentation
+ pypath.inputs.stitch — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.stitch.stitch_actions_interactions.html b/api/pypath.inputs.stitch.stitch_actions_interactions.html
index d42b625d7..d1c535f0c 100644
--- a/api/pypath.inputs.stitch.stitch_actions_interactions.html
+++ b/api/pypath.inputs.stitch.stitch_actions_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.stitch.stitch_actions_interactions — pypath 0.16.14 documentation
+ pypath.inputs.stitch.stitch_actions_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.stitch.stitch_links_interactions.html b/api/pypath.inputs.stitch.stitch_links_interactions.html
index 62ece4017..b802672a7 100644
--- a/api/pypath.inputs.stitch.stitch_links_interactions.html
+++ b/api/pypath.inputs.stitch.stitch_links_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.stitch.stitch_links_interactions — pypath 0.16.14 documentation
+ pypath.inputs.stitch.stitch_links_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.string.html b/api/pypath.inputs.string.html
index 7ba8014ae..dfae4921b 100644
--- a/api/pypath.inputs.string.html
+++ b/api/pypath.inputs.string.html
@@ -8,7 +8,7 @@
- pypath.inputs.string — pypath 0.16.14 documentation
+ pypath.inputs.string — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.string.string_effects.html b/api/pypath.inputs.string.string_effects.html
index cde465b8a..3ed6bb345 100644
--- a/api/pypath.inputs.string.string_effects.html
+++ b/api/pypath.inputs.string.string_effects.html
@@ -8,7 +8,7 @@
- pypath.inputs.string.string_effects — pypath 0.16.14 documentation
+ pypath.inputs.string.string_effects — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.string.string_links_interactions.html b/api/pypath.inputs.string.string_links_interactions.html
index 2a6993e41..73c930ff7 100644
--- a/api/pypath.inputs.string.string_links_interactions.html
+++ b/api/pypath.inputs.string.string_links_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.string.string_links_interactions — pypath 0.16.14 documentation
+ pypath.inputs.string.string_links_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.string.string_physical_interactions.html b/api/pypath.inputs.string.string_physical_interactions.html
index eb3e8434a..7e9b1a043 100644
--- a/api/pypath.inputs.string.string_physical_interactions.html
+++ b/api/pypath.inputs.string.string_physical_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.string.string_physical_interactions — pypath 0.16.14 documentation
+ pypath.inputs.string.string_physical_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.string.string_species.html b/api/pypath.inputs.string.string_species.html
index cb79f4bc5..b18bf6227 100644
--- a/api/pypath.inputs.string.string_species.html
+++ b/api/pypath.inputs.string.string_species.html
@@ -8,7 +8,7 @@
- pypath.inputs.string.string_species — pypath 0.16.14 documentation
+ pypath.inputs.string.string_species — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.surfaceome.html b/api/pypath.inputs.surfaceome.html
index 2042dc21e..57ca04433 100644
--- a/api/pypath.inputs.surfaceome.html
+++ b/api/pypath.inputs.surfaceome.html
@@ -8,7 +8,7 @@
- pypath.inputs.surfaceome — pypath 0.16.14 documentation
+ pypath.inputs.surfaceome — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.surfaceome.surfaceome_annotations.html b/api/pypath.inputs.surfaceome.surfaceome_annotations.html
index 57cc12bb4..06ed86ac0 100644
--- a/api/pypath.inputs.surfaceome.surfaceome_annotations.html
+++ b/api/pypath.inputs.surfaceome.surfaceome_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.surfaceome.surfaceome_annotations — pypath 0.16.14 documentation
+ pypath.inputs.surfaceome.surfaceome_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.switches_elm.get_switches_elm.html b/api/pypath.inputs.switches_elm.get_switches_elm.html
index 414118168..0787707fd 100644
--- a/api/pypath.inputs.switches_elm.get_switches_elm.html
+++ b/api/pypath.inputs.switches_elm.get_switches_elm.html
@@ -8,7 +8,7 @@
- pypath.inputs.switches_elm.get_switches_elm — pypath 0.16.14 documentation
+ pypath.inputs.switches_elm.get_switches_elm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.switches_elm.html b/api/pypath.inputs.switches_elm.html
index 7f226d456..13db53f2d 100644
--- a/api/pypath.inputs.switches_elm.html
+++ b/api/pypath.inputs.switches_elm.html
@@ -8,7 +8,7 @@
- pypath.inputs.switches_elm — pypath 0.16.14 documentation
+ pypath.inputs.switches_elm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.talklr.html b/api/pypath.inputs.talklr.html
index 9b2d59ac3..1427f6f70 100644
--- a/api/pypath.inputs.talklr.html
+++ b/api/pypath.inputs.talklr.html
@@ -8,7 +8,7 @@
- pypath.inputs.talklr — pypath 0.16.14 documentation
+ pypath.inputs.talklr — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.talklr.talklr_annotations.html b/api/pypath.inputs.talklr.talklr_annotations.html
index c6a3d61ca..6f4d4493b 100644
--- a/api/pypath.inputs.talklr.talklr_annotations.html
+++ b/api/pypath.inputs.talklr.talklr_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.talklr.talklr_annotations — pypath 0.16.14 documentation
+ pypath.inputs.talklr.talklr_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.talklr.talklr_interactions.html b/api/pypath.inputs.talklr.talklr_interactions.html
index 7d4f15b93..9aab17139 100644
--- a/api/pypath.inputs.talklr.talklr_interactions.html
+++ b/api/pypath.inputs.talklr.talklr_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.talklr.talklr_interactions — pypath 0.16.14 documentation
+ pypath.inputs.talklr.talklr_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.talklr.talklr_raw.html b/api/pypath.inputs.talklr.talklr_raw.html
index 15e17389a..dca134a26 100644
--- a/api/pypath.inputs.talklr.talklr_raw.html
+++ b/api/pypath.inputs.talklr.talklr_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.talklr.talklr_raw — pypath 0.16.14 documentation
+ pypath.inputs.talklr.talklr_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.tcdb.html b/api/pypath.inputs.tcdb.html
index ac0318f4e..6054a2b54 100644
--- a/api/pypath.inputs.tcdb.html
+++ b/api/pypath.inputs.tcdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.tcdb — pypath 0.16.14 documentation
+ pypath.inputs.tcdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.tcdb.tcdb_annotations.html b/api/pypath.inputs.tcdb.tcdb_annotations.html
index 8b0f44105..45142dafd 100644
--- a/api/pypath.inputs.tcdb.tcdb_annotations.html
+++ b/api/pypath.inputs.tcdb.tcdb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.tcdb.tcdb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.tcdb.tcdb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.tcdb.tcdb_classes.html b/api/pypath.inputs.tcdb.tcdb_classes.html
index 4309fe9a2..285bdd7e9 100644
--- a/api/pypath.inputs.tcdb.tcdb_classes.html
+++ b/api/pypath.inputs.tcdb.tcdb_classes.html
@@ -8,7 +8,7 @@
- pypath.inputs.tcdb.tcdb_classes — pypath 0.16.14 documentation
+ pypath.inputs.tcdb.tcdb_classes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.tcdb.tcdb_families.html b/api/pypath.inputs.tcdb.tcdb_families.html
index 344d7ac26..6ceb3c89b 100644
--- a/api/pypath.inputs.tcdb.tcdb_families.html
+++ b/api/pypath.inputs.tcdb.tcdb_families.html
@@ -8,7 +8,7 @@
- pypath.inputs.tcdb.tcdb_families — pypath 0.16.14 documentation
+ pypath.inputs.tcdb.tcdb_families — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.tfcensus.html b/api/pypath.inputs.tfcensus.html
index e6225a5b9..5f995bc7b 100644
--- a/api/pypath.inputs.tfcensus.html
+++ b/api/pypath.inputs.tfcensus.html
@@ -8,7 +8,7 @@
- pypath.inputs.tfcensus — pypath 0.16.14 documentation
+ pypath.inputs.tfcensus — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.tfcensus.tfcensus_annotations.html b/api/pypath.inputs.tfcensus.tfcensus_annotations.html
index cf370f3f4..1e87d4a64 100644
--- a/api/pypath.inputs.tfcensus.tfcensus_annotations.html
+++ b/api/pypath.inputs.tfcensus.tfcensus_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.tfcensus.tfcensus_annotations — pypath 0.16.14 documentation
+ pypath.inputs.tfcensus.tfcensus_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.threedcomplex.html b/api/pypath.inputs.threedcomplex.html
index 6640e0d07..c33bc4da2 100644
--- a/api/pypath.inputs.threedcomplex.html
+++ b/api/pypath.inputs.threedcomplex.html
@@ -8,7 +8,7 @@
- pypath.inputs.threedcomplex — pypath 0.16.14 documentation
+ pypath.inputs.threedcomplex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.threedcomplex.threedcomplex_chains.html b/api/pypath.inputs.threedcomplex.threedcomplex_chains.html
index be1469a3a..87d576f2c 100644
--- a/api/pypath.inputs.threedcomplex.threedcomplex_chains.html
+++ b/api/pypath.inputs.threedcomplex.threedcomplex_chains.html
@@ -8,7 +8,7 @@
- pypath.inputs.threedcomplex.threedcomplex_chains — pypath 0.16.14 documentation
+ pypath.inputs.threedcomplex.threedcomplex_chains — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.threedcomplex.threedcomplex_complexes.html b/api/pypath.inputs.threedcomplex.threedcomplex_complexes.html
index ac0541b45..ab20d4138 100644
--- a/api/pypath.inputs.threedcomplex.threedcomplex_complexes.html
+++ b/api/pypath.inputs.threedcomplex.threedcomplex_complexes.html
@@ -8,7 +8,7 @@
- pypath.inputs.threedcomplex.threedcomplex_complexes — pypath 0.16.14 documentation
+ pypath.inputs.threedcomplex.threedcomplex_complexes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.threedcomplex.threedcomplex_contacts.html b/api/pypath.inputs.threedcomplex.threedcomplex_contacts.html
index 73a824b2d..34cbf3e99 100644
--- a/api/pypath.inputs.threedcomplex.threedcomplex_contacts.html
+++ b/api/pypath.inputs.threedcomplex.threedcomplex_contacts.html
@@ -8,7 +8,7 @@
- pypath.inputs.threedcomplex.threedcomplex_contacts — pypath 0.16.14 documentation
+ pypath.inputs.threedcomplex.threedcomplex_contacts — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.threedcomplex.threedcomplex_ddi.html b/api/pypath.inputs.threedcomplex.threedcomplex_ddi.html
index 0e5655246..49f3bf89e 100644
--- a/api/pypath.inputs.threedcomplex.threedcomplex_ddi.html
+++ b/api/pypath.inputs.threedcomplex.threedcomplex_ddi.html
@@ -8,7 +8,7 @@
- pypath.inputs.threedcomplex.threedcomplex_ddi — pypath 0.16.14 documentation
+ pypath.inputs.threedcomplex.threedcomplex_ddi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.threedcomplex.threedcomplex_nresidues.html b/api/pypath.inputs.threedcomplex.threedcomplex_nresidues.html
index daffdb832..fc6618fb0 100644
--- a/api/pypath.inputs.threedcomplex.threedcomplex_nresidues.html
+++ b/api/pypath.inputs.threedcomplex.threedcomplex_nresidues.html
@@ -8,7 +8,7 @@
- pypath.inputs.threedcomplex.threedcomplex_nresidues — pypath 0.16.14 documentation
+ pypath.inputs.threedcomplex.threedcomplex_nresidues — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.threedid.get_3did.html b/api/pypath.inputs.threedid.get_3did.html
index 34ac1ad62..afd8c8acc 100644
--- a/api/pypath.inputs.threedid.get_3did.html
+++ b/api/pypath.inputs.threedid.get_3did.html
@@ -8,7 +8,7 @@
- pypath.inputs.threedid.get_3did — pypath 0.16.14 documentation
+ pypath.inputs.threedid.get_3did — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.threedid.get_3did_ddi.html b/api/pypath.inputs.threedid.get_3did_ddi.html
index b4a76f39d..4827eac2a 100644
--- a/api/pypath.inputs.threedid.get_3did_ddi.html
+++ b/api/pypath.inputs.threedid.get_3did_ddi.html
@@ -8,7 +8,7 @@
- pypath.inputs.threedid.get_3did_ddi — pypath 0.16.14 documentation
+ pypath.inputs.threedid.get_3did_ddi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.threedid.get_3did_dmi.html b/api/pypath.inputs.threedid.get_3did_dmi.html
index e079def86..8b2beeada 100644
--- a/api/pypath.inputs.threedid.get_3did_dmi.html
+++ b/api/pypath.inputs.threedid.get_3did_dmi.html
@@ -8,7 +8,7 @@
- pypath.inputs.threedid.get_3did_dmi — pypath 0.16.14 documentation
+ pypath.inputs.threedid.get_3did_dmi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.threedid.html b/api/pypath.inputs.threedid.html
index 6b85b3666..11e1cba1e 100644
--- a/api/pypath.inputs.threedid.html
+++ b/api/pypath.inputs.threedid.html
@@ -8,7 +8,7 @@
- pypath.inputs.threedid — pypath 0.16.14 documentation
+ pypath.inputs.threedid — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.threedid.process_3did_dmi.html b/api/pypath.inputs.threedid.process_3did_dmi.html
index 3bc71cde0..65a713a5e 100644
--- a/api/pypath.inputs.threedid.process_3did_dmi.html
+++ b/api/pypath.inputs.threedid.process_3did_dmi.html
@@ -8,7 +8,7 @@
- pypath.inputs.threedid.process_3did_dmi — pypath 0.16.14 documentation
+ pypath.inputs.threedid.process_3did_dmi — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.topdb.html b/api/pypath.inputs.topdb.html
index b50bae6d3..803855f8d 100644
--- a/api/pypath.inputs.topdb.html
+++ b/api/pypath.inputs.topdb.html
@@ -8,7 +8,7 @@
- pypath.inputs.topdb — pypath 0.16.14 documentation
+ pypath.inputs.topdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.topdb.topdb_annotations.html b/api/pypath.inputs.topdb.topdb_annotations.html
index b58501085..1b5af1379 100644
--- a/api/pypath.inputs.topdb.topdb_annotations.html
+++ b/api/pypath.inputs.topdb.topdb_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.topdb.topdb_annotations — pypath 0.16.14 documentation
+ pypath.inputs.topdb.topdb_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.transmir.html b/api/pypath.inputs.transmir.html
index 758c03a6d..9aea6f156 100644
--- a/api/pypath.inputs.transmir.html
+++ b/api/pypath.inputs.transmir.html
@@ -8,7 +8,7 @@
- pypath.inputs.transmir — pypath 0.16.14 documentation
+ pypath.inputs.transmir — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.transmir.transmir_interactions.html b/api/pypath.inputs.transmir.transmir_interactions.html
index bea3d4124..c09568553 100644
--- a/api/pypath.inputs.transmir.transmir_interactions.html
+++ b/api/pypath.inputs.transmir.transmir_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.transmir.transmir_interactions — pypath 0.16.14 documentation
+ pypath.inputs.transmir.transmir_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.trip.html b/api/pypath.inputs.trip.html
index e3c57bdf0..d5db881c9 100644
--- a/api/pypath.inputs.trip.html
+++ b/api/pypath.inputs.trip.html
@@ -8,7 +8,7 @@
- pypath.inputs.trip — pypath 0.16.14 documentation
+ pypath.inputs.trip — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.trip.take_a_trip.html b/api/pypath.inputs.trip.take_a_trip.html
index 2f6e67f0e..decf64250 100644
--- a/api/pypath.inputs.trip.take_a_trip.html
+++ b/api/pypath.inputs.trip.take_a_trip.html
@@ -8,7 +8,7 @@
- pypath.inputs.trip.take_a_trip — pypath 0.16.14 documentation
+ pypath.inputs.trip.take_a_trip — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.trip.trip_find_uniprot.html b/api/pypath.inputs.trip.trip_find_uniprot.html
index 7e3ca4402..2de6a9d16 100644
--- a/api/pypath.inputs.trip.trip_find_uniprot.html
+++ b/api/pypath.inputs.trip.trip_find_uniprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.trip.trip_find_uniprot — pypath 0.16.14 documentation
+ pypath.inputs.trip.trip_find_uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.trip.trip_get_uniprot.html b/api/pypath.inputs.trip.trip_get_uniprot.html
index 244b971ae..89fe4ba06 100644
--- a/api/pypath.inputs.trip.trip_get_uniprot.html
+++ b/api/pypath.inputs.trip.trip_get_uniprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.trip.trip_get_uniprot — pypath 0.16.14 documentation
+ pypath.inputs.trip.trip_get_uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.trip.trip_interactions.html b/api/pypath.inputs.trip.trip_interactions.html
index 3411d390a..6431c8095 100644
--- a/api/pypath.inputs.trip.trip_interactions.html
+++ b/api/pypath.inputs.trip.trip_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.trip.trip_interactions — pypath 0.16.14 documentation
+ pypath.inputs.trip.trip_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.trip.trip_process.html b/api/pypath.inputs.trip.trip_process.html
index 2b33072ca..6ee11c07a 100644
--- a/api/pypath.inputs.trip.trip_process.html
+++ b/api/pypath.inputs.trip.trip_process.html
@@ -8,7 +8,7 @@
- pypath.inputs.trip.trip_process — pypath 0.16.14 documentation
+ pypath.inputs.trip.trip_process — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.trip.trip_process_table.html b/api/pypath.inputs.trip.trip_process_table.html
index 36cf1d9a8..b642cbafe 100644
--- a/api/pypath.inputs.trip.trip_process_table.html
+++ b/api/pypath.inputs.trip.trip_process_table.html
@@ -8,7 +8,7 @@
- pypath.inputs.trip.trip_process_table — pypath 0.16.14 documentation
+ pypath.inputs.trip.trip_process_table — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.trrust.html b/api/pypath.inputs.trrust.html
index 5a4fe7ae0..ff5bed781 100644
--- a/api/pypath.inputs.trrust.html
+++ b/api/pypath.inputs.trrust.html
@@ -8,7 +8,7 @@
- pypath.inputs.trrust — pypath 0.16.14 documentation
+ pypath.inputs.trrust — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.trrust.trrust_human.html b/api/pypath.inputs.trrust.trrust_human.html
index 1cd33197e..7c44de097 100644
--- a/api/pypath.inputs.trrust.trrust_human.html
+++ b/api/pypath.inputs.trrust.trrust_human.html
@@ -8,7 +8,7 @@
- pypath.inputs.trrust.trrust_human — pypath 0.16.14 documentation
+ pypath.inputs.trrust.trrust_human — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.trrust.trrust_interactions.html b/api/pypath.inputs.trrust.trrust_interactions.html
index 05a954d26..02776022a 100644
--- a/api/pypath.inputs.trrust.trrust_interactions.html
+++ b/api/pypath.inputs.trrust.trrust_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.trrust.trrust_interactions — pypath 0.16.14 documentation
+ pypath.inputs.trrust.trrust_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.trrust.trrust_mouse.html b/api/pypath.inputs.trrust.trrust_mouse.html
index 10b45a2a7..0cb2fa58b 100644
--- a/api/pypath.inputs.trrust.trrust_mouse.html
+++ b/api/pypath.inputs.trrust.trrust_mouse.html
@@ -8,7 +8,7 @@
- pypath.inputs.trrust.trrust_mouse — pypath 0.16.14 documentation
+ pypath.inputs.trrust.trrust_mouse — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.twosides.html b/api/pypath.inputs.twosides.html
index 132d7a645..a476b438b 100644
--- a/api/pypath.inputs.twosides.html
+++ b/api/pypath.inputs.twosides.html
@@ -8,7 +8,7 @@
- pypath.inputs.twosides — pypath 0.16.14 documentation
+ pypath.inputs.twosides — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.twosides.twosides_interactions.html b/api/pypath.inputs.twosides.twosides_interactions.html
index 2f108f85d..778d7d064 100644
--- a/api/pypath.inputs.twosides.twosides_interactions.html
+++ b/api/pypath.inputs.twosides.twosides_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.twosides.twosides_interactions — pypath 0.16.14 documentation
+ pypath.inputs.twosides.twosides_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.unichem.html b/api/pypath.inputs.unichem.html
index a8a5db0b0..5a7d45821 100644
--- a/api/pypath.inputs.unichem.html
+++ b/api/pypath.inputs.unichem.html
@@ -8,7 +8,7 @@
- pypath.inputs.unichem — pypath 0.16.14 documentation
+ pypath.inputs.unichem — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.unichem.info.html b/api/pypath.inputs.unichem.info.html
index ba61c917f..572e45744 100644
--- a/api/pypath.inputs.unichem.info.html
+++ b/api/pypath.inputs.unichem.info.html
@@ -8,7 +8,7 @@
- pypath.inputs.unichem.info — pypath 0.16.14 documentation
+ pypath.inputs.unichem.info — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.unichem.unichem_info.html b/api/pypath.inputs.unichem.unichem_info.html
index 9f591f328..299ef1cb5 100644
--- a/api/pypath.inputs.unichem.unichem_info.html
+++ b/api/pypath.inputs.unichem.unichem_info.html
@@ -8,7 +8,7 @@
- pypath.inputs.unichem.unichem_info — pypath 0.16.14 documentation
+ pypath.inputs.unichem.unichem_info — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.unichem.unichem_mapping.html b/api/pypath.inputs.unichem.unichem_mapping.html
index 8e8a486b5..5c984efa2 100644
--- a/api/pypath.inputs.unichem.unichem_mapping.html
+++ b/api/pypath.inputs.unichem.unichem_mapping.html
@@ -8,7 +8,7 @@
- pypath.inputs.unichem.unichem_mapping — pypath 0.16.14 documentation
+ pypath.inputs.unichem.unichem_mapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.unichem.unichem_sources.html b/api/pypath.inputs.unichem.unichem_sources.html
index 8c5723e7d..26acbc2fe 100644
--- a/api/pypath.inputs.unichem.unichem_sources.html
+++ b/api/pypath.inputs.unichem.unichem_sources.html
@@ -8,7 +8,7 @@
- pypath.inputs.unichem.unichem_sources — pypath 0.16.14 documentation
+ pypath.inputs.unichem.unichem_sources — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.Taxon.html b/api/pypath.inputs.uniprot.Taxon.html
index 385ff81ad..febda837f 100644
--- a/api/pypath.inputs.uniprot.Taxon.html
+++ b/api/pypath.inputs.uniprot.Taxon.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.Taxon — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.Taxon — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.UniprotQuery.html b/api/pypath.inputs.uniprot.UniprotQuery.html
index a978ba0f7..796514974 100644
--- a/api/pypath.inputs.uniprot.UniprotQuery.html
+++ b/api/pypath.inputs.uniprot.UniprotQuery.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.UniprotQuery — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.UniprotQuery — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.UniprotRecordHistory.html b/api/pypath.inputs.uniprot.UniprotRecordHistory.html
index 27a75e264..055876b4f 100644
--- a/api/pypath.inputs.uniprot.UniprotRecordHistory.html
+++ b/api/pypath.inputs.uniprot.UniprotRecordHistory.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.UniprotRecordHistory — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.UniprotRecordHistory — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.deleted_uniprot_genesymbol.html b/api/pypath.inputs.uniprot.deleted_uniprot_genesymbol.html
index e63def74c..def7c949e 100644
--- a/api/pypath.inputs.uniprot.deleted_uniprot_genesymbol.html
+++ b/api/pypath.inputs.uniprot.deleted_uniprot_genesymbol.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.deleted_uniprot_genesymbol — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.deleted_uniprot_genesymbol — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.get_uniprot_sec.html b/api/pypath.inputs.uniprot.get_uniprot_sec.html
index 2df729ca8..079d201b8 100644
--- a/api/pypath.inputs.uniprot.get_uniprot_sec.html
+++ b/api/pypath.inputs.uniprot.get_uniprot_sec.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.get_uniprot_sec — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.get_uniprot_sec — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.html b/api/pypath.inputs.uniprot.html
index 9f100588f..bba84e996 100644
--- a/api/pypath.inputs.uniprot.html
+++ b/api/pypath.inputs.uniprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot — pypath 0.16.14 documentation
+ pypath.inputs.uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.protein_datasheet.html b/api/pypath.inputs.uniprot.protein_datasheet.html
index 5f8fb4b9e..03f7e850d 100644
--- a/api/pypath.inputs.uniprot.protein_datasheet.html
+++ b/api/pypath.inputs.uniprot.protein_datasheet.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.protein_datasheet — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.protein_datasheet — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.query_builder.html b/api/pypath.inputs.uniprot.query_builder.html
index 5aa4340b1..61ce7cac0 100644
--- a/api/pypath.inputs.uniprot.query_builder.html
+++ b/api/pypath.inputs.uniprot.query_builder.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.query_builder — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.query_builder — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.swissprot_deleted.html b/api/pypath.inputs.uniprot.swissprot_deleted.html
index 1eddb1b99..82a4b9098 100644
--- a/api/pypath.inputs.uniprot.swissprot_deleted.html
+++ b/api/pypath.inputs.uniprot.swissprot_deleted.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.swissprot_deleted — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.swissprot_deleted — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.trembl_deleted.html b/api/pypath.inputs.uniprot.trembl_deleted.html
index bc90c04d3..2729a0a08 100644
--- a/api/pypath.inputs.uniprot.trembl_deleted.html
+++ b/api/pypath.inputs.uniprot.trembl_deleted.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.trembl_deleted — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.trembl_deleted — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_data.html b/api/pypath.inputs.uniprot.uniprot_data.html
index e233ede79..f38750739 100644
--- a/api/pypath.inputs.uniprot.uniprot_data.html
+++ b/api/pypath.inputs.uniprot.uniprot_data.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_data — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_data — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_deleted.html b/api/pypath.inputs.uniprot.uniprot_deleted.html
index cb4866f92..77f097e22 100644
--- a/api/pypath.inputs.uniprot.uniprot_deleted.html
+++ b/api/pypath.inputs.uniprot.uniprot_deleted.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_deleted — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_deleted — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_families.html b/api/pypath.inputs.uniprot.uniprot_families.html
index 14f820cde..448f4ccaf 100644
--- a/api/pypath.inputs.uniprot.uniprot_families.html
+++ b/api/pypath.inputs.uniprot.uniprot_families.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_families — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_families — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_history.html b/api/pypath.inputs.uniprot.uniprot_history.html
index 941e081b4..c2505853e 100644
--- a/api/pypath.inputs.uniprot.uniprot_history.html
+++ b/api/pypath.inputs.uniprot.uniprot_history.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_history — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_history — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_history_recent_datasheet.html b/api/pypath.inputs.uniprot.uniprot_history_recent_datasheet.html
index a70393c61..d84008e27 100644
--- a/api/pypath.inputs.uniprot.uniprot_history_recent_datasheet.html
+++ b/api/pypath.inputs.uniprot.uniprot_history_recent_datasheet.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_history_recent_datasheet — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_history_recent_datasheet — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_keywords.html b/api/pypath.inputs.uniprot.uniprot_keywords.html
index 7da820e5b..cce7f20fa 100644
--- a/api/pypath.inputs.uniprot.uniprot_keywords.html
+++ b/api/pypath.inputs.uniprot.uniprot_keywords.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_keywords — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_keywords — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_locations.html b/api/pypath.inputs.uniprot.uniprot_locations.html
index cc619f4f2..4043eca7f 100644
--- a/api/pypath.inputs.uniprot.uniprot_locations.html
+++ b/api/pypath.inputs.uniprot.uniprot_locations.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_locations — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_locations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_ncbi_taxids.html b/api/pypath.inputs.uniprot.uniprot_ncbi_taxids.html
index 8220d6355..a37dc8f15 100644
--- a/api/pypath.inputs.uniprot.uniprot_ncbi_taxids.html
+++ b/api/pypath.inputs.uniprot.uniprot_ncbi_taxids.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_ncbi_taxids — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_ncbi_taxids — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_ncbi_taxids_2.html b/api/pypath.inputs.uniprot.uniprot_ncbi_taxids_2.html
index 50a6c0d02..0efc07e7d 100644
--- a/api/pypath.inputs.uniprot.uniprot_ncbi_taxids_2.html
+++ b/api/pypath.inputs.uniprot.uniprot_ncbi_taxids_2.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_ncbi_taxids_2 — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_ncbi_taxids_2 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_preprocess.html b/api/pypath.inputs.uniprot.uniprot_preprocess.html
index 9123c8928..bb580d5eb 100644
--- a/api/pypath.inputs.uniprot.uniprot_preprocess.html
+++ b/api/pypath.inputs.uniprot.uniprot_preprocess.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_preprocess — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_preprocess — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_query.html b/api/pypath.inputs.uniprot.uniprot_query.html
index cff2e054d..9e6ec5386 100644
--- a/api/pypath.inputs.uniprot.uniprot_query.html
+++ b/api/pypath.inputs.uniprot.uniprot_query.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_query — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_query — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_recent_version.html b/api/pypath.inputs.uniprot.uniprot_recent_version.html
index d902dd790..c5ecb76bf 100644
--- a/api/pypath.inputs.uniprot.uniprot_recent_version.html
+++ b/api/pypath.inputs.uniprot.uniprot_recent_version.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_recent_version — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_recent_version — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_taxonomy.html b/api/pypath.inputs.uniprot.uniprot_taxonomy.html
index 4f7ee3c51..2f75bb560 100644
--- a/api/pypath.inputs.uniprot.uniprot_taxonomy.html
+++ b/api/pypath.inputs.uniprot.uniprot_taxonomy.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_taxonomy — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_taxonomy — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_tissues.html b/api/pypath.inputs.uniprot.uniprot_tissues.html
index ec422c605..7ac106818 100644
--- a/api/pypath.inputs.uniprot.uniprot_tissues.html
+++ b/api/pypath.inputs.uniprot.uniprot_tissues.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_tissues — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_tissues — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.uniprot_topology.html b/api/pypath.inputs.uniprot.uniprot_topology.html
index 163681a20..af455510d 100644
--- a/api/pypath.inputs.uniprot.uniprot_topology.html
+++ b/api/pypath.inputs.uniprot.uniprot_topology.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.uniprot_topology — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.uniprot_topology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot.valid_uniprot.html b/api/pypath.inputs.uniprot.valid_uniprot.html
index b2738fca7..1a12035c5 100644
--- a/api/pypath.inputs.uniprot.valid_uniprot.html
+++ b/api/pypath.inputs.uniprot.valid_uniprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot.valid_uniprot — pypath 0.16.14 documentation
+ pypath.inputs.uniprot.valid_uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot_db.all_swissprots.html b/api/pypath.inputs.uniprot_db.all_swissprots.html
index 528f57823..317e8c92d 100644
--- a/api/pypath.inputs.uniprot_db.all_swissprots.html
+++ b/api/pypath.inputs.uniprot_db.all_swissprots.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot_db.all_swissprots — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_db.all_swissprots — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot_db.all_trembls.html b/api/pypath.inputs.uniprot_db.all_trembls.html
index 011b82cc7..8b8bbaf33 100644
--- a/api/pypath.inputs.uniprot_db.all_trembls.html
+++ b/api/pypath.inputs.uniprot_db.all_trembls.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot_db.all_trembls — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_db.all_trembls — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot_db.all_uniprots.html b/api/pypath.inputs.uniprot_db.all_uniprots.html
index d047406ff..170636cf8 100644
--- a/api/pypath.inputs.uniprot_db.all_uniprots.html
+++ b/api/pypath.inputs.uniprot_db.all_uniprots.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot_db.all_uniprots — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_db.all_uniprots — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot_db.get_db.html b/api/pypath.inputs.uniprot_db.get_db.html
index d3348ea91..8623d98b6 100644
--- a/api/pypath.inputs.uniprot_db.get_db.html
+++ b/api/pypath.inputs.uniprot_db.get_db.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot_db.get_db — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_db.get_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot_db.html b/api/pypath.inputs.uniprot_db.html
index a282f96c9..b29ee4dad 100644
--- a/api/pypath.inputs.uniprot_db.html
+++ b/api/pypath.inputs.uniprot_db.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot_db — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot_db.init_db.html b/api/pypath.inputs.uniprot_db.init_db.html
index 3b48657a1..d5cc051b2 100644
--- a/api/pypath.inputs.uniprot_db.init_db.html
+++ b/api/pypath.inputs.uniprot_db.init_db.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot_db.init_db — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_db.init_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot_db.is_swissprot.html b/api/pypath.inputs.uniprot_db.is_swissprot.html
index 9a77fc919..92fe3c012 100644
--- a/api/pypath.inputs.uniprot_db.is_swissprot.html
+++ b/api/pypath.inputs.uniprot_db.is_swissprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot_db.is_swissprot — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_db.is_swissprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot_db.is_trembl.html b/api/pypath.inputs.uniprot_db.is_trembl.html
index 50cc5ffe7..a7bcc1881 100644
--- a/api/pypath.inputs.uniprot_db.is_trembl.html
+++ b/api/pypath.inputs.uniprot_db.is_trembl.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot_db.is_trembl — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_db.is_trembl — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot_db.is_uniprot.html b/api/pypath.inputs.uniprot_db.is_uniprot.html
index cbb0de681..dbe2138a0 100644
--- a/api/pypath.inputs.uniprot_db.is_uniprot.html
+++ b/api/pypath.inputs.uniprot_db.is_uniprot.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot_db.is_uniprot — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_db.is_uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot_idmapping.html b/api/pypath.inputs.uniprot_idmapping.html
index 635f117c1..dfe553cac 100644
--- a/api/pypath.inputs.uniprot_idmapping.html
+++ b/api/pypath.inputs.uniprot_idmapping.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot_idmapping — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_idmapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.uniprot_idmapping.idtypes.html b/api/pypath.inputs.uniprot_idmapping.idtypes.html
index a95af252d..15f117b2c 100644
--- a/api/pypath.inputs.uniprot_idmapping.idtypes.html
+++ b/api/pypath.inputs.uniprot_idmapping.idtypes.html
@@ -8,7 +8,7 @@
- pypath.inputs.uniprot_idmapping.idtypes — pypath 0.16.14 documentation
+ pypath.inputs.uniprot_idmapping.idtypes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.wang.cui_interactions.html b/api/pypath.inputs.wang.cui_interactions.html
index 6c607bf64..6222c1f35 100644
--- a/api/pypath.inputs.wang.cui_interactions.html
+++ b/api/pypath.inputs.wang.cui_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.wang.cui_interactions — pypath 0.16.14 documentation
+ pypath.inputs.wang.cui_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.wang.hsn_interactions.html b/api/pypath.inputs.wang.hsn_interactions.html
index 08c85510b..61e27b3b9 100644
--- a/api/pypath.inputs.wang.hsn_interactions.html
+++ b/api/pypath.inputs.wang.hsn_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.wang.hsn_interactions — pypath 0.16.14 documentation
+ pypath.inputs.wang.hsn_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.wang.html b/api/pypath.inputs.wang.html
index 959f5e01f..dba90bc54 100644
--- a/api/pypath.inputs.wang.html
+++ b/api/pypath.inputs.wang.html
@@ -8,7 +8,7 @@
- pypath.inputs.wang — pypath 0.16.14 documentation
+ pypath.inputs.wang — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.wang.wang_annotations.html b/api/pypath.inputs.wang.wang_annotations.html
index 80cc626d3..80ae85a95 100644
--- a/api/pypath.inputs.wang.wang_annotations.html
+++ b/api/pypath.inputs.wang.wang_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.wang.wang_annotations — pypath 0.16.14 documentation
+ pypath.inputs.wang.wang_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.wang.wang_interactions.html b/api/pypath.inputs.wang.wang_interactions.html
index c65eadc37..532cea109 100644
--- a/api/pypath.inputs.wang.wang_interactions.html
+++ b/api/pypath.inputs.wang.wang_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.wang.wang_interactions — pypath 0.16.14 documentation
+ pypath.inputs.wang.wang_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.wojtowicz2020.html b/api/pypath.inputs.wojtowicz2020.html
index 5ef59f5d0..89e1d3682 100644
--- a/api/pypath.inputs.wojtowicz2020.html
+++ b/api/pypath.inputs.wojtowicz2020.html
@@ -8,7 +8,7 @@
- pypath.inputs.wojtowicz2020 — pypath 0.16.14 documentation
+ pypath.inputs.wojtowicz2020 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.wojtowicz2020.wojtowicz2020_interactions.html b/api/pypath.inputs.wojtowicz2020.wojtowicz2020_interactions.html
index 6fbb82cc2..0fe825dfc 100644
--- a/api/pypath.inputs.wojtowicz2020.wojtowicz2020_interactions.html
+++ b/api/pypath.inputs.wojtowicz2020.wojtowicz2020_interactions.html
@@ -8,7 +8,7 @@
- pypath.inputs.wojtowicz2020.wojtowicz2020_interactions — pypath 0.16.14 documentation
+ pypath.inputs.wojtowicz2020.wojtowicz2020_interactions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.wojtowicz2020.wojtowicz2020_raw.html b/api/pypath.inputs.wojtowicz2020.wojtowicz2020_raw.html
index 223f0e6d6..27318190f 100644
--- a/api/pypath.inputs.wojtowicz2020.wojtowicz2020_raw.html
+++ b/api/pypath.inputs.wojtowicz2020.wojtowicz2020_raw.html
@@ -8,7 +8,7 @@
- pypath.inputs.wojtowicz2020.wojtowicz2020_raw — pypath 0.16.14 documentation
+ pypath.inputs.wojtowicz2020.wojtowicz2020_raw — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.zhong2015.html b/api/pypath.inputs.zhong2015.html
index c126b0c70..2d1151626 100644
--- a/api/pypath.inputs.zhong2015.html
+++ b/api/pypath.inputs.zhong2015.html
@@ -8,7 +8,7 @@
- pypath.inputs.zhong2015 — pypath 0.16.14 documentation
+ pypath.inputs.zhong2015 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.inputs.zhong2015.zhong2015_annotations.html b/api/pypath.inputs.zhong2015.zhong2015_annotations.html
index 4eacd06e3..6c80d440a 100644
--- a/api/pypath.inputs.zhong2015.zhong2015_annotations.html
+++ b/api/pypath.inputs.zhong2015.zhong2015_annotations.html
@@ -8,7 +8,7 @@
- pypath.inputs.zhong2015.zhong2015_annotations — pypath 0.16.14 documentation
+ pypath.inputs.zhong2015.zhong2015_annotations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.annot_formats.AnnotDef.html b/api/pypath.internals.annot_formats.AnnotDef.html
index 3f78f5f53..4dca4eaad 100644
--- a/api/pypath.internals.annot_formats.AnnotDef.html
+++ b/api/pypath.internals.annot_formats.AnnotDef.html
@@ -8,7 +8,7 @@
- pypath.internals.annot_formats.AnnotDef — pypath 0.16.14 documentation
+ pypath.internals.annot_formats.AnnotDef — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.annot_formats.AnnotDefKey.html b/api/pypath.internals.annot_formats.AnnotDefKey.html
index 3b980c5b4..4c8018324 100644
--- a/api/pypath.internals.annot_formats.AnnotDefKey.html
+++ b/api/pypath.internals.annot_formats.AnnotDefKey.html
@@ -8,7 +8,7 @@
- pypath.internals.annot_formats.AnnotDefKey — pypath 0.16.14 documentation
+ pypath.internals.annot_formats.AnnotDefKey — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.annot_formats.AnnotOp.html b/api/pypath.internals.annot_formats.AnnotOp.html
index 606d3f83c..6122ace10 100644
--- a/api/pypath.internals.annot_formats.AnnotOp.html
+++ b/api/pypath.internals.annot_formats.AnnotOp.html
@@ -8,7 +8,7 @@
- pypath.internals.annot_formats.AnnotOp — pypath 0.16.14 documentation
+ pypath.internals.annot_formats.AnnotOp — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.annot_formats.AnnotationGroup.html b/api/pypath.internals.annot_formats.AnnotationGroup.html
index f26721433..19d347700 100644
--- a/api/pypath.internals.annot_formats.AnnotationGroup.html
+++ b/api/pypath.internals.annot_formats.AnnotationGroup.html
@@ -8,7 +8,7 @@
- pypath.internals.annot_formats.AnnotationGroup — pypath 0.16.14 documentation
+ pypath.internals.annot_formats.AnnotationGroup — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.annot_formats.html b/api/pypath.internals.annot_formats.html
index 1e52d7321..6315750d8 100644
--- a/api/pypath.internals.annot_formats.html
+++ b/api/pypath.internals.annot_formats.html
@@ -8,7 +8,7 @@
- pypath.internals.annot_formats — pypath 0.16.14 documentation
+ pypath.internals.annot_formats — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.html b/api/pypath.internals.html
index f69036913..4f91078fd 100644
--- a/api/pypath.internals.html
+++ b/api/pypath.internals.html
@@ -8,7 +8,7 @@
- pypath.internals — pypath 0.16.14 documentation
+ pypath.internals — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.ArrayMapping.html b/api/pypath.internals.input_formats.ArrayMapping.html
index 128ce8e5e..4dea7b2b3 100644
--- a/api/pypath.internals.input_formats.ArrayMapping.html
+++ b/api/pypath.internals.input_formats.ArrayMapping.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.ArrayMapping — pypath 0.16.14 documentation
+ pypath.internals.input_formats.ArrayMapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.BiomartMapping.html b/api/pypath.internals.input_formats.BiomartMapping.html
index 52aaffced..02f844074 100644
--- a/api/pypath.internals.input_formats.BiomartMapping.html
+++ b/api/pypath.internals.input_formats.BiomartMapping.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.BiomartMapping — pypath 0.16.14 documentation
+ pypath.internals.input_formats.BiomartMapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.FileMapping.html b/api/pypath.internals.input_formats.FileMapping.html
index 878e078fc..2cbf1c2f0 100644
--- a/api/pypath.internals.input_formats.FileMapping.html
+++ b/api/pypath.internals.input_formats.FileMapping.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.FileMapping — pypath 0.16.14 documentation
+ pypath.internals.input_formats.FileMapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.HmdbMapping.html b/api/pypath.internals.input_formats.HmdbMapping.html
index 991aa40ea..cfa7e8700 100644
--- a/api/pypath.internals.input_formats.HmdbMapping.html
+++ b/api/pypath.internals.input_formats.HmdbMapping.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.HmdbMapping — pypath 0.16.14 documentation
+ pypath.internals.input_formats.HmdbMapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.MappingInput.html b/api/pypath.internals.input_formats.MappingInput.html
index ad1f18dda..f899c6dce 100644
--- a/api/pypath.internals.input_formats.MappingInput.html
+++ b/api/pypath.internals.input_formats.MappingInput.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.MappingInput — pypath 0.16.14 documentation
+ pypath.internals.input_formats.MappingInput — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.NetworkInput.html b/api/pypath.internals.input_formats.NetworkInput.html
index 5d2808076..60fe23663 100644
--- a/api/pypath.internals.input_formats.NetworkInput.html
+++ b/api/pypath.internals.input_formats.NetworkInput.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.NetworkInput — pypath 0.16.14 documentation
+ pypath.internals.input_formats.NetworkInput — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.PickleMapping.html b/api/pypath.internals.input_formats.PickleMapping.html
index 6673b013c..a0a93f2fb 100644
--- a/api/pypath.internals.input_formats.PickleMapping.html
+++ b/api/pypath.internals.input_formats.PickleMapping.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.PickleMapping — pypath 0.16.14 documentation
+ pypath.internals.input_formats.PickleMapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.ProMapping.html b/api/pypath.internals.input_formats.ProMapping.html
index 6287e0aea..9aade8c3f 100644
--- a/api/pypath.internals.input_formats.ProMapping.html
+++ b/api/pypath.internals.input_formats.ProMapping.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.ProMapping — pypath 0.16.14 documentation
+ pypath.internals.input_formats.ProMapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.RampMapping.html b/api/pypath.internals.input_formats.RampMapping.html
index 30d524653..a0d1b535a 100644
--- a/api/pypath.internals.input_formats.RampMapping.html
+++ b/api/pypath.internals.input_formats.RampMapping.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.RampMapping — pypath 0.16.14 documentation
+ pypath.internals.input_formats.RampMapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.ReadList.html b/api/pypath.internals.input_formats.ReadList.html
index 14029f4fc..42694b130 100644
--- a/api/pypath.internals.input_formats.ReadList.html
+++ b/api/pypath.internals.input_formats.ReadList.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.ReadList — pypath 0.16.14 documentation
+ pypath.internals.input_formats.ReadList — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.UnichemMapping.html b/api/pypath.internals.input_formats.UnichemMapping.html
index ab998f0c7..c6aa705fb 100644
--- a/api/pypath.internals.input_formats.UnichemMapping.html
+++ b/api/pypath.internals.input_formats.UnichemMapping.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.UnichemMapping — pypath 0.16.14 documentation
+ pypath.internals.input_formats.UnichemMapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.UniprotListMapping.html b/api/pypath.internals.input_formats.UniprotListMapping.html
index e2fa502c7..da1a2500f 100644
--- a/api/pypath.internals.input_formats.UniprotListMapping.html
+++ b/api/pypath.internals.input_formats.UniprotListMapping.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.UniprotListMapping — pypath 0.16.14 documentation
+ pypath.internals.input_formats.UniprotListMapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.UniprotMapping.html b/api/pypath.internals.input_formats.UniprotMapping.html
index 6dd030027..f1875124f 100644
--- a/api/pypath.internals.input_formats.UniprotMapping.html
+++ b/api/pypath.internals.input_formats.UniprotMapping.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats.UniprotMapping — pypath 0.16.14 documentation
+ pypath.internals.input_formats.UniprotMapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.input_formats.html b/api/pypath.internals.input_formats.html
index 16cae7513..4a8297e3d 100644
--- a/api/pypath.internals.input_formats.html
+++ b/api/pypath.internals.input_formats.html
@@ -8,7 +8,7 @@
- pypath.internals.input_formats — pypath 0.16.14 documentation
+ pypath.internals.input_formats — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.intera.Complex.html b/api/pypath.internals.intera.Complex.html
index acac65860..572b56b32 100644
--- a/api/pypath.internals.intera.Complex.html
+++ b/api/pypath.internals.intera.Complex.html
@@ -8,7 +8,7 @@
- pypath.internals.intera.Complex — pypath 0.16.14 documentation
+ pypath.internals.intera.Complex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.intera.Domain.html b/api/pypath.internals.intera.Domain.html
index 500c35a2f..28fc3d0a3 100644
--- a/api/pypath.internals.intera.Domain.html
+++ b/api/pypath.internals.intera.Domain.html
@@ -8,7 +8,7 @@
- pypath.internals.intera.Domain — pypath 0.16.14 documentation
+ pypath.internals.intera.Domain — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.intera.DomainDomain.html b/api/pypath.internals.intera.DomainDomain.html
index 4ff57a588..12741da80 100644
--- a/api/pypath.internals.intera.DomainDomain.html
+++ b/api/pypath.internals.intera.DomainDomain.html
@@ -8,7 +8,7 @@
- pypath.internals.intera.DomainDomain — pypath 0.16.14 documentation
+ pypath.internals.intera.DomainDomain — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.intera.DomainMotif.html b/api/pypath.internals.intera.DomainMotif.html
index 154e586e4..5460a4514 100644
--- a/api/pypath.internals.intera.DomainMotif.html
+++ b/api/pypath.internals.intera.DomainMotif.html
@@ -8,7 +8,7 @@
- pypath.internals.intera.DomainMotif — pypath 0.16.14 documentation
+ pypath.internals.intera.DomainMotif — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.intera.Interface.html b/api/pypath.internals.intera.Interface.html
index 05380924b..cb9610ed8 100644
--- a/api/pypath.internals.intera.Interface.html
+++ b/api/pypath.internals.intera.Interface.html
@@ -8,7 +8,7 @@
- pypath.internals.intera.Interface — pypath 0.16.14 documentation
+ pypath.internals.intera.Interface — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.intera.Motif.html b/api/pypath.internals.intera.Motif.html
index 6f6ebbc65..991209afd 100644
--- a/api/pypath.internals.intera.Motif.html
+++ b/api/pypath.internals.intera.Motif.html
@@ -8,7 +8,7 @@
- pypath.internals.intera.Motif — pypath 0.16.14 documentation
+ pypath.internals.intera.Motif — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.intera.Ptm.html b/api/pypath.internals.intera.Ptm.html
index 7cb8b9c22..3f696956c 100644
--- a/api/pypath.internals.intera.Ptm.html
+++ b/api/pypath.internals.intera.Ptm.html
@@ -8,7 +8,7 @@
- pypath.internals.intera.Ptm — pypath 0.16.14 documentation
+ pypath.internals.intera.Ptm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.intera.Regulation.html b/api/pypath.internals.intera.Regulation.html
index 49779d301..103283869 100644
--- a/api/pypath.internals.intera.Regulation.html
+++ b/api/pypath.internals.intera.Regulation.html
@@ -8,7 +8,7 @@
- pypath.internals.intera.Regulation — pypath 0.16.14 documentation
+ pypath.internals.intera.Regulation — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.intera.Residue.html b/api/pypath.internals.intera.Residue.html
index 7517d49c8..20810141d 100644
--- a/api/pypath.internals.intera.Residue.html
+++ b/api/pypath.internals.intera.Residue.html
@@ -8,7 +8,7 @@
- pypath.internals.intera.Residue — pypath 0.16.14 documentation
+ pypath.internals.intera.Residue — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.intera.html b/api/pypath.internals.intera.html
index 7f50c69e5..98cbeea54 100644
--- a/api/pypath.internals.intera.html
+++ b/api/pypath.internals.intera.html
@@ -8,7 +8,7 @@
- pypath.internals.intera — pypath 0.16.14 documentation
+ pypath.internals.intera — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.license.License.html b/api/pypath.internals.license.License.html
index b511f0d47..80b8390f4 100644
--- a/api/pypath.internals.license.License.html
+++ b/api/pypath.internals.license.License.html
@@ -8,7 +8,7 @@
- pypath.internals.license.License — pypath 0.16.14 documentation
+ pypath.internals.license.License — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.license.LicenseAttrib.html b/api/pypath.internals.license.LicenseAttrib.html
index ddd9c2473..c33d7f2d6 100644
--- a/api/pypath.internals.license.LicenseAttrib.html
+++ b/api/pypath.internals.license.LicenseAttrib.html
@@ -8,7 +8,7 @@
- pypath.internals.license.LicenseAttrib — pypath 0.16.14 documentation
+ pypath.internals.license.LicenseAttrib — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.license.LicenseFeature.html b/api/pypath.internals.license.LicenseFeature.html
index 6e5c980f4..0079061d9 100644
--- a/api/pypath.internals.license.LicenseFeature.html
+++ b/api/pypath.internals.license.LicenseFeature.html
@@ -8,7 +8,7 @@
- pypath.internals.license.LicenseFeature — pypath 0.16.14 documentation
+ pypath.internals.license.LicenseFeature — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.license.LicensePurpose.html b/api/pypath.internals.license.LicensePurpose.html
index d82701025..67f544164 100644
--- a/api/pypath.internals.license.LicensePurpose.html
+++ b/api/pypath.internals.license.LicensePurpose.html
@@ -8,7 +8,7 @@
- pypath.internals.license.LicensePurpose — pypath 0.16.14 documentation
+ pypath.internals.license.LicensePurpose — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.license.LicenseSharing.html b/api/pypath.internals.license.LicenseSharing.html
index a13b52193..34b5ea5be 100644
--- a/api/pypath.internals.license.LicenseSharing.html
+++ b/api/pypath.internals.license.LicenseSharing.html
@@ -8,7 +8,7 @@
- pypath.internals.license.LicenseSharing — pypath 0.16.14 documentation
+ pypath.internals.license.LicenseSharing — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.license.html b/api/pypath.internals.license.html
index e3adc8392..bf0cd4fef 100644
--- a/api/pypath.internals.license.html
+++ b/api/pypath.internals.license.html
@@ -8,7 +8,7 @@
- pypath.internals.license — pypath 0.16.14 documentation
+ pypath.internals.license — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.maps.html b/api/pypath.internals.maps.html
index d9f24ffd7..6dcee66ea 100644
--- a/api/pypath.internals.maps.html
+++ b/api/pypath.internals.maps.html
@@ -8,7 +8,7 @@
- pypath.internals.maps — pypath 0.16.14 documentation
+ pypath.internals.maps — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.refs.Reference.html b/api/pypath.internals.refs.Reference.html
index 603aa32bb..aa6b12198 100644
--- a/api/pypath.internals.refs.Reference.html
+++ b/api/pypath.internals.refs.Reference.html
@@ -8,7 +8,7 @@
- pypath.internals.refs.Reference — pypath 0.16.14 documentation
+ pypath.internals.refs.Reference — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.refs.get_pubmed_data.html b/api/pypath.internals.refs.get_pubmed_data.html
index f9733a77a..2bb3513f8 100644
--- a/api/pypath.internals.refs.get_pubmed_data.html
+++ b/api/pypath.internals.refs.get_pubmed_data.html
@@ -8,7 +8,7 @@
- pypath.internals.refs.get_pubmed_data — pypath 0.16.14 documentation
+ pypath.internals.refs.get_pubmed_data — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.refs.html b/api/pypath.internals.refs.html
index c245635f2..882a2c315 100644
--- a/api/pypath.internals.refs.html
+++ b/api/pypath.internals.refs.html
@@ -8,7 +8,7 @@
- pypath.internals.refs — pypath 0.16.14 documentation
+ pypath.internals.refs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.resource.AbstractResource.html b/api/pypath.internals.resource.AbstractResource.html
index b842e2d30..f7f8ddd41 100644
--- a/api/pypath.internals.resource.AbstractResource.html
+++ b/api/pypath.internals.resource.AbstractResource.html
@@ -8,7 +8,7 @@
- pypath.internals.resource.AbstractResource — pypath 0.16.14 documentation
+ pypath.internals.resource.AbstractResource — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.resource.EnzymeSubstrateResource.html b/api/pypath.internals.resource.EnzymeSubstrateResource.html
index d1ea61120..b14bc434f 100644
--- a/api/pypath.internals.resource.EnzymeSubstrateResource.html
+++ b/api/pypath.internals.resource.EnzymeSubstrateResource.html
@@ -8,7 +8,7 @@
- pypath.internals.resource.EnzymeSubstrateResource — pypath 0.16.14 documentation
+ pypath.internals.resource.EnzymeSubstrateResource — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.resource.EnzymeSubstrateResourceKey.html b/api/pypath.internals.resource.EnzymeSubstrateResourceKey.html
index b56a87cae..84d56ee4a 100644
--- a/api/pypath.internals.resource.EnzymeSubstrateResourceKey.html
+++ b/api/pypath.internals.resource.EnzymeSubstrateResourceKey.html
@@ -8,7 +8,7 @@
- pypath.internals.resource.EnzymeSubstrateResourceKey — pypath 0.16.14 documentation
+ pypath.internals.resource.EnzymeSubstrateResourceKey — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.resource.NetworkDataset.html b/api/pypath.internals.resource.NetworkDataset.html
index 50d3e3619..3d418d603 100644
--- a/api/pypath.internals.resource.NetworkDataset.html
+++ b/api/pypath.internals.resource.NetworkDataset.html
@@ -8,7 +8,7 @@
- pypath.internals.resource.NetworkDataset — pypath 0.16.14 documentation
+ pypath.internals.resource.NetworkDataset — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.resource.NetworkResource.html b/api/pypath.internals.resource.NetworkResource.html
index 519c80484..f0411199e 100644
--- a/api/pypath.internals.resource.NetworkResource.html
+++ b/api/pypath.internals.resource.NetworkResource.html
@@ -8,7 +8,7 @@
- pypath.internals.resource.NetworkResource — pypath 0.16.14 documentation
+ pypath.internals.resource.NetworkResource — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.resource.NetworkResourceKey.html b/api/pypath.internals.resource.NetworkResourceKey.html
index 28d73a758..58ddc49b7 100644
--- a/api/pypath.internals.resource.NetworkResourceKey.html
+++ b/api/pypath.internals.resource.NetworkResourceKey.html
@@ -8,7 +8,7 @@
- pypath.internals.resource.NetworkResourceKey — pypath 0.16.14 documentation
+ pypath.internals.resource.NetworkResourceKey — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.resource.ResourceAttributes.html b/api/pypath.internals.resource.ResourceAttributes.html
index 091368165..236809e58 100644
--- a/api/pypath.internals.resource.ResourceAttributes.html
+++ b/api/pypath.internals.resource.ResourceAttributes.html
@@ -8,7 +8,7 @@
- pypath.internals.resource.ResourceAttributes — pypath 0.16.14 documentation
+ pypath.internals.resource.ResourceAttributes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.internals.resource.html b/api/pypath.internals.resource.html
index 575d1c0f7..b74a954cb 100644
--- a/api/pypath.internals.resource.html
+++ b/api/pypath.internals.resource.html
@@ -8,7 +8,7 @@
- pypath.internals.resource — pypath 0.16.14 documentation
+ pypath.internals.resource — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.legacy.db_categories.get_categories.html b/api/pypath.legacy.db_categories.get_categories.html
index 25fdfc1cd..348ae7ad6 100644
--- a/api/pypath.legacy.db_categories.get_categories.html
+++ b/api/pypath.legacy.db_categories.get_categories.html
@@ -8,7 +8,7 @@
- pypath.legacy.db_categories.get_categories — pypath 0.16.14 documentation
+ pypath.legacy.db_categories.get_categories — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.legacy.db_categories.get_category.html b/api/pypath.legacy.db_categories.get_category.html
index e0d4b89b6..4a6f891a6 100644
--- a/api/pypath.legacy.db_categories.get_category.html
+++ b/api/pypath.legacy.db_categories.get_category.html
@@ -8,7 +8,7 @@
- pypath.legacy.db_categories.get_category — pypath 0.16.14 documentation
+ pypath.legacy.db_categories.get_category — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.legacy.db_categories.html b/api/pypath.legacy.db_categories.html
index 4a1019765..65720affe 100644
--- a/api/pypath.legacy.db_categories.html
+++ b/api/pypath.legacy.db_categories.html
@@ -8,7 +8,7 @@
- pypath.legacy.db_categories — pypath 0.16.14 documentation
+ pypath.legacy.db_categories — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.legacy.html b/api/pypath.legacy.html
index 07d713117..0245b5204 100644
--- a/api/pypath.legacy.html
+++ b/api/pypath.legacy.html
@@ -8,7 +8,7 @@
- pypath.legacy — pypath 0.16.14 documentation
+ pypath.legacy — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.log.html b/api/pypath.log.html
index 111bd7e60..7a80f55ff 100644
--- a/api/pypath.log.html
+++ b/api/pypath.log.html
@@ -8,7 +8,7 @@
- pypath.log — pypath 0.16.14 documentation
+ pypath.log — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.app.DatabaseManager.html b/api/pypath.omnipath.app.DatabaseManager.html
index 3b3b4246a..652b85785 100644
--- a/api/pypath.omnipath.app.DatabaseManager.html
+++ b/api/pypath.omnipath.app.DatabaseManager.html
@@ -8,7 +8,7 @@
- pypath.omnipath.app.DatabaseManager — pypath 0.16.14 documentation
+ pypath.omnipath.app.DatabaseManager — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.app.html b/api/pypath.omnipath.app.html
index 4e81d8b8c..bda87570b 100644
--- a/api/pypath.omnipath.app.html
+++ b/api/pypath.omnipath.app.html
@@ -8,7 +8,7 @@
- pypath.omnipath.app — pypath 0.16.14 documentation
+ pypath.omnipath.app — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.databases.build.html b/api/pypath.omnipath.databases.build.html
index cff8ffc07..f89b83dff 100644
--- a/api/pypath.omnipath.databases.build.html
+++ b/api/pypath.omnipath.databases.build.html
@@ -8,7 +8,7 @@
- pypath.omnipath.databases.build — pypath 0.16.14 documentation
+ pypath.omnipath.databases.build — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.databases.class_and_param.html b/api/pypath.omnipath.databases.class_and_param.html
index 481e9aba7..0a503eca1 100644
--- a/api/pypath.omnipath.databases.class_and_param.html
+++ b/api/pypath.omnipath.databases.class_and_param.html
@@ -8,7 +8,7 @@
- pypath.omnipath.databases.class_and_param — pypath 0.16.14 documentation
+ pypath.omnipath.databases.class_and_param — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.databases.define.DatabaseClass.html b/api/pypath.omnipath.databases.define.DatabaseClass.html
index 895351277..d5f867f86 100644
--- a/api/pypath.omnipath.databases.define.DatabaseClass.html
+++ b/api/pypath.omnipath.databases.define.DatabaseClass.html
@@ -8,7 +8,7 @@
- pypath.omnipath.databases.define.DatabaseClass — pypath 0.16.14 documentation
+ pypath.omnipath.databases.define.DatabaseClass — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.databases.define.DatabaseDefinition.html b/api/pypath.omnipath.databases.define.DatabaseDefinition.html
index aa79de074..4b63016bc 100644
--- a/api/pypath.omnipath.databases.define.DatabaseDefinition.html
+++ b/api/pypath.omnipath.databases.define.DatabaseDefinition.html
@@ -8,7 +8,7 @@
- pypath.omnipath.databases.define.DatabaseDefinition — pypath 0.16.14 documentation
+ pypath.omnipath.databases.define.DatabaseDefinition — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.databases.define.DatabaseDefinitionManager.html b/api/pypath.omnipath.databases.define.DatabaseDefinitionManager.html
index 93a75adbd..3abc669a0 100644
--- a/api/pypath.omnipath.databases.define.DatabaseDefinitionManager.html
+++ b/api/pypath.omnipath.databases.define.DatabaseDefinitionManager.html
@@ -8,7 +8,7 @@
- pypath.omnipath.databases.define.DatabaseDefinitionManager — pypath 0.16.14 documentation
+ pypath.omnipath.databases.define.DatabaseDefinitionManager — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.databases.define.html b/api/pypath.omnipath.databases.define.html
index 54488de22..2d54f8a2f 100644
--- a/api/pypath.omnipath.databases.define.html
+++ b/api/pypath.omnipath.databases.define.html
@@ -8,7 +8,7 @@
- pypath.omnipath.databases.define — pypath 0.16.14 documentation
+ pypath.omnipath.databases.define — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.databases.get_manager.html b/api/pypath.omnipath.databases.get_manager.html
index cb2691b8e..a08c59ae2 100644
--- a/api/pypath.omnipath.databases.get_manager.html
+++ b/api/pypath.omnipath.databases.get_manager.html
@@ -8,7 +8,7 @@
- pypath.omnipath.databases.get_manager — pypath 0.16.14 documentation
+ pypath.omnipath.databases.get_manager — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.databases.html b/api/pypath.omnipath.databases.html
index fc7901a54..3f0b96846 100644
--- a/api/pypath.omnipath.databases.html
+++ b/api/pypath.omnipath.databases.html
@@ -8,7 +8,7 @@
- pypath.omnipath.databases — pypath 0.16.14 documentation
+ pypath.omnipath.databases — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.databases.init_manager.html b/api/pypath.omnipath.databases.init_manager.html
index 3db1df4b2..078ac5818 100644
--- a/api/pypath.omnipath.databases.init_manager.html
+++ b/api/pypath.omnipath.databases.init_manager.html
@@ -8,7 +8,7 @@
- pypath.omnipath.databases.init_manager — pypath 0.16.14 documentation
+ pypath.omnipath.databases.init_manager — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.export.Export.html b/api/pypath.omnipath.export.Export.html
index e28dc30a8..a7ca11368 100644
--- a/api/pypath.omnipath.export.Export.html
+++ b/api/pypath.omnipath.export.Export.html
@@ -8,7 +8,7 @@
- pypath.omnipath.export.Export — pypath 0.16.14 documentation
+ pypath.omnipath.export.Export — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.export.html b/api/pypath.omnipath.export.html
index 18f97f981..d82450ba4 100644
--- a/api/pypath.omnipath.export.html
+++ b/api/pypath.omnipath.export.html
@@ -8,7 +8,7 @@
- pypath.omnipath.export — pypath 0.16.14 documentation
+ pypath.omnipath.export — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.html b/api/pypath.omnipath.html
index 6cfde81f0..ecf27764c 100644
--- a/api/pypath.omnipath.html
+++ b/api/pypath.omnipath.html
@@ -8,7 +8,7 @@
- pypath.omnipath — pypath 0.16.14 documentation
+ pypath.omnipath — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.init.html b/api/pypath.omnipath.init.html
index 01c77643b..0abfd0354 100644
--- a/api/pypath.omnipath.init.html
+++ b/api/pypath.omnipath.init.html
@@ -8,7 +8,7 @@
- pypath.omnipath.init — pypath 0.16.14 documentation
+ pypath.omnipath.init — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.param.curated_ppi_resources.html b/api/pypath.omnipath.param.curated_ppi_resources.html
index fb63bd22a..53c227201 100644
--- a/api/pypath.omnipath.param.curated_ppi_resources.html
+++ b/api/pypath.omnipath.param.curated_ppi_resources.html
@@ -8,7 +8,7 @@
- pypath.omnipath.param.curated_ppi_resources — pypath 0.16.14 documentation
+ pypath.omnipath.param.curated_ppi_resources — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.param.html b/api/pypath.omnipath.param.html
index 2b891d0ab..1326c8a48 100644
--- a/api/pypath.omnipath.param.html
+++ b/api/pypath.omnipath.param.html
@@ -8,7 +8,7 @@
- pypath.omnipath.param — pypath 0.16.14 documentation
+ pypath.omnipath.param — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.param.tf_target_resources.html b/api/pypath.omnipath.param.tf_target_resources.html
index 7b24af0ac..3f9e9034c 100644
--- a/api/pypath.omnipath.param.tf_target_resources.html
+++ b/api/pypath.omnipath.param.tf_target_resources.html
@@ -8,7 +8,7 @@
- pypath.omnipath.param.tf_target_resources — pypath 0.16.14 documentation
+ pypath.omnipath.param.tf_target_resources — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.build.WebserviceTables.html b/api/pypath.omnipath.server.build.WebserviceTables.html
index 85ba5efa9..2e4405bac 100644
--- a/api/pypath.omnipath.server.build.WebserviceTables.html
+++ b/api/pypath.omnipath.server.build.WebserviceTables.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.build.WebserviceTables — pypath 0.16.14 documentation
+ pypath.omnipath.server.build.WebserviceTables — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.build.html b/api/pypath.omnipath.server.build.html
index 320f7881c..d26ab2b77 100644
--- a/api/pypath.omnipath.server.build.html
+++ b/api/pypath.omnipath.server.build.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.build — pypath 0.16.14 documentation
+ pypath.omnipath.server.build — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.generate_about_page.export_licenses.html b/api/pypath.omnipath.server.generate_about_page.export_licenses.html
index e26859bc8..8045edb27 100644
--- a/api/pypath.omnipath.server.generate_about_page.export_licenses.html
+++ b/api/pypath.omnipath.server.generate_about_page.export_licenses.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.generate_about_page.export_licenses — pypath 0.16.14 documentation
+ pypath.omnipath.server.generate_about_page.export_licenses — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.generate_about_page.generate_about_html.html b/api/pypath.omnipath.server.generate_about_page.generate_about_html.html
index 71927ff1c..9a88c5478 100644
--- a/api/pypath.omnipath.server.generate_about_page.generate_about_html.html
+++ b/api/pypath.omnipath.server.generate_about_page.generate_about_html.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.generate_about_page.generate_about_html — pypath 0.16.14 documentation
+ pypath.omnipath.server.generate_about_page.generate_about_html — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.generate_about_page.html b/api/pypath.omnipath.server.generate_about_page.html
index 02c899d6b..7344a0a52 100644
--- a/api/pypath.omnipath.server.generate_about_page.html
+++ b/api/pypath.omnipath.server.generate_about_page.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.generate_about_page — pypath 0.16.14 documentation
+ pypath.omnipath.server.generate_about_page — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.generate_about_page.resource_list_latex.html b/api/pypath.omnipath.server.generate_about_page.resource_list_latex.html
index 79ee6eb51..19bfcb3ec 100644
--- a/api/pypath.omnipath.server.generate_about_page.resource_list_latex.html
+++ b/api/pypath.omnipath.server.generate_about_page.resource_list_latex.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.generate_about_page.resource_list_latex — pypath 0.16.14 documentation
+ pypath.omnipath.server.generate_about_page.resource_list_latex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.generate_about_page.write_html.html b/api/pypath.omnipath.server.generate_about_page.write_html.html
index e9f577015..391c9084d 100644
--- a/api/pypath.omnipath.server.generate_about_page.write_html.html
+++ b/api/pypath.omnipath.server.generate_about_page.write_html.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.generate_about_page.write_html — pypath 0.16.14 documentation
+ pypath.omnipath.server.generate_about_page.write_html — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.html b/api/pypath.omnipath.server.html
index 9925aa605..bc5df7984 100644
--- a/api/pypath.omnipath.server.html
+++ b/api/pypath.omnipath.server.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server — pypath 0.16.14 documentation
+ pypath.omnipath.server — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.legacy.PypathServer.html b/api/pypath.omnipath.server.legacy.PypathServer.html
index 916c3b4dd..83ce2f814 100644
--- a/api/pypath.omnipath.server.legacy.PypathServer.html
+++ b/api/pypath.omnipath.server.legacy.PypathServer.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.legacy.PypathServer — pypath 0.16.14 documentation
+ pypath.omnipath.server.legacy.PypathServer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.legacy.html b/api/pypath.omnipath.server.legacy.html
index c439ed3b4..5581912d1 100644
--- a/api/pypath.omnipath.server.legacy.html
+++ b/api/pypath.omnipath.server.legacy.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.legacy — pypath 0.16.14 documentation
+ pypath.omnipath.server.legacy — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.run.BaseServer.html b/api/pypath.omnipath.server.run.BaseServer.html
index 5ca929792..f41558116 100644
--- a/api/pypath.omnipath.server.run.BaseServer.html
+++ b/api/pypath.omnipath.server.run.BaseServer.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.run.BaseServer — pypath 0.16.14 documentation
+ pypath.omnipath.server.run.BaseServer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.run.Rest.html b/api/pypath.omnipath.server.run.Rest.html
index 6aa8691d1..35d12fe8a 100644
--- a/api/pypath.omnipath.server.run.Rest.html
+++ b/api/pypath.omnipath.server.run.Rest.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.run.Rest — pypath 0.16.14 documentation
+ pypath.omnipath.server.run.Rest — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.run.TableServer.html b/api/pypath.omnipath.server.run.TableServer.html
index 5a9d51732..1e75358a0 100644
--- a/api/pypath.omnipath.server.run.TableServer.html
+++ b/api/pypath.omnipath.server.run.TableServer.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.run.TableServer — pypath 0.16.14 documentation
+ pypath.omnipath.server.run.TableServer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.run.TwistedWebResource.html b/api/pypath.omnipath.server.run.TwistedWebResource.html
index f4ffedfd1..78f1e73f0 100644
--- a/api/pypath.omnipath.server.run.TwistedWebResource.html
+++ b/api/pypath.omnipath.server.run.TwistedWebResource.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.run.TwistedWebResource — pypath 0.16.14 documentation
+ pypath.omnipath.server.run.TwistedWebResource — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.run.TwistedWebSite.html b/api/pypath.omnipath.server.run.TwistedWebSite.html
index c9a58d343..20f94a370 100644
--- a/api/pypath.omnipath.server.run.TwistedWebSite.html
+++ b/api/pypath.omnipath.server.run.TwistedWebSite.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.run.TwistedWebSite — pypath 0.16.14 documentation
+ pypath.omnipath.server.run.TwistedWebSite — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.run.html b/api/pypath.omnipath.server.run.html
index d57195d11..8f1c4511b 100644
--- a/api/pypath.omnipath.server.run.html
+++ b/api/pypath.omnipath.server.run.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.run — pypath 0.16.14 documentation
+ pypath.omnipath.server.run — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.run.ignore_pandas_copywarn.html b/api/pypath.omnipath.server.run.ignore_pandas_copywarn.html
index bb89dc870..93d70a576 100644
--- a/api/pypath.omnipath.server.run.ignore_pandas_copywarn.html
+++ b/api/pypath.omnipath.server.run.ignore_pandas_copywarn.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.run.ignore_pandas_copywarn — pypath 0.16.14 documentation
+ pypath.omnipath.server.run.ignore_pandas_copywarn — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.run.stop_server.html b/api/pypath.omnipath.server.run.stop_server.html
index 5914ee14c..68c32da5a 100644
--- a/api/pypath.omnipath.server.run.stop_server.html
+++ b/api/pypath.omnipath.server.run.stop_server.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.run.stop_server — pypath 0.16.14 documentation
+ pypath.omnipath.server.run.stop_server — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.run.twisted_listen_tcp.html b/api/pypath.omnipath.server.run.twisted_listen_tcp.html
index fccc285d2..3cacd64da 100644
--- a/api/pypath.omnipath.server.run.twisted_listen_tcp.html
+++ b/api/pypath.omnipath.server.run.twisted_listen_tcp.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.run.twisted_listen_tcp — pypath 0.16.14 documentation
+ pypath.omnipath.server.run.twisted_listen_tcp — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.omnipath.server.run.twisted_run.html b/api/pypath.omnipath.server.run.twisted_run.html
index 07c4930ad..317d2dc45 100644
--- a/api/pypath.omnipath.server.run.twisted_run.html
+++ b/api/pypath.omnipath.server.run.twisted_run.html
@@ -8,7 +8,7 @@
- pypath.omnipath.server.run.twisted_run — pypath 0.16.14 documentation
+ pypath.omnipath.server.run.twisted_run — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.controller.ResourceController.html b/api/pypath.resources.controller.ResourceController.html
index 62c8474d8..1c4c6c0b7 100644
--- a/api/pypath.resources.controller.ResourceController.html
+++ b/api/pypath.resources.controller.ResourceController.html
@@ -8,7 +8,7 @@
- pypath.resources.controller.ResourceController — pypath 0.16.14 documentation
+ pypath.resources.controller.ResourceController — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.controller.html b/api/pypath.resources.controller.html
index eb8f5365d..1c38351de 100644
--- a/api/pypath.resources.controller.html
+++ b/api/pypath.resources.controller.html
@@ -8,7 +8,7 @@
- pypath.resources.controller — pypath 0.16.14 documentation
+ pypath.resources.controller — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.data.html b/api/pypath.resources.data.html
index 5a00ffda6..aa84aff00 100644
--- a/api/pypath.resources.data.html
+++ b/api/pypath.resources.data.html
@@ -8,7 +8,7 @@
- pypath.resources.data — pypath 0.16.14 documentation
+ pypath.resources.data — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.data_formats.activity_flow.html b/api/pypath.resources.data_formats.activity_flow.html
index 105dfdf4d..a544121c7 100644
--- a/api/pypath.resources.data_formats.activity_flow.html
+++ b/api/pypath.resources.data_formats.activity_flow.html
@@ -8,7 +8,7 @@
- pypath.resources.data_formats.activity_flow — pypath 0.16.14 documentation
+ pypath.resources.data_formats.activity_flow — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.data_formats.enzyme_substrate.html b/api/pypath.resources.data_formats.enzyme_substrate.html
index 45189812a..4b15fb1c2 100644
--- a/api/pypath.resources.data_formats.enzyme_substrate.html
+++ b/api/pypath.resources.data_formats.enzyme_substrate.html
@@ -8,7 +8,7 @@
- pypath.resources.data_formats.enzyme_substrate — pypath 0.16.14 documentation
+ pypath.resources.data_formats.enzyme_substrate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.data_formats.html b/api/pypath.resources.data_formats.html
index 20be8714e..c58e2aff6 100644
--- a/api/pypath.resources.data_formats.html
+++ b/api/pypath.resources.data_formats.html
@@ -8,7 +8,7 @@
- pypath.resources.data_formats — pypath 0.16.14 documentation
+ pypath.resources.data_formats — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.data_formats.interaction.html b/api/pypath.resources.data_formats.interaction.html
index 1ab17f0b5..ba4ab4925 100644
--- a/api/pypath.resources.data_formats.interaction.html
+++ b/api/pypath.resources.data_formats.interaction.html
@@ -8,7 +8,7 @@
- pypath.resources.data_formats.interaction — pypath 0.16.14 documentation
+ pypath.resources.data_formats.interaction — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.data_formats.interaction_htp.html b/api/pypath.resources.data_formats.interaction_htp.html
index 9b75a2cd0..d7fe92d45 100644
--- a/api/pypath.resources.data_formats.interaction_htp.html
+++ b/api/pypath.resources.data_formats.interaction_htp.html
@@ -8,7 +8,7 @@
- pypath.resources.data_formats.interaction_htp — pypath 0.16.14 documentation
+ pypath.resources.data_formats.interaction_htp — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.data_formats.pathway_bad.html b/api/pypath.resources.data_formats.pathway_bad.html
index ca18d189d..de268ee86 100644
--- a/api/pypath.resources.data_formats.pathway_bad.html
+++ b/api/pypath.resources.data_formats.pathway_bad.html
@@ -8,7 +8,7 @@
- pypath.resources.data_formats.pathway_bad — pypath 0.16.14 documentation
+ pypath.resources.data_formats.pathway_bad — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.data_formats.reaction_pc.html b/api/pypath.resources.data_formats.reaction_pc.html
index 19afd950c..2dcfe92de 100644
--- a/api/pypath.resources.data_formats.reaction_pc.html
+++ b/api/pypath.resources.data_formats.reaction_pc.html
@@ -8,7 +8,7 @@
- pypath.resources.data_formats.reaction_pc — pypath 0.16.14 documentation
+ pypath.resources.data_formats.reaction_pc — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.data_formats.transcription_deprecated.html b/api/pypath.resources.data_formats.transcription_deprecated.html
index a42d4e80e..ec49bc952 100644
--- a/api/pypath.resources.data_formats.transcription_deprecated.html
+++ b/api/pypath.resources.data_formats.transcription_deprecated.html
@@ -8,7 +8,7 @@
- pypath.resources.data_formats.transcription_deprecated — pypath 0.16.14 documentation
+ pypath.resources.data_formats.transcription_deprecated — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.data_formats.transcription_onebyone.html b/api/pypath.resources.data_formats.transcription_onebyone.html
index 5d09b3bc4..9de05f8f9 100644
--- a/api/pypath.resources.data_formats.transcription_onebyone.html
+++ b/api/pypath.resources.data_formats.transcription_onebyone.html
@@ -8,7 +8,7 @@
- pypath.resources.data_formats.transcription_onebyone — pypath 0.16.14 documentation
+ pypath.resources.data_formats.transcription_onebyone — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.descriptions.export_licenses.html b/api/pypath.resources.descriptions.export_licenses.html
index 6a285429f..f9da90ce5 100644
--- a/api/pypath.resources.descriptions.export_licenses.html
+++ b/api/pypath.resources.descriptions.export_licenses.html
@@ -8,7 +8,7 @@
- pypath.resources.descriptions.export_licenses — pypath 0.16.14 documentation
+ pypath.resources.descriptions.export_licenses — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.descriptions.gen_html.html b/api/pypath.resources.descriptions.gen_html.html
index ffaad9227..9fa539c98 100644
--- a/api/pypath.resources.descriptions.gen_html.html
+++ b/api/pypath.resources.descriptions.gen_html.html
@@ -8,7 +8,7 @@
- pypath.resources.descriptions.gen_html — pypath 0.16.14 documentation
+ pypath.resources.descriptions.gen_html — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.descriptions.html b/api/pypath.resources.descriptions.html
index fa3afe9f6..f3720c928 100644
--- a/api/pypath.resources.descriptions.html
+++ b/api/pypath.resources.descriptions.html
@@ -8,7 +8,7 @@
- pypath.resources.descriptions — pypath 0.16.14 documentation
+ pypath.resources.descriptions — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.descriptions.resource_list_latex.html b/api/pypath.resources.descriptions.resource_list_latex.html
index 31196f584..ae109f9ea 100644
--- a/api/pypath.resources.descriptions.resource_list_latex.html
+++ b/api/pypath.resources.descriptions.resource_list_latex.html
@@ -8,7 +8,7 @@
- pypath.resources.descriptions.resource_list_latex — pypath 0.16.14 documentation
+ pypath.resources.descriptions.resource_list_latex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.descriptions.write_html.html b/api/pypath.resources.descriptions.write_html.html
index 2f894d116..7e6259e6c 100644
--- a/api/pypath.resources.descriptions.write_html.html
+++ b/api/pypath.resources.descriptions.write_html.html
@@ -8,7 +8,7 @@
- pypath.resources.descriptions.write_html — pypath 0.16.14 documentation
+ pypath.resources.descriptions.write_html — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.get_controller.html b/api/pypath.resources.get_controller.html
index c97a87da5..91fa1667d 100644
--- a/api/pypath.resources.get_controller.html
+++ b/api/pypath.resources.get_controller.html
@@ -8,7 +8,7 @@
- pypath.resources.get_controller — pypath 0.16.14 documentation
+ pypath.resources.get_controller — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.html b/api/pypath.resources.html
index ab868125d..5c4c1aceb 100644
--- a/api/pypath.resources.html
+++ b/api/pypath.resources.html
@@ -8,7 +8,7 @@
- pypath.resources — pypath 0.16.14 documentation
+ pypath.resources — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.licenses.Licenses.html b/api/pypath.resources.licenses.Licenses.html
index 78518dedd..a937be243 100644
--- a/api/pypath.resources.licenses.Licenses.html
+++ b/api/pypath.resources.licenses.Licenses.html
@@ -8,7 +8,7 @@
- pypath.resources.licenses.Licenses — pypath 0.16.14 documentation
+ pypath.resources.licenses.Licenses — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.licenses.html b/api/pypath.resources.licenses.html
index 1e1dfa33f..e54ab608f 100644
--- a/api/pypath.resources.licenses.html
+++ b/api/pypath.resources.licenses.html
@@ -8,7 +8,7 @@
- pypath.resources.licenses — pypath 0.16.14 documentation
+ pypath.resources.licenses — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.network.html b/api/pypath.resources.network.html
index 1d8f0d3a3..10a1c7cd6 100644
--- a/api/pypath.resources.network.html
+++ b/api/pypath.resources.network.html
@@ -8,7 +8,7 @@
- pypath.resources.network — pypath 0.16.14 documentation
+ pypath.resources.network — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.resources.urls.html b/api/pypath.resources.urls.html
index cd50aead4..d12bc061b 100644
--- a/api/pypath.resources.urls.html
+++ b/api/pypath.resources.urls.html
@@ -8,7 +8,7 @@
- pypath.resources.urls — pypath 0.16.14 documentation
+ pypath.resources.urls — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.cache.cache_item.html b/api/pypath.share.cache.cache_item.html
index a3c23d772..2bbf29beb 100644
--- a/api/pypath.share.cache.cache_item.html
+++ b/api/pypath.share.cache.cache_item.html
@@ -8,7 +8,7 @@
- pypath.share.cache.cache_item — pypath 0.16.14 documentation
+ pypath.share.cache.cache_item — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.cache.cache_path.html b/api/pypath.share.cache.cache_path.html
index 6ba86ac38..f99d2861c 100644
--- a/api/pypath.share.cache.cache_path.html
+++ b/api/pypath.share.cache.cache_path.html
@@ -8,7 +8,7 @@
- pypath.share.cache.cache_path — pypath 0.16.14 documentation
+ pypath.share.cache.cache_path — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.cache.get_cachedir.html b/api/pypath.share.cache.get_cachedir.html
index 3fee57d80..19abdfced 100644
--- a/api/pypath.share.cache.get_cachedir.html
+++ b/api/pypath.share.cache.get_cachedir.html
@@ -8,7 +8,7 @@
- pypath.share.cache.get_cachedir — pypath 0.16.14 documentation
+ pypath.share.cache.get_cachedir — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.cache.html b/api/pypath.share.cache.html
index 8bcfef9c9..12250736f 100644
--- a/api/pypath.share.cache.html
+++ b/api/pypath.share.cache.html
@@ -8,7 +8,7 @@
- pypath.share.cache — pypath 0.16.14 documentation
+ pypath.share.cache — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.common.html b/api/pypath.share.common.html
index 319fe465c..b128d8a76 100644
--- a/api/pypath.share.common.html
+++ b/api/pypath.share.common.html
@@ -8,7 +8,7 @@
- pypath.share.common — pypath 0.16.14 documentation
+ pypath.share.common — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.constants.html b/api/pypath.share.constants.html
index e4e1bc05c..3b0262ead 100644
--- a/api/pypath.share.constants.html
+++ b/api/pypath.share.constants.html
@@ -8,7 +8,7 @@
- pypath.share.constants — pypath 0.16.14 documentation
+ pypath.share.constants — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.Curl.html b/api/pypath.share.curl.Curl.html
index 6e1795d4b..22df798ee 100644
--- a/api/pypath.share.curl.Curl.html
+++ b/api/pypath.share.curl.Curl.html
@@ -8,7 +8,7 @@
- pypath.share.curl.Curl — pypath 0.16.14 documentation
+ pypath.share.curl.Curl — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.FileOpener.html b/api/pypath.share.curl.FileOpener.html
index f9ebe73b1..756195ec5 100644
--- a/api/pypath.share.curl.FileOpener.html
+++ b/api/pypath.share.curl.FileOpener.html
@@ -8,7 +8,7 @@
- pypath.share.curl.FileOpener — pypath 0.16.14 documentation
+ pypath.share.curl.FileOpener — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.RemoteFile.html b/api/pypath.share.curl.RemoteFile.html
index 5a6616c0e..f9143c345 100644
--- a/api/pypath.share.curl.RemoteFile.html
+++ b/api/pypath.share.curl.RemoteFile.html
@@ -8,7 +8,7 @@
- pypath.share.curl.RemoteFile — pypath 0.16.14 documentation
+ pypath.share.curl.RemoteFile — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.cache_delete_off.html b/api/pypath.share.curl.cache_delete_off.html
index 418916f08..054acc174 100644
--- a/api/pypath.share.curl.cache_delete_off.html
+++ b/api/pypath.share.curl.cache_delete_off.html
@@ -8,7 +8,7 @@
- pypath.share.curl.cache_delete_off — pypath 0.16.14 documentation
+ pypath.share.curl.cache_delete_off — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.cache_delete_on.html b/api/pypath.share.curl.cache_delete_on.html
index 02e38edfb..3065c9cff 100644
--- a/api/pypath.share.curl.cache_delete_on.html
+++ b/api/pypath.share.curl.cache_delete_on.html
@@ -8,7 +8,7 @@
- pypath.share.curl.cache_delete_on — pypath 0.16.14 documentation
+ pypath.share.curl.cache_delete_on — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.cache_off.html b/api/pypath.share.curl.cache_off.html
index 763e277f5..950270d78 100644
--- a/api/pypath.share.curl.cache_off.html
+++ b/api/pypath.share.curl.cache_off.html
@@ -8,7 +8,7 @@
- pypath.share.curl.cache_off — pypath 0.16.14 documentation
+ pypath.share.curl.cache_off — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.cache_on.html b/api/pypath.share.curl.cache_on.html
index fdd825b50..0e7f74ce2 100644
--- a/api/pypath.share.curl.cache_on.html
+++ b/api/pypath.share.curl.cache_on.html
@@ -8,7 +8,7 @@
- pypath.share.curl.cache_on — pypath 0.16.14 documentation
+ pypath.share.curl.cache_on — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.cache_print_off.html b/api/pypath.share.curl.cache_print_off.html
index 64fffb990..aabdbb311 100644
--- a/api/pypath.share.curl.cache_print_off.html
+++ b/api/pypath.share.curl.cache_print_off.html
@@ -8,7 +8,7 @@
- pypath.share.curl.cache_print_off — pypath 0.16.14 documentation
+ pypath.share.curl.cache_print_off — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.cache_print_on.html b/api/pypath.share.curl.cache_print_on.html
index 2660cd75b..136b2d55d 100644
--- a/api/pypath.share.curl.cache_print_on.html
+++ b/api/pypath.share.curl.cache_print_on.html
@@ -8,7 +8,7 @@
- pypath.share.curl.cache_print_on — pypath 0.16.14 documentation
+ pypath.share.curl.cache_print_on — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.debug_off.html b/api/pypath.share.curl.debug_off.html
index 4e00fe453..c6412a74b 100644
--- a/api/pypath.share.curl.debug_off.html
+++ b/api/pypath.share.curl.debug_off.html
@@ -8,7 +8,7 @@
- pypath.share.curl.debug_off — pypath 0.16.14 documentation
+ pypath.share.curl.debug_off — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.debug_on.html b/api/pypath.share.curl.debug_on.html
index 5e488841b..ad2be940c 100644
--- a/api/pypath.share.curl.debug_on.html
+++ b/api/pypath.share.curl.debug_on.html
@@ -8,7 +8,7 @@
- pypath.share.curl.debug_on — pypath 0.16.14 documentation
+ pypath.share.curl.debug_on — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.dryrun_off.html b/api/pypath.share.curl.dryrun_off.html
index 4180adcf6..a8b74b982 100644
--- a/api/pypath.share.curl.dryrun_off.html
+++ b/api/pypath.share.curl.dryrun_off.html
@@ -8,7 +8,7 @@
- pypath.share.curl.dryrun_off — pypath 0.16.14 documentation
+ pypath.share.curl.dryrun_off — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.dryrun_on.html b/api/pypath.share.curl.dryrun_on.html
index 9c99c91ba..2f229345e 100644
--- a/api/pypath.share.curl.dryrun_on.html
+++ b/api/pypath.share.curl.dryrun_on.html
@@ -8,7 +8,7 @@
- pypath.share.curl.dryrun_on — pypath 0.16.14 documentation
+ pypath.share.curl.dryrun_on — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.html b/api/pypath.share.curl.html
index e11f2a2b6..e99bc7750 100644
--- a/api/pypath.share.curl.html
+++ b/api/pypath.share.curl.html
@@ -8,7 +8,7 @@
- pypath.share.curl — pypath 0.16.14 documentation
+ pypath.share.curl — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.is_url.html b/api/pypath.share.curl.is_url.html
index cabd62375..69ee57dc0 100644
--- a/api/pypath.share.curl.is_url.html
+++ b/api/pypath.share.curl.is_url.html
@@ -8,7 +8,7 @@
- pypath.share.curl.is_url — pypath 0.16.14 documentation
+ pypath.share.curl.is_url — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.preserve_off.html b/api/pypath.share.curl.preserve_off.html
index 9b51a2f0e..da18b82b2 100644
--- a/api/pypath.share.curl.preserve_off.html
+++ b/api/pypath.share.curl.preserve_off.html
@@ -8,7 +8,7 @@
- pypath.share.curl.preserve_off — pypath 0.16.14 documentation
+ pypath.share.curl.preserve_off — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.curl.preserve_on.html b/api/pypath.share.curl.preserve_on.html
index d599cb329..030736450 100644
--- a/api/pypath.share.curl.preserve_on.html
+++ b/api/pypath.share.curl.preserve_on.html
@@ -8,7 +8,7 @@
- pypath.share.curl.preserve_on — pypath 0.16.14 documentation
+ pypath.share.curl.preserve_on — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.html b/api/pypath.share.html
index 8a9e8a883..7dd1001bf 100644
--- a/api/pypath.share.html
+++ b/api/pypath.share.html
@@ -8,7 +8,7 @@
- pypath.share — pypath 0.16.14 documentation
+ pypath.share — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.progress.Progress.html b/api/pypath.share.progress.Progress.html
index 4277aa779..c4aaabb6f 100644
--- a/api/pypath.share.progress.Progress.html
+++ b/api/pypath.share.progress.Progress.html
@@ -8,7 +8,7 @@
- pypath.share.progress.Progress — pypath 0.16.14 documentation
+ pypath.share.progress.Progress — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.progress.html b/api/pypath.share.progress.html
index b64d3a188..04b8671fa 100644
--- a/api/pypath.share.progress.html
+++ b/api/pypath.share.progress.html
@@ -8,7 +8,7 @@
- pypath.share.progress — pypath 0.16.14 documentation
+ pypath.share.progress — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.session.html b/api/pypath.share.session.html
index f60882973..dcf1f7e02 100644
--- a/api/pypath.share.session.html
+++ b/api/pypath.share.session.html
@@ -8,7 +8,7 @@
- pypath.share.session — pypath 0.16.14 documentation
+ pypath.share.session — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.share.settings.html b/api/pypath.share.settings.html
index e3bea7b80..9c0bc4ad6 100644
--- a/api/pypath.share.settings.html
+++ b/api/pypath.share.settings.html
@@ -8,7 +8,7 @@
- pypath.share.settings — pypath 0.16.14 documentation
+ pypath.share.settings — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.go.GOAnnotation.html b/api/pypath.utils.go.GOAnnotation.html
index b260bcda6..11c067817 100644
--- a/api/pypath.utils.go.GOAnnotation.html
+++ b/api/pypath.utils.go.GOAnnotation.html
@@ -8,7 +8,7 @@
- pypath.utils.go.GOAnnotation — pypath 0.16.14 documentation
+ pypath.utils.go.GOAnnotation — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.go.GOCustomAnnotation.html b/api/pypath.utils.go.GOCustomAnnotation.html
index 73612183c..66902dd5f 100644
--- a/api/pypath.utils.go.GOCustomAnnotation.html
+++ b/api/pypath.utils.go.GOCustomAnnotation.html
@@ -8,7 +8,7 @@
- pypath.utils.go.GOCustomAnnotation — pypath 0.16.14 documentation
+ pypath.utils.go.GOCustomAnnotation — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.go.GeneOntology.html b/api/pypath.utils.go.GeneOntology.html
index 65cb8eca3..021b5ba20 100644
--- a/api/pypath.utils.go.GeneOntology.html
+++ b/api/pypath.utils.go.GeneOntology.html
@@ -8,7 +8,7 @@
- pypath.utils.go.GeneOntology — pypath 0.16.14 documentation
+ pypath.utils.go.GeneOntology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.go.annotate.html b/api/pypath.utils.go.annotate.html
index 30e71881f..bffb205ab 100644
--- a/api/pypath.utils.go.annotate.html
+++ b/api/pypath.utils.go.annotate.html
@@ -8,7 +8,7 @@
- pypath.utils.go.annotate — pypath 0.16.14 documentation
+ pypath.utils.go.annotate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.go.get_db.html b/api/pypath.utils.go.get_db.html
index a3062b352..59ee03b0e 100644
--- a/api/pypath.utils.go.get_db.html
+++ b/api/pypath.utils.go.get_db.html
@@ -8,7 +8,7 @@
- pypath.utils.go.get_db — pypath 0.16.14 documentation
+ pypath.utils.go.get_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.go.html b/api/pypath.utils.go.html
index 7ab156938..56ad33c20 100644
--- a/api/pypath.utils.go.html
+++ b/api/pypath.utils.go.html
@@ -8,7 +8,7 @@
- pypath.utils.go — pypath 0.16.14 documentation
+ pypath.utils.go — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.go.init_db.html b/api/pypath.utils.go.init_db.html
index 06d1c05f4..45daf5699 100644
--- a/api/pypath.utils.go.init_db.html
+++ b/api/pypath.utils.go.init_db.html
@@ -8,7 +8,7 @@
- pypath.utils.go.init_db — pypath 0.16.14 documentation
+ pypath.utils.go.init_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.go.load_go.html b/api/pypath.utils.go.load_go.html
index 2cd1bb973..5084dbca2 100644
--- a/api/pypath.utils.go.load_go.html
+++ b/api/pypath.utils.go.load_go.html
@@ -8,7 +8,7 @@
- pypath.utils.go.load_go — pypath 0.16.14 documentation
+ pypath.utils.go.load_go — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.html b/api/pypath.utils.html
index 83c4f469a..27fd8b1ba 100644
--- a/api/pypath.utils.html
+++ b/api/pypath.utils.html
@@ -8,7 +8,7 @@
- pypath.utils — pypath 0.16.14 documentation
+ pypath.utils — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.MapReader.html b/api/pypath.utils.mapping.MapReader.html
index 6baac331a..f87493936 100644
--- a/api/pypath.utils.mapping.MapReader.html
+++ b/api/pypath.utils.mapping.MapReader.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.MapReader — pypath 0.16.14 documentation
+ pypath.utils.mapping.MapReader — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.Mapper.html b/api/pypath.utils.mapping.Mapper.html
index bfc5634da..eb44ac551 100644
--- a/api/pypath.utils.mapping.Mapper.html
+++ b/api/pypath.utils.mapping.Mapper.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.Mapper — pypath 0.16.14 documentation
+ pypath.utils.mapping.Mapper — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.MappingTable.html b/api/pypath.utils.mapping.MappingTable.html
index 259d3e048..7b9969bf3 100644
--- a/api/pypath.utils.mapping.MappingTable.html
+++ b/api/pypath.utils.mapping.MappingTable.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.MappingTable — pypath 0.16.14 documentation
+ pypath.utils.mapping.MappingTable — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.MappingTableKey.html b/api/pypath.utils.mapping.MappingTableKey.html
index 96d6d306d..cb49bf458 100644
--- a/api/pypath.utils.mapping.MappingTableKey.html
+++ b/api/pypath.utils.mapping.MappingTableKey.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.MappingTableKey — pypath 0.16.14 documentation
+ pypath.utils.mapping.MappingTableKey — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.UNIPROT_ID_TYPES.html b/api/pypath.utils.mapping.UNIPROT_ID_TYPES.html
index 7c087d9ef..947a74e8d 100644
--- a/api/pypath.utils.mapping.UNIPROT_ID_TYPES.html
+++ b/api/pypath.utils.mapping.UNIPROT_ID_TYPES.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.UNIPROT_ID_TYPES — pypath 0.16.14 documentation
+ pypath.utils.mapping.UNIPROT_ID_TYPES — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.get_mapper.html b/api/pypath.utils.mapping.get_mapper.html
index 0204a2318..4d9f1ed2d 100644
--- a/api/pypath.utils.mapping.get_mapper.html
+++ b/api/pypath.utils.mapping.get_mapper.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.get_mapper — pypath 0.16.14 documentation
+ pypath.utils.mapping.get_mapper — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.guess_type.html b/api/pypath.utils.mapping.guess_type.html
index f41d15fef..a84e0bb57 100644
--- a/api/pypath.utils.mapping.guess_type.html
+++ b/api/pypath.utils.mapping.guess_type.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.guess_type — pypath 0.16.14 documentation
+ pypath.utils.mapping.guess_type — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.html b/api/pypath.utils.mapping.html
index 60a9969bd..9201dab93 100644
--- a/api/pypath.utils.mapping.html
+++ b/api/pypath.utils.mapping.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping — pypath 0.16.14 documentation
+ pypath.utils.mapping — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.id_from_label.html b/api/pypath.utils.mapping.id_from_label.html
index 4dcf0922a..0925fe813 100644
--- a/api/pypath.utils.mapping.id_from_label.html
+++ b/api/pypath.utils.mapping.id_from_label.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.id_from_label — pypath 0.16.14 documentation
+ pypath.utils.mapping.id_from_label — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.id_from_label0.html b/api/pypath.utils.mapping.id_from_label0.html
index b3e836b5c..84b800749 100644
--- a/api/pypath.utils.mapping.id_from_label0.html
+++ b/api/pypath.utils.mapping.id_from_label0.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.id_from_label0 — pypath 0.16.14 documentation
+ pypath.utils.mapping.id_from_label0 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.id_types.html b/api/pypath.utils.mapping.id_types.html
index 1f595dcb9..20179908e 100644
--- a/api/pypath.utils.mapping.id_types.html
+++ b/api/pypath.utils.mapping.id_types.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.id_types — pypath 0.16.14 documentation
+ pypath.utils.mapping.id_types — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.init.html b/api/pypath.utils.mapping.init.html
index c3a50953f..a17283ecc 100644
--- a/api/pypath.utils.mapping.init.html
+++ b/api/pypath.utils.mapping.init.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.init — pypath 0.16.14 documentation
+ pypath.utils.mapping.init — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.label.html b/api/pypath.utils.mapping.label.html
index 8fe3ee347..670eaed2d 100644
--- a/api/pypath.utils.mapping.label.html
+++ b/api/pypath.utils.mapping.label.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.label — pypath 0.16.14 documentation
+ pypath.utils.mapping.label — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.map_name.html b/api/pypath.utils.mapping.map_name.html
index a28db862b..939d3f1a8 100644
--- a/api/pypath.utils.mapping.map_name.html
+++ b/api/pypath.utils.mapping.map_name.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.map_name — pypath 0.16.14 documentation
+ pypath.utils.mapping.map_name — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.map_name0.html b/api/pypath.utils.mapping.map_name0.html
index 6823a55e9..d44b2bf22 100644
--- a/api/pypath.utils.mapping.map_name0.html
+++ b/api/pypath.utils.mapping.map_name0.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.map_name0 — pypath 0.16.14 documentation
+ pypath.utils.mapping.map_name0 — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.map_names.html b/api/pypath.utils.mapping.map_names.html
index 995a32733..212c44856 100644
--- a/api/pypath.utils.mapping.map_names.html
+++ b/api/pypath.utils.mapping.map_names.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.map_names — pypath 0.16.14 documentation
+ pypath.utils.mapping.map_names — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.mapping_tables.html b/api/pypath.utils.mapping.mapping_tables.html
index b89fd4cda..3e9b6bf42 100644
--- a/api/pypath.utils.mapping.mapping_tables.html
+++ b/api/pypath.utils.mapping.mapping_tables.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.mapping_tables — pypath 0.16.14 documentation
+ pypath.utils.mapping.mapping_tables — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.translation_df.html b/api/pypath.utils.mapping.translation_df.html
index 0ad247c65..f3e855817 100644
--- a/api/pypath.utils.mapping.translation_df.html
+++ b/api/pypath.utils.mapping.translation_df.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.translation_df — pypath 0.16.14 documentation
+ pypath.utils.mapping.translation_df — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.mapping.translation_dict.html b/api/pypath.utils.mapping.translation_dict.html
index 5bcd3f1c6..93b5f9473 100644
--- a/api/pypath.utils.mapping.translation_dict.html
+++ b/api/pypath.utils.mapping.translation_dict.html
@@ -8,7 +8,7 @@
- pypath.utils.mapping.translation_dict — pypath 0.16.14 documentation
+ pypath.utils.mapping.translation_dict — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.metabo.html b/api/pypath.utils.metabo.html
index 2e95ea6dc..b92d69de4 100644
--- a/api/pypath.utils.metabo.html
+++ b/api/pypath.utils.metabo.html
@@ -8,7 +8,7 @@
- pypath.utils.metabo — pypath 0.16.14 documentation
+ pypath.utils.metabo — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.EnsemblOrtholog.html b/api/pypath.utils.orthology.EnsemblOrtholog.html
index 52e00d425..ca1924b36 100644
--- a/api/pypath.utils.orthology.EnsemblOrtholog.html
+++ b/api/pypath.utils.orthology.EnsemblOrtholog.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.EnsemblOrtholog — pypath 0.16.14 documentation
+ pypath.utils.orthology.EnsemblOrtholog — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.EnsemblOrthology.html b/api/pypath.utils.orthology.EnsemblOrthology.html
index 2c5088225..4114c89e6 100644
--- a/api/pypath.utils.orthology.EnsemblOrthology.html
+++ b/api/pypath.utils.orthology.EnsemblOrthology.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.EnsemblOrthology — pypath 0.16.14 documentation
+ pypath.utils.orthology.EnsemblOrthology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.HomologeneOrtholog.html b/api/pypath.utils.orthology.HomologeneOrtholog.html
index 215836334..265312fbe 100644
--- a/api/pypath.utils.orthology.HomologeneOrtholog.html
+++ b/api/pypath.utils.orthology.HomologeneOrtholog.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.HomologeneOrtholog — pypath 0.16.14 documentation
+ pypath.utils.orthology.HomologeneOrtholog — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.HomologeneOrthology.html b/api/pypath.utils.orthology.HomologeneOrthology.html
index 8d14eebf1..2db2afcc0 100644
--- a/api/pypath.utils.orthology.HomologeneOrthology.html
+++ b/api/pypath.utils.orthology.HomologeneOrthology.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.HomologeneOrthology — pypath 0.16.14 documentation
+ pypath.utils.orthology.HomologeneOrthology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.OmaOrtholog.html b/api/pypath.utils.orthology.OmaOrtholog.html
index 25ba1a200..360438720 100644
--- a/api/pypath.utils.orthology.OmaOrtholog.html
+++ b/api/pypath.utils.orthology.OmaOrtholog.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.OmaOrtholog — pypath 0.16.14 documentation
+ pypath.utils.orthology.OmaOrtholog — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.OmaOrthology.html b/api/pypath.utils.orthology.OmaOrthology.html
index 0190bf431..4336a92ec 100644
--- a/api/pypath.utils.orthology.OmaOrthology.html
+++ b/api/pypath.utils.orthology.OmaOrthology.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.OmaOrthology — pypath 0.16.14 documentation
+ pypath.utils.orthology.OmaOrthology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.OrthologBase.html b/api/pypath.utils.orthology.OrthologBase.html
index e88817362..1a010c237 100644
--- a/api/pypath.utils.orthology.OrthologBase.html
+++ b/api/pypath.utils.orthology.OrthologBase.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.OrthologBase — pypath 0.16.14 documentation
+ pypath.utils.orthology.OrthologBase — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.OrthologMeta.html b/api/pypath.utils.orthology.OrthologMeta.html
index 005f28e9a..233c26846 100644
--- a/api/pypath.utils.orthology.OrthologMeta.html
+++ b/api/pypath.utils.orthology.OrthologMeta.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.OrthologMeta — pypath 0.16.14 documentation
+ pypath.utils.orthology.OrthologMeta — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.OrthologyManager.html b/api/pypath.utils.orthology.OrthologyManager.html
index fe59f6712..52eb58ead 100644
--- a/api/pypath.utils.orthology.OrthologyManager.html
+++ b/api/pypath.utils.orthology.OrthologyManager.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.OrthologyManager — pypath 0.16.14 documentation
+ pypath.utils.orthology.OrthologyManager — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.OrthologyTableKey.html b/api/pypath.utils.orthology.OrthologyTableKey.html
index 5b1cd7136..050b10282 100644
--- a/api/pypath.utils.orthology.OrthologyTableKey.html
+++ b/api/pypath.utils.orthology.OrthologyTableKey.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.OrthologyTableKey — pypath 0.16.14 documentation
+ pypath.utils.orthology.OrthologyTableKey — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.ProteinOrthology.html b/api/pypath.utils.orthology.ProteinOrthology.html
index 84f168a22..f8112d100 100644
--- a/api/pypath.utils.orthology.ProteinOrthology.html
+++ b/api/pypath.utils.orthology.ProteinOrthology.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.ProteinOrthology — pypath 0.16.14 documentation
+ pypath.utils.orthology.ProteinOrthology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.Proteomes.html b/api/pypath.utils.orthology.Proteomes.html
index 303dd2689..56667f12f 100644
--- a/api/pypath.utils.orthology.Proteomes.html
+++ b/api/pypath.utils.orthology.Proteomes.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.Proteomes — pypath 0.16.14 documentation
+ pypath.utils.orthology.Proteomes — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.PtmOrthology.html b/api/pypath.utils.orthology.PtmOrthology.html
index 865ef1d85..34dcc53e3 100644
--- a/api/pypath.utils.orthology.PtmOrthology.html
+++ b/api/pypath.utils.orthology.PtmOrthology.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.PtmOrthology — pypath 0.16.14 documentation
+ pypath.utils.orthology.PtmOrthology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.SequenceContainer.html b/api/pypath.utils.orthology.SequenceContainer.html
index 36b4e81e2..e9c84f23e 100644
--- a/api/pypath.utils.orthology.SequenceContainer.html
+++ b/api/pypath.utils.orthology.SequenceContainer.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.SequenceContainer — pypath 0.16.14 documentation
+ pypath.utils.orthology.SequenceContainer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.get_df.html b/api/pypath.utils.orthology.get_df.html
index b72fd82a1..f6c854496 100644
--- a/api/pypath.utils.orthology.get_df.html
+++ b/api/pypath.utils.orthology.get_df.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.get_df — pypath 0.16.14 documentation
+ pypath.utils.orthology.get_df — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.get_dict.html b/api/pypath.utils.orthology.get_dict.html
index 0790a3fb2..0d1ece5b7 100644
--- a/api/pypath.utils.orthology.get_dict.html
+++ b/api/pypath.utils.orthology.get_dict.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.get_dict — pypath 0.16.14 documentation
+ pypath.utils.orthology.get_dict — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.get_manager.html b/api/pypath.utils.orthology.get_manager.html
index 23e8b3062..bea656531 100644
--- a/api/pypath.utils.orthology.get_manager.html
+++ b/api/pypath.utils.orthology.get_manager.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.get_manager — pypath 0.16.14 documentation
+ pypath.utils.orthology.get_manager — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.html b/api/pypath.utils.orthology.html
index 677f8baf4..c03c59554 100644
--- a/api/pypath.utils.orthology.html
+++ b/api/pypath.utils.orthology.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology — pypath 0.16.14 documentation
+ pypath.utils.orthology — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.init.html b/api/pypath.utils.orthology.init.html
index be9b27505..44281bd45 100644
--- a/api/pypath.utils.orthology.init.html
+++ b/api/pypath.utils.orthology.init.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.init — pypath 0.16.14 documentation
+ pypath.utils.orthology.init — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.translate.html b/api/pypath.utils.orthology.translate.html
index a1fea8b34..5f0245de7 100644
--- a/api/pypath.utils.orthology.translate.html
+++ b/api/pypath.utils.orthology.translate.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.translate — pypath 0.16.14 documentation
+ pypath.utils.orthology.translate — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.orthology.translate_df.html b/api/pypath.utils.orthology.translate_df.html
index badf24e69..298a0353c 100644
--- a/api/pypath.utils.orthology.translate_df.html
+++ b/api/pypath.utils.orthology.translate_df.html
@@ -8,7 +8,7 @@
- pypath.utils.orthology.translate_df — pypath 0.16.14 documentation
+ pypath.utils.orthology.translate_df — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pdb.Residue.html b/api/pypath.utils.pdb.Residue.html
index a9cf022ff..b898bbae5 100644
--- a/api/pypath.utils.pdb.Residue.html
+++ b/api/pypath.utils.pdb.Residue.html
@@ -8,7 +8,7 @@
- pypath.utils.pdb.Residue — pypath 0.16.14 documentation
+ pypath.utils.pdb.Residue — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pdb.ResidueMapper.html b/api/pypath.utils.pdb.ResidueMapper.html
index d628f2db9..bd142057f 100644
--- a/api/pypath.utils.pdb.ResidueMapper.html
+++ b/api/pypath.utils.pdb.ResidueMapper.html
@@ -8,7 +8,7 @@
- pypath.utils.pdb.ResidueMapper — pypath 0.16.14 documentation
+ pypath.utils.pdb.ResidueMapper — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pdb.Segment.html b/api/pypath.utils.pdb.Segment.html
index 88a0e56e5..6c1e9c7e2 100644
--- a/api/pypath.utils.pdb.Segment.html
+++ b/api/pypath.utils.pdb.Segment.html
@@ -8,7 +8,7 @@
- pypath.utils.pdb.Segment — pypath 0.16.14 documentation
+ pypath.utils.pdb.Segment — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pdb.html b/api/pypath.utils.pdb.html
index cb694ad6e..8f2187bae 100644
--- a/api/pypath.utils.pdb.html
+++ b/api/pypath.utils.pdb.html
@@ -8,7 +8,7 @@
- pypath.utils.pdb — pypath 0.16.14 documentation
+ pypath.utils.pdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pdb.residue_pdb.html b/api/pypath.utils.pdb.residue_pdb.html
index c32a563a6..2de9de253 100644
--- a/api/pypath.utils.pdb.residue_pdb.html
+++ b/api/pypath.utils.pdb.residue_pdb.html
@@ -8,7 +8,7 @@
- pypath.utils.pdb.residue_pdb — pypath 0.16.14 documentation
+ pypath.utils.pdb.residue_pdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.proteomicsdb.ProteomicsDB.html b/api/pypath.utils.proteomicsdb.ProteomicsDB.html
index 903ef5a29..20d69ee9e 100644
--- a/api/pypath.utils.proteomicsdb.ProteomicsDB.html
+++ b/api/pypath.utils.proteomicsdb.ProteomicsDB.html
@@ -8,7 +8,7 @@
- pypath.utils.proteomicsdb.ProteomicsDB — pypath 0.16.14 documentation
+ pypath.utils.proteomicsdb.ProteomicsDB — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.proteomicsdb.html b/api/pypath.utils.proteomicsdb.html
index 2af683e00..75c4818ca 100644
--- a/api/pypath.utils.proteomicsdb.html
+++ b/api/pypath.utils.proteomicsdb.html
@@ -8,7 +8,7 @@
- pypath.utils.proteomicsdb — pypath 0.16.14 documentation
+ pypath.utils.proteomicsdb — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.AttributeHandler.html b/api/pypath.utils.pyreact.AttributeHandler.html
index 869aba826..ce49f892b 100644
--- a/api/pypath.utils.pyreact.AttributeHandler.html
+++ b/api/pypath.utils.pyreact.AttributeHandler.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.AttributeHandler — pypath 0.16.14 documentation
+ pypath.utils.pyreact.AttributeHandler — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.BioPaxReader.html b/api/pypath.utils.pyreact.BioPaxReader.html
index dc46d2479..9e73e30c1 100644
--- a/api/pypath.utils.pyreact.BioPaxReader.html
+++ b/api/pypath.utils.pyreact.BioPaxReader.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.BioPaxReader — pypath 0.16.14 documentation
+ pypath.utils.pyreact.BioPaxReader — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.Complex.html b/api/pypath.utils.pyreact.Complex.html
index 7822a6ae7..d9792ecde 100644
--- a/api/pypath.utils.pyreact.Complex.html
+++ b/api/pypath.utils.pyreact.Complex.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.Complex — pypath 0.16.14 documentation
+ pypath.utils.pyreact.Complex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.ComplexVariations.html b/api/pypath.utils.pyreact.ComplexVariations.html
index e5ddfc6d4..fca84fac6 100644
--- a/api/pypath.utils.pyreact.ComplexVariations.html
+++ b/api/pypath.utils.pyreact.ComplexVariations.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.ComplexVariations — pypath 0.16.14 documentation
+ pypath.utils.pyreact.ComplexVariations — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.Control.html b/api/pypath.utils.pyreact.Control.html
index e06d29375..8f7865515 100644
--- a/api/pypath.utils.pyreact.Control.html
+++ b/api/pypath.utils.pyreact.Control.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.Control — pypath 0.16.14 documentation
+ pypath.utils.pyreact.Control — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.Entity.html b/api/pypath.utils.pyreact.Entity.html
index ba53fd6e3..342964e20 100644
--- a/api/pypath.utils.pyreact.Entity.html
+++ b/api/pypath.utils.pyreact.Entity.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.Entity — pypath 0.16.14 documentation
+ pypath.utils.pyreact.Entity — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.EntitySet.html b/api/pypath.utils.pyreact.EntitySet.html
index f70296336..500bfa7aa 100644
--- a/api/pypath.utils.pyreact.EntitySet.html
+++ b/api/pypath.utils.pyreact.EntitySet.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.EntitySet — pypath 0.16.14 documentation
+ pypath.utils.pyreact.EntitySet — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.Intersecting.html b/api/pypath.utils.pyreact.Intersecting.html
index a2088d419..956abcae8 100644
--- a/api/pypath.utils.pyreact.Intersecting.html
+++ b/api/pypath.utils.pyreact.Intersecting.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.Intersecting — pypath 0.16.14 documentation
+ pypath.utils.pyreact.Intersecting — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.Protein.html b/api/pypath.utils.pyreact.Protein.html
index d3cdb0380..95be4414a 100644
--- a/api/pypath.utils.pyreact.Protein.html
+++ b/api/pypath.utils.pyreact.Protein.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.Protein — pypath 0.16.14 documentation
+ pypath.utils.pyreact.Protein — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.ProteinFamily.html b/api/pypath.utils.pyreact.ProteinFamily.html
index c3c8b9fb5..423c309f6 100644
--- a/api/pypath.utils.pyreact.ProteinFamily.html
+++ b/api/pypath.utils.pyreact.ProteinFamily.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.ProteinFamily — pypath 0.16.14 documentation
+ pypath.utils.pyreact.ProteinFamily — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.PyReact.html b/api/pypath.utils.pyreact.PyReact.html
index d44043f57..2501d75a9 100644
--- a/api/pypath.utils.pyreact.PyReact.html
+++ b/api/pypath.utils.pyreact.PyReact.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.PyReact — pypath 0.16.14 documentation
+ pypath.utils.pyreact.PyReact — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.Reaction.html b/api/pypath.utils.pyreact.Reaction.html
index da972668d..549ea365b 100644
--- a/api/pypath.utils.pyreact.Reaction.html
+++ b/api/pypath.utils.pyreact.Reaction.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.Reaction — pypath 0.16.14 documentation
+ pypath.utils.pyreact.Reaction — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.ReactionSide.html b/api/pypath.utils.pyreact.ReactionSide.html
index 3b2859122..57f223b26 100644
--- a/api/pypath.utils.pyreact.ReactionSide.html
+++ b/api/pypath.utils.pyreact.ReactionSide.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.ReactionSide — pypath 0.16.14 documentation
+ pypath.utils.pyreact.ReactionSide — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.Reference.html b/api/pypath.utils.pyreact.Reference.html
index 4ebe1dc70..335cdd5f4 100644
--- a/api/pypath.utils.pyreact.Reference.html
+++ b/api/pypath.utils.pyreact.Reference.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact.Reference — pypath 0.16.14 documentation
+ pypath.utils.pyreact.Reference — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.pyreact.html b/api/pypath.utils.pyreact.html
index 9a92c1df3..c81d26175 100644
--- a/api/pypath.utils.pyreact.html
+++ b/api/pypath.utils.pyreact.html
@@ -8,7 +8,7 @@
- pypath.utils.pyreact — pypath 0.16.14 documentation
+ pypath.utils.pyreact — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.reflists.ReferenceListManager.html b/api/pypath.utils.reflists.ReferenceListManager.html
index 2fff2cdc0..40c29c628 100644
--- a/api/pypath.utils.reflists.ReferenceListManager.html
+++ b/api/pypath.utils.reflists.ReferenceListManager.html
@@ -8,7 +8,7 @@
- pypath.utils.reflists.ReferenceListManager — pypath 0.16.14 documentation
+ pypath.utils.reflists.ReferenceListManager — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.reflists.check.html b/api/pypath.utils.reflists.check.html
index 31e604f2f..2ba4aebab 100644
--- a/api/pypath.utils.reflists.check.html
+++ b/api/pypath.utils.reflists.check.html
@@ -8,7 +8,7 @@
- pypath.utils.reflists.check — pypath 0.16.14 documentation
+ pypath.utils.reflists.check — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.reflists.get_manager.html b/api/pypath.utils.reflists.get_manager.html
index 3f592d788..e32ea2b94 100644
--- a/api/pypath.utils.reflists.get_manager.html
+++ b/api/pypath.utils.reflists.get_manager.html
@@ -8,7 +8,7 @@
- pypath.utils.reflists.get_manager — pypath 0.16.14 documentation
+ pypath.utils.reflists.get_manager — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.reflists.get_reflist.html b/api/pypath.utils.reflists.get_reflist.html
index 63784d26a..c13c6812c 100644
--- a/api/pypath.utils.reflists.get_reflist.html
+++ b/api/pypath.utils.reflists.get_reflist.html
@@ -8,7 +8,7 @@
- pypath.utils.reflists.get_reflist — pypath 0.16.14 documentation
+ pypath.utils.reflists.get_reflist — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.reflists.html b/api/pypath.utils.reflists.html
index 7547e3c98..3f3abb505 100644
--- a/api/pypath.utils.reflists.html
+++ b/api/pypath.utils.reflists.html
@@ -8,7 +8,7 @@
- pypath.utils.reflists — pypath 0.16.14 documentation
+ pypath.utils.reflists — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.reflists.init.html b/api/pypath.utils.reflists.init.html
index 075a7e8dc..da928b0d4 100644
--- a/api/pypath.utils.reflists.init.html
+++ b/api/pypath.utils.reflists.init.html
@@ -8,7 +8,7 @@
- pypath.utils.reflists.init — pypath 0.16.14 documentation
+ pypath.utils.reflists.init — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.reflists.is_not.html b/api/pypath.utils.reflists.is_not.html
index 56bebecfd..3a48232ca 100644
--- a/api/pypath.utils.reflists.is_not.html
+++ b/api/pypath.utils.reflists.is_not.html
@@ -8,7 +8,7 @@
- pypath.utils.reflists.is_not — pypath 0.16.14 documentation
+ pypath.utils.reflists.is_not — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.reflists.select.html b/api/pypath.utils.reflists.select.html
index f26705c0d..7cdeeca2a 100644
--- a/api/pypath.utils.reflists.select.html
+++ b/api/pypath.utils.reflists.select.html
@@ -8,7 +8,7 @@
- pypath.utils.reflists.select — pypath 0.16.14 documentation
+ pypath.utils.reflists.select — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.residues.ResidueMapper.html b/api/pypath.utils.residues.ResidueMapper.html
index 5b9dcf385..6f9111a73 100644
--- a/api/pypath.utils.residues.ResidueMapper.html
+++ b/api/pypath.utils.residues.ResidueMapper.html
@@ -8,7 +8,7 @@
- pypath.utils.residues.ResidueMapper — pypath 0.16.14 documentation
+ pypath.utils.residues.ResidueMapper — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.residues.html b/api/pypath.utils.residues.html
index f2c2398ad..8f67ec4a0 100644
--- a/api/pypath.utils.residues.html
+++ b/api/pypath.utils.residues.html
@@ -8,7 +8,7 @@
- pypath.utils.residues — pypath 0.16.14 documentation
+ pypath.utils.residues — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.seq.Pfam.html b/api/pypath.utils.seq.Pfam.html
index ebcd9061b..fc43a7277 100644
--- a/api/pypath.utils.seq.Pfam.html
+++ b/api/pypath.utils.seq.Pfam.html
@@ -8,7 +8,7 @@
- pypath.utils.seq.Pfam — pypath 0.16.14 documentation
+ pypath.utils.seq.Pfam — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.seq.Resource.html b/api/pypath.utils.seq.Resource.html
index ebe3206ab..9da2daedf 100644
--- a/api/pypath.utils.seq.Resource.html
+++ b/api/pypath.utils.seq.Resource.html
@@ -8,7 +8,7 @@
- pypath.utils.seq.Resource — pypath 0.16.14 documentation
+ pypath.utils.seq.Resource — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.seq.Seq.html b/api/pypath.utils.seq.Seq.html
index 8019e6dfc..acffbf331 100644
--- a/api/pypath.utils.seq.Seq.html
+++ b/api/pypath.utils.seq.Seq.html
@@ -8,7 +8,7 @@
- pypath.utils.seq.Seq — pypath 0.16.14 documentation
+ pypath.utils.seq.Seq — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.seq.get_isoforms.html b/api/pypath.utils.seq.get_isoforms.html
index 4c9269f6c..7fa78b9de 100644
--- a/api/pypath.utils.seq.get_isoforms.html
+++ b/api/pypath.utils.seq.get_isoforms.html
@@ -8,7 +8,7 @@
- pypath.utils.seq.get_isoforms — pypath 0.16.14 documentation
+ pypath.utils.seq.get_isoforms — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.seq.html b/api/pypath.utils.seq.html
index ef905c621..311102a95 100644
--- a/api/pypath.utils.seq.html
+++ b/api/pypath.utils.seq.html
@@ -8,7 +8,7 @@
- pypath.utils.seq — pypath 0.16.14 documentation
+ pypath.utils.seq — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.seq.read_fasta.html b/api/pypath.utils.seq.read_fasta.html
index 99756523b..c50dcdde2 100644
--- a/api/pypath.utils.seq.read_fasta.html
+++ b/api/pypath.utils.seq.read_fasta.html
@@ -8,7 +8,7 @@
- pypath.utils.seq.read_fasta — pypath 0.16.14 documentation
+ pypath.utils.seq.read_fasta — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.seq.swissprot_seq.html b/api/pypath.utils.seq.swissprot_seq.html
index 8cb067713..3f555951a 100644
--- a/api/pypath.utils.seq.swissprot_seq.html
+++ b/api/pypath.utils.seq.swissprot_seq.html
@@ -8,7 +8,7 @@
- pypath.utils.seq.swissprot_seq — pypath 0.16.14 documentation
+ pypath.utils.seq.swissprot_seq — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.ensure_common_name.html b/api/pypath.utils.taxonomy.ensure_common_name.html
index b08db594c..e20b67104 100644
--- a/api/pypath.utils.taxonomy.ensure_common_name.html
+++ b/api/pypath.utils.taxonomy.ensure_common_name.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.ensure_common_name — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.ensure_common_name — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.ensure_ensembl_name.html b/api/pypath.utils.taxonomy.ensure_ensembl_name.html
index 94625e374..65fda02c6 100644
--- a/api/pypath.utils.taxonomy.ensure_ensembl_name.html
+++ b/api/pypath.utils.taxonomy.ensure_ensembl_name.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.ensure_ensembl_name — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.ensure_ensembl_name — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.ensure_latin_name.html b/api/pypath.utils.taxonomy.ensure_latin_name.html
index 2976c77e7..19f132bae 100644
--- a/api/pypath.utils.taxonomy.ensure_latin_name.html
+++ b/api/pypath.utils.taxonomy.ensure_latin_name.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.ensure_latin_name — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.ensure_latin_name — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.ensure_ncbi_tax_id.html b/api/pypath.utils.taxonomy.ensure_ncbi_tax_id.html
index 2b068bb95..9f3b7c9ce 100644
--- a/api/pypath.utils.taxonomy.ensure_ncbi_tax_id.html
+++ b/api/pypath.utils.taxonomy.ensure_ncbi_tax_id.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.ensure_ncbi_tax_id — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.ensure_ncbi_tax_id — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.get_db.html b/api/pypath.utils.taxonomy.get_db.html
index 5013ac291..5875b716d 100644
--- a/api/pypath.utils.taxonomy.get_db.html
+++ b/api/pypath.utils.taxonomy.get_db.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.get_db — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.get_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.html b/api/pypath.utils.taxonomy.html
index 5d4fe6d04..fe468a611 100644
--- a/api/pypath.utils.taxonomy.html
+++ b/api/pypath.utils.taxonomy.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy — pypath 0.16.14 documentation
+ pypath.utils.taxonomy — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.init_db.html b/api/pypath.utils.taxonomy.init_db.html
index 5bdacc88e..076ee9ded 100644
--- a/api/pypath.utils.taxonomy.init_db.html
+++ b/api/pypath.utils.taxonomy.init_db.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.init_db — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.init_db — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.short_latin_names.html b/api/pypath.utils.taxonomy.short_latin_names.html
index af3d2e97a..49a4c42cc 100644
--- a/api/pypath.utils.taxonomy.short_latin_names.html
+++ b/api/pypath.utils.taxonomy.short_latin_names.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.short_latin_names — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.short_latin_names — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.shorten_latin_name.html b/api/pypath.utils.taxonomy.shorten_latin_name.html
index c6e65eb16..8d6efad3f 100644
--- a/api/pypath.utils.taxonomy.shorten_latin_name.html
+++ b/api/pypath.utils.taxonomy.shorten_latin_name.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.shorten_latin_name — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.shorten_latin_name — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.taxid_from_common_name.html b/api/pypath.utils.taxonomy.taxid_from_common_name.html
index fecec96f1..d48751ecd 100644
--- a/api/pypath.utils.taxonomy.taxid_from_common_name.html
+++ b/api/pypath.utils.taxonomy.taxid_from_common_name.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.taxid_from_common_name — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.taxid_from_common_name — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.taxid_from_dbptm_taxon_name.html b/api/pypath.utils.taxonomy.taxid_from_dbptm_taxon_name.html
index 20118625f..b37e22837 100644
--- a/api/pypath.utils.taxonomy.taxid_from_dbptm_taxon_name.html
+++ b/api/pypath.utils.taxonomy.taxid_from_dbptm_taxon_name.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.taxid_from_dbptm_taxon_name — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.taxid_from_dbptm_taxon_name — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.taxid_from_ensembl_name.html b/api/pypath.utils.taxonomy.taxid_from_ensembl_name.html
index dff196f13..470c847b2 100644
--- a/api/pypath.utils.taxonomy.taxid_from_ensembl_name.html
+++ b/api/pypath.utils.taxonomy.taxid_from_ensembl_name.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.taxid_from_ensembl_name — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.taxid_from_ensembl_name — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.taxid_from_latin_name.html b/api/pypath.utils.taxonomy.taxid_from_latin_name.html
index 41d7567ec..e78c809f4 100644
--- a/api/pypath.utils.taxonomy.taxid_from_latin_name.html
+++ b/api/pypath.utils.taxonomy.taxid_from_latin_name.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.taxid_from_latin_name — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.taxid_from_latin_name — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.taxid_from_nonstandard.html b/api/pypath.utils.taxonomy.taxid_from_nonstandard.html
index 723321741..85dddd456 100644
--- a/api/pypath.utils.taxonomy.taxid_from_nonstandard.html
+++ b/api/pypath.utils.taxonomy.taxid_from_nonstandard.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.taxid_from_nonstandard — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.taxid_from_nonstandard — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.taxonomy.uniprot_taxid.html b/api/pypath.utils.taxonomy.uniprot_taxid.html
index 2994822e4..d4973199c 100644
--- a/api/pypath.utils.taxonomy.uniprot_taxid.html
+++ b/api/pypath.utils.taxonomy.uniprot_taxid.html
@@ -8,7 +8,7 @@
- pypath.utils.taxonomy.uniprot_taxid — pypath 0.16.14 documentation
+ pypath.utils.taxonomy.uniprot_taxid — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.unichem.Unichem.html b/api/pypath.utils.unichem.Unichem.html
index 7853b3071..4c202742d 100644
--- a/api/pypath.utils.unichem.Unichem.html
+++ b/api/pypath.utils.unichem.Unichem.html
@@ -8,7 +8,7 @@
- pypath.utils.unichem.Unichem — pypath 0.16.14 documentation
+ pypath.utils.unichem.Unichem — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.unichem.html b/api/pypath.utils.unichem.html
index 1a12d0576..6a929e2f7 100644
--- a/api/pypath.utils.unichem.html
+++ b/api/pypath.utils.unichem.html
@@ -8,7 +8,7 @@
- pypath.utils.unichem — pypath 0.16.14 documentation
+ pypath.utils.unichem — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.UniprotProtein.html b/api/pypath.utils.uniprot.UniprotProtein.html
index 1a28bafb6..67e9e892e 100644
--- a/api/pypath.utils.uniprot.UniprotProtein.html
+++ b/api/pypath.utils.uniprot.UniprotProtein.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.UniprotProtein — pypath 0.16.14 documentation
+ pypath.utils.uniprot.UniprotProtein — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.ac.html b/api/pypath.utils.uniprot.ac.html
index dbebc653c..ac4dc4e69 100644
--- a/api/pypath.utils.uniprot.ac.html
+++ b/api/pypath.utils.uniprot.ac.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.ac — pypath 0.16.14 documentation
+ pypath.utils.uniprot.ac — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.activity_regulation.html b/api/pypath.utils.uniprot.activity_regulation.html
index ff00bb2a9..e30ae129a 100644
--- a/api/pypath.utils.uniprot.activity_regulation.html
+++ b/api/pypath.utils.uniprot.activity_regulation.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.activity_regulation — pypath 0.16.14 documentation
+ pypath.utils.uniprot.activity_regulation — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.activity_regulation_with_xrefs.html b/api/pypath.utils.uniprot.activity_regulation_with_xrefs.html
index 95371a125..2c28d3861 100644
--- a/api/pypath.utils.uniprot.activity_regulation_with_xrefs.html
+++ b/api/pypath.utils.uniprot.activity_regulation_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.activity_regulation_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.activity_regulation_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.alternative_products.html b/api/pypath.utils.uniprot.alternative_products.html
index 1f59b57b1..7ea913199 100644
--- a/api/pypath.utils.uniprot.alternative_products.html
+++ b/api/pypath.utils.uniprot.alternative_products.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.alternative_products — pypath 0.16.14 documentation
+ pypath.utils.uniprot.alternative_products — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.alternative_products_with_xrefs.html b/api/pypath.utils.uniprot.alternative_products_with_xrefs.html
index d953f7a36..76cf5c5cd 100644
--- a/api/pypath.utils.uniprot.alternative_products_with_xrefs.html
+++ b/api/pypath.utils.uniprot.alternative_products_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.alternative_products_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.alternative_products_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.browse.html b/api/pypath.utils.uniprot.browse.html
index 27815e0a7..53b7cba14 100644
--- a/api/pypath.utils.uniprot.browse.html
+++ b/api/pypath.utils.uniprot.browse.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.browse — pypath 0.16.14 documentation
+ pypath.utils.uniprot.browse — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.catalytic_activity.html b/api/pypath.utils.uniprot.catalytic_activity.html
index 39e020672..c7b4542d6 100644
--- a/api/pypath.utils.uniprot.catalytic_activity.html
+++ b/api/pypath.utils.uniprot.catalytic_activity.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.catalytic_activity — pypath 0.16.14 documentation
+ pypath.utils.uniprot.catalytic_activity — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.catalytic_activity_with_xrefs.html b/api/pypath.utils.uniprot.catalytic_activity_with_xrefs.html
index 5434fdea7..5bf6c2cf0 100644
--- a/api/pypath.utils.uniprot.catalytic_activity_with_xrefs.html
+++ b/api/pypath.utils.uniprot.catalytic_activity_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.catalytic_activity_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.catalytic_activity_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.collect.html b/api/pypath.utils.uniprot.collect.html
index 1333f15e0..e7891dc41 100644
--- a/api/pypath.utils.uniprot.collect.html
+++ b/api/pypath.utils.uniprot.collect.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.collect — pypath 0.16.14 documentation
+ pypath.utils.uniprot.collect — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.databases.html b/api/pypath.utils.uniprot.databases.html
index bc33b4b92..ca31b92eb 100644
--- a/api/pypath.utils.uniprot.databases.html
+++ b/api/pypath.utils.uniprot.databases.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.databases — pypath 0.16.14 documentation
+ pypath.utils.uniprot.databases — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.disease.html b/api/pypath.utils.uniprot.disease.html
index c87d75d23..cc96f026a 100644
--- a/api/pypath.utils.uniprot.disease.html
+++ b/api/pypath.utils.uniprot.disease.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.disease — pypath 0.16.14 documentation
+ pypath.utils.uniprot.disease — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.disease_with_xrefs.html b/api/pypath.utils.uniprot.disease_with_xrefs.html
index 91709d4c3..c0f483f42 100644
--- a/api/pypath.utils.uniprot.disease_with_xrefs.html
+++ b/api/pypath.utils.uniprot.disease_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.disease_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.disease_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.ec.html b/api/pypath.utils.uniprot.ec.html
index 7d5e266fb..28933b248 100644
--- a/api/pypath.utils.uniprot.ec.html
+++ b/api/pypath.utils.uniprot.ec.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.ec — pypath 0.16.14 documentation
+ pypath.utils.uniprot.ec — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.features_table.html b/api/pypath.utils.uniprot.features_table.html
index 9a0acc55e..bb4c5ee8a 100644
--- a/api/pypath.utils.uniprot.features_table.html
+++ b/api/pypath.utils.uniprot.features_table.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.features_table — pypath 0.16.14 documentation
+ pypath.utils.uniprot.features_table — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.full_name.html b/api/pypath.utils.uniprot.full_name.html
index 3e6fd5613..7ed1a9eea 100644
--- a/api/pypath.utils.uniprot.full_name.html
+++ b/api/pypath.utils.uniprot.full_name.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.full_name — pypath 0.16.14 documentation
+ pypath.utils.uniprot.full_name — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.function.html b/api/pypath.utils.uniprot.function.html
index 058e17afd..e0dfc8a30 100644
--- a/api/pypath.utils.uniprot.function.html
+++ b/api/pypath.utils.uniprot.function.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.function — pypath 0.16.14 documentation
+ pypath.utils.uniprot.function — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.function_genecards.html b/api/pypath.utils.uniprot.function_genecards.html
index 0da796b85..2239a4080 100644
--- a/api/pypath.utils.uniprot.function_genecards.html
+++ b/api/pypath.utils.uniprot.function_genecards.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.function_genecards — pypath 0.16.14 documentation
+ pypath.utils.uniprot.function_genecards — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.function_or_genecards.html b/api/pypath.utils.uniprot.function_or_genecards.html
index 71b225ee5..b43e01782 100644
--- a/api/pypath.utils.uniprot.function_or_genecards.html
+++ b/api/pypath.utils.uniprot.function_or_genecards.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.function_or_genecards — pypath 0.16.14 documentation
+ pypath.utils.uniprot.function_or_genecards — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.function_with_genecards.html b/api/pypath.utils.uniprot.function_with_genecards.html
index 9a01e5533..c253f605d 100644
--- a/api/pypath.utils.uniprot.function_with_genecards.html
+++ b/api/pypath.utils.uniprot.function_with_genecards.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.function_with_genecards — pypath 0.16.14 documentation
+ pypath.utils.uniprot.function_with_genecards — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.function_with_xrefs.html b/api/pypath.utils.uniprot.function_with_xrefs.html
index 3ee82cfc1..a43c23223 100644
--- a/api/pypath.utils.uniprot.function_with_xrefs.html
+++ b/api/pypath.utils.uniprot.function_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.function_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.function_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.genesymbol.html b/api/pypath.utils.uniprot.genesymbol.html
index c64b275af..6c514fb4a 100644
--- a/api/pypath.utils.uniprot.genesymbol.html
+++ b/api/pypath.utils.uniprot.genesymbol.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.genesymbol — pypath 0.16.14 documentation
+ pypath.utils.uniprot.genesymbol — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.has_tag.html b/api/pypath.utils.uniprot.has_tag.html
index 7b94cadb9..8dd4a82ad 100644
--- a/api/pypath.utils.uniprot.has_tag.html
+++ b/api/pypath.utils.uniprot.has_tag.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.has_tag — pypath 0.16.14 documentation
+ pypath.utils.uniprot.has_tag — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.html b/api/pypath.utils.uniprot.html
index 34400abe9..7706cadfc 100644
--- a/api/pypath.utils.uniprot.html
+++ b/api/pypath.utils.uniprot.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot — pypath 0.16.14 documentation
+ pypath.utils.uniprot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.id.html b/api/pypath.utils.uniprot.id.html
index b3268d45a..91e7e4493 100644
--- a/api/pypath.utils.uniprot.id.html
+++ b/api/pypath.utils.uniprot.id.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.id — pypath 0.16.14 documentation
+ pypath.utils.uniprot.id — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.info.html b/api/pypath.utils.uniprot.info.html
index 6fca02fb0..c1c6f1fe1 100644
--- a/api/pypath.utils.uniprot.info.html
+++ b/api/pypath.utils.uniprot.info.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.info — pypath 0.16.14 documentation
+ pypath.utils.uniprot.info — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.info_section.html b/api/pypath.utils.uniprot.info_section.html
index 8a01b3856..21e9e3a4a 100644
--- a/api/pypath.utils.uniprot.info_section.html
+++ b/api/pypath.utils.uniprot.info_section.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.info_section — pypath 0.16.14 documentation
+ pypath.utils.uniprot.info_section — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.interaction.html b/api/pypath.utils.uniprot.interaction.html
index 6f9c3b018..ec6c0ddc3 100644
--- a/api/pypath.utils.uniprot.interaction.html
+++ b/api/pypath.utils.uniprot.interaction.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.interaction — pypath 0.16.14 documentation
+ pypath.utils.uniprot.interaction — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.interaction_with_xrefs.html b/api/pypath.utils.uniprot.interaction_with_xrefs.html
index 655852391..925fe5898 100644
--- a/api/pypath.utils.uniprot.interaction_with_xrefs.html
+++ b/api/pypath.utils.uniprot.interaction_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.interaction_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.interaction_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.is_reviewed.html b/api/pypath.utils.uniprot.is_reviewed.html
index b582bfef3..129e7789d 100644
--- a/api/pypath.utils.uniprot.is_reviewed.html
+++ b/api/pypath.utils.uniprot.is_reviewed.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.is_reviewed — pypath 0.16.14 documentation
+ pypath.utils.uniprot.is_reviewed — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.itertag.html b/api/pypath.utils.uniprot.itertag.html
index 3892508f6..468b0339b 100644
--- a/api/pypath.utils.uniprot.itertag.html
+++ b/api/pypath.utils.uniprot.itertag.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.itertag — pypath 0.16.14 documentation
+ pypath.utils.uniprot.itertag — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.keywords.html b/api/pypath.utils.uniprot.keywords.html
index 6a3a9b3d9..51678a151 100644
--- a/api/pypath.utils.uniprot.keywords.html
+++ b/api/pypath.utils.uniprot.keywords.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.keywords — pypath 0.16.14 documentation
+ pypath.utils.uniprot.keywords — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.keywords_with_xrefs.html b/api/pypath.utils.uniprot.keywords_with_xrefs.html
index 9fa35de27..fbd2cfe08 100644
--- a/api/pypath.utils.uniprot.keywords_with_xrefs.html
+++ b/api/pypath.utils.uniprot.keywords_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.keywords_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.keywords_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.length.html b/api/pypath.utils.uniprot.length.html
index f098d9eda..f33b43048 100644
--- a/api/pypath.utils.uniprot.length.html
+++ b/api/pypath.utils.uniprot.length.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.length — pypath 0.16.14 documentation
+ pypath.utils.uniprot.length — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.lengths.html b/api/pypath.utils.uniprot.lengths.html
index efc20c803..43b0a4d18 100644
--- a/api/pypath.utils.uniprot.lengths.html
+++ b/api/pypath.utils.uniprot.lengths.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.lengths — pypath 0.16.14 documentation
+ pypath.utils.uniprot.lengths — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.load.html b/api/pypath.utils.uniprot.load.html
index 4610b5970..2a85e21e7 100644
--- a/api/pypath.utils.uniprot.load.html
+++ b/api/pypath.utils.uniprot.load.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.load — pypath 0.16.14 documentation
+ pypath.utils.uniprot.load — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.organism.html b/api/pypath.utils.uniprot.organism.html
index d49164579..8e6c22fdd 100644
--- a/api/pypath.utils.uniprot.organism.html
+++ b/api/pypath.utils.uniprot.organism.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.organism — pypath 0.16.14 documentation
+ pypath.utils.uniprot.organism — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.print_features.html b/api/pypath.utils.uniprot.print_features.html
index 4a3900c3f..728099328 100644
--- a/api/pypath.utils.uniprot.print_features.html
+++ b/api/pypath.utils.uniprot.print_features.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.print_features — pypath 0.16.14 documentation
+ pypath.utils.uniprot.print_features — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.ptm.html b/api/pypath.utils.uniprot.ptm.html
index fcf0e51c0..c3284a91c 100644
--- a/api/pypath.utils.uniprot.ptm.html
+++ b/api/pypath.utils.uniprot.ptm.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.ptm — pypath 0.16.14 documentation
+ pypath.utils.uniprot.ptm — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.ptm_with_xrefs.html b/api/pypath.utils.uniprot.ptm_with_xrefs.html
index 3b2eec48f..ab6e5476c 100644
--- a/api/pypath.utils.uniprot.ptm_with_xrefs.html
+++ b/api/pypath.utils.uniprot.ptm_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.ptm_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.ptm_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.query.html b/api/pypath.utils.uniprot.query.html
index 8ef39f07e..e23fe7589 100644
--- a/api/pypath.utils.uniprot.query.html
+++ b/api/pypath.utils.uniprot.query.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.query — pypath 0.16.14 documentation
+ pypath.utils.uniprot.query — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.reload.html b/api/pypath.utils.uniprot.reload.html
index 191eba9fe..62be5640e 100644
--- a/api/pypath.utils.uniprot.reload.html
+++ b/api/pypath.utils.uniprot.reload.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.reload — pypath 0.16.14 documentation
+ pypath.utils.uniprot.reload — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.remove_xrefs.html b/api/pypath.utils.uniprot.remove_xrefs.html
index 5441a2173..1ed9a88f5 100644
--- a/api/pypath.utils.uniprot.remove_xrefs.html
+++ b/api/pypath.utils.uniprot.remove_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.remove_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.remove_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.sequence.html b/api/pypath.utils.uniprot.sequence.html
index 969a47f2c..1bdca8c8c 100644
--- a/api/pypath.utils.uniprot.sequence.html
+++ b/api/pypath.utils.uniprot.sequence.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.sequence — pypath 0.16.14 documentation
+ pypath.utils.uniprot.sequence — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.sequence_caution.html b/api/pypath.utils.uniprot.sequence_caution.html
index 0ce4606a9..3cef80dbf 100644
--- a/api/pypath.utils.uniprot.sequence_caution.html
+++ b/api/pypath.utils.uniprot.sequence_caution.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.sequence_caution — pypath 0.16.14 documentation
+ pypath.utils.uniprot.sequence_caution — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.sequence_caution_with_xrefs.html b/api/pypath.utils.uniprot.sequence_caution_with_xrefs.html
index d00a24725..41e222034 100644
--- a/api/pypath.utils.uniprot.sequence_caution_with_xrefs.html
+++ b/api/pypath.utils.uniprot.sequence_caution_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.sequence_caution_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.sequence_caution_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.similarity.html b/api/pypath.utils.uniprot.similarity.html
index 7ebe90793..fd0e3156f 100644
--- a/api/pypath.utils.uniprot.similarity.html
+++ b/api/pypath.utils.uniprot.similarity.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.similarity — pypath 0.16.14 documentation
+ pypath.utils.uniprot.similarity — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.similarity_with_xrefs.html b/api/pypath.utils.uniprot.similarity_with_xrefs.html
index 4f9102875..9f7288b96 100644
--- a/api/pypath.utils.uniprot.similarity_with_xrefs.html
+++ b/api/pypath.utils.uniprot.similarity_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.similarity_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.similarity_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.subcellular_location.html b/api/pypath.utils.uniprot.subcellular_location.html
index 9936be716..e4cd512de 100644
--- a/api/pypath.utils.uniprot.subcellular_location.html
+++ b/api/pypath.utils.uniprot.subcellular_location.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.subcellular_location — pypath 0.16.14 documentation
+ pypath.utils.uniprot.subcellular_location — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.subcellular_location_with_xrefs.html b/api/pypath.utils.uniprot.subcellular_location_with_xrefs.html
index 56447f94b..81c4648d2 100644
--- a/api/pypath.utils.uniprot.subcellular_location_with_xrefs.html
+++ b/api/pypath.utils.uniprot.subcellular_location_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.subcellular_location_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.subcellular_location_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.subunit.html b/api/pypath.utils.uniprot.subunit.html
index 7e636b734..bac0fba7d 100644
--- a/api/pypath.utils.uniprot.subunit.html
+++ b/api/pypath.utils.uniprot.subunit.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.subunit — pypath 0.16.14 documentation
+ pypath.utils.uniprot.subunit — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.subunit_with_xrefs.html b/api/pypath.utils.uniprot.subunit_with_xrefs.html
index 06ae450f1..7082f28e6 100644
--- a/api/pypath.utils.uniprot.subunit_with_xrefs.html
+++ b/api/pypath.utils.uniprot.subunit_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.subunit_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.subunit_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.tissue_specificity.html b/api/pypath.utils.uniprot.tissue_specificity.html
index e865880a2..7656a2afc 100644
--- a/api/pypath.utils.uniprot.tissue_specificity.html
+++ b/api/pypath.utils.uniprot.tissue_specificity.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.tissue_specificity — pypath 0.16.14 documentation
+ pypath.utils.uniprot.tissue_specificity — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.tissue_specificity_with_xrefs.html b/api/pypath.utils.uniprot.tissue_specificity_with_xrefs.html
index 294041074..05430f2a4 100644
--- a/api/pypath.utils.uniprot.tissue_specificity_with_xrefs.html
+++ b/api/pypath.utils.uniprot.tissue_specificity_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.tissue_specificity_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.tissue_specificity_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.update_databases.html b/api/pypath.utils.uniprot.update_databases.html
index 3beb44c58..d05e30f4b 100644
--- a/api/pypath.utils.uniprot.update_databases.html
+++ b/api/pypath.utils.uniprot.update_databases.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.update_databases — pypath 0.16.14 documentation
+ pypath.utils.uniprot.update_databases — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.update_info.html b/api/pypath.utils.uniprot.update_info.html
index b4c6737d5..84327345c 100644
--- a/api/pypath.utils.uniprot.update_info.html
+++ b/api/pypath.utils.uniprot.update_info.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.update_info — pypath 0.16.14 documentation
+ pypath.utils.uniprot.update_info — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.web_resource.html b/api/pypath.utils.uniprot.web_resource.html
index 6fb8c6484..2522fe582 100644
--- a/api/pypath.utils.uniprot.web_resource.html
+++ b/api/pypath.utils.uniprot.web_resource.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.web_resource — pypath 0.16.14 documentation
+ pypath.utils.uniprot.web_resource — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.web_resource_with_xrefs.html b/api/pypath.utils.uniprot.web_resource_with_xrefs.html
index 1e19991f7..9a6891f7e 100644
--- a/api/pypath.utils.uniprot.web_resource_with_xrefs.html
+++ b/api/pypath.utils.uniprot.web_resource_with_xrefs.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.web_resource_with_xrefs — pypath 0.16.14 documentation
+ pypath.utils.uniprot.web_resource_with_xrefs — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.weight.html b/api/pypath.utils.uniprot.weight.html
index 9ed5d4da6..f6ee279f1 100644
--- a/api/pypath.utils.uniprot.weight.html
+++ b/api/pypath.utils.uniprot.weight.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.weight — pypath 0.16.14 documentation
+ pypath.utils.uniprot.weight — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.utils.uniprot.weights.html b/api/pypath.utils.uniprot.weights.html
index 6301d0697..45165f93a 100644
--- a/api/pypath.utils.uniprot.weights.html
+++ b/api/pypath.utils.uniprot.weights.html
@@ -8,7 +8,7 @@
- pypath.utils.uniprot.weights — pypath 0.16.14 documentation
+ pypath.utils.uniprot.weights — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.drawing.InterSet.html b/api/pypath.visual.drawing.InterSet.html
index b0ba617d6..2e9c8a0ce 100644
--- a/api/pypath.visual.drawing.InterSet.html
+++ b/api/pypath.visual.drawing.InterSet.html
@@ -8,7 +8,7 @@
- pypath.visual.drawing.InterSet — pypath 0.16.14 documentation
+ pypath.visual.drawing.InterSet — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.drawing.Plot.html b/api/pypath.visual.drawing.Plot.html
index 3de14a82b..a34a01e62 100644
--- a/api/pypath.visual.drawing.Plot.html
+++ b/api/pypath.visual.drawing.Plot.html
@@ -8,7 +8,7 @@
- pypath.visual.drawing.Plot — pypath 0.16.14 documentation
+ pypath.visual.drawing.Plot — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.drawing.html b/api/pypath.visual.drawing.html
index b3673d4f5..2ee814a01 100644
--- a/api/pypath.visual.drawing.html
+++ b/api/pypath.visual.drawing.html
@@ -8,7 +8,7 @@
- pypath.visual.drawing — pypath 0.16.14 documentation
+ pypath.visual.drawing — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.html b/api/pypath.visual.html
index e7ffa79a4..75b248510 100644
--- a/api/pypath.visual.html
+++ b/api/pypath.visual.html
@@ -8,7 +8,7 @@
- pypath.visual — pypath 0.16.14 documentation
+ pypath.visual — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.AbstractCairoGraphDrawer.html b/api/pypath.visual.igraph_drawing.AbstractCairoGraphDrawer.html
index cc056a159..348a07089 100644
--- a/api/pypath.visual.igraph_drawing.AbstractCairoGraphDrawer.html
+++ b/api/pypath.visual.igraph_drawing.AbstractCairoGraphDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.AbstractCairoGraphDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.AbstractCairoGraphDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.ArrowEdgeDrawer.html b/api/pypath.visual.igraph_drawing.ArrowEdgeDrawer.html
index f4796b504..475bdaee1 100644
--- a/api/pypath.visual.igraph_drawing.ArrowEdgeDrawer.html
+++ b/api/pypath.visual.igraph_drawing.ArrowEdgeDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.ArrowEdgeDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.ArrowEdgeDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.DefaultGraphDrawerFFsupport.html b/api/pypath.visual.igraph_drawing.DefaultGraphDrawerFFsupport.html
index bce4e1f40..67ed62edd 100644
--- a/api/pypath.visual.igraph_drawing.DefaultGraphDrawerFFsupport.html
+++ b/api/pypath.visual.igraph_drawing.DefaultGraphDrawerFFsupport.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.DefaultGraphDrawerFFsupport — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.DefaultGraphDrawerFFsupport — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.DefaultVertexDrawer.html b/api/pypath.visual.igraph_drawing.DefaultVertexDrawer.html
index 0bfc27bb9..5df5dd44d 100644
--- a/api/pypath.visual.igraph_drawing.DefaultVertexDrawer.html
+++ b/api/pypath.visual.igraph_drawing.DefaultVertexDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.DefaultVertexDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.DefaultVertexDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.TextDrawer.html b/api/pypath.visual.igraph_drawing.TextDrawer.html
index 20962860a..174ee6498 100644
--- a/api/pypath.visual.igraph_drawing.TextDrawer.html
+++ b/api/pypath.visual.igraph_drawing.TextDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.TextDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.TextDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.edge.AbstractEdgeDrawer.html b/api/pypath.visual.igraph_drawing.edge.AbstractEdgeDrawer.html
index 6d7dc198e..e1a2c51e5 100644
--- a/api/pypath.visual.igraph_drawing.edge.AbstractEdgeDrawer.html
+++ b/api/pypath.visual.igraph_drawing.edge.AbstractEdgeDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.edge.AbstractEdgeDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.edge.AbstractEdgeDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.edge.AlphaVaryingEdgeDrawer.html b/api/pypath.visual.igraph_drawing.edge.AlphaVaryingEdgeDrawer.html
index 1120e71ed..477516379 100644
--- a/api/pypath.visual.igraph_drawing.edge.AlphaVaryingEdgeDrawer.html
+++ b/api/pypath.visual.igraph_drawing.edge.AlphaVaryingEdgeDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.edge.AlphaVaryingEdgeDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.edge.AlphaVaryingEdgeDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.edge.ArrowEdgeDrawer.html b/api/pypath.visual.igraph_drawing.edge.ArrowEdgeDrawer.html
index 86615cd69..ed4b6848b 100644
--- a/api/pypath.visual.igraph_drawing.edge.ArrowEdgeDrawer.html
+++ b/api/pypath.visual.igraph_drawing.edge.ArrowEdgeDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.edge.ArrowEdgeDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.edge.ArrowEdgeDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.edge.DarkToLightEdgeDrawer.html b/api/pypath.visual.igraph_drawing.edge.DarkToLightEdgeDrawer.html
index 9eb577235..a5dfda5bb 100644
--- a/api/pypath.visual.igraph_drawing.edge.DarkToLightEdgeDrawer.html
+++ b/api/pypath.visual.igraph_drawing.edge.DarkToLightEdgeDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.edge.DarkToLightEdgeDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.edge.DarkToLightEdgeDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.edge.LightToDarkEdgeDrawer.html b/api/pypath.visual.igraph_drawing.edge.LightToDarkEdgeDrawer.html
index 85116b042..1903cafcf 100644
--- a/api/pypath.visual.igraph_drawing.edge.LightToDarkEdgeDrawer.html
+++ b/api/pypath.visual.igraph_drawing.edge.LightToDarkEdgeDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.edge.LightToDarkEdgeDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.edge.LightToDarkEdgeDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.edge.TaperedEdgeDrawer.html b/api/pypath.visual.igraph_drawing.edge.TaperedEdgeDrawer.html
index a1ed7512f..5e03c750b 100644
--- a/api/pypath.visual.igraph_drawing.edge.TaperedEdgeDrawer.html
+++ b/api/pypath.visual.igraph_drawing.edge.TaperedEdgeDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.edge.TaperedEdgeDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.edge.TaperedEdgeDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.edge.html b/api/pypath.visual.igraph_drawing.edge.html
index 74943d259..89228f4e0 100644
--- a/api/pypath.visual.igraph_drawing.edge.html
+++ b/api/pypath.visual.igraph_drawing.edge.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.edge — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.edge — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.html b/api/pypath.visual.igraph_drawing.html
index 058c374b7..69cd32a74 100644
--- a/api/pypath.visual.igraph_drawing.html
+++ b/api/pypath.visual.igraph_drawing.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.vertex.AbstractCairoDrawer.html b/api/pypath.visual.igraph_drawing.vertex.AbstractCairoDrawer.html
index 41452cd2d..bb96f8d79 100644
--- a/api/pypath.visual.igraph_drawing.vertex.AbstractCairoDrawer.html
+++ b/api/pypath.visual.igraph_drawing.vertex.AbstractCairoDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.vertex.AbstractCairoDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.vertex.AbstractCairoDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.vertex.AbstractCairoVertexDrawer.html b/api/pypath.visual.igraph_drawing.vertex.AbstractCairoVertexDrawer.html
index 70bd0006f..0b9ad1679 100644
--- a/api/pypath.visual.igraph_drawing.vertex.AbstractCairoVertexDrawer.html
+++ b/api/pypath.visual.igraph_drawing.vertex.AbstractCairoVertexDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.vertex.AbstractCairoVertexDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.vertex.AbstractCairoVertexDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.vertex.AbstractDrawer.html b/api/pypath.visual.igraph_drawing.vertex.AbstractDrawer.html
index 87a25f28d..6b6a87973 100644
--- a/api/pypath.visual.igraph_drawing.vertex.AbstractDrawer.html
+++ b/api/pypath.visual.igraph_drawing.vertex.AbstractDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.vertex.AbstractDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.vertex.AbstractDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.vertex.AbstractVertexDrawer.html b/api/pypath.visual.igraph_drawing.vertex.AbstractVertexDrawer.html
index e081175a9..4b8ed76bd 100644
--- a/api/pypath.visual.igraph_drawing.vertex.AbstractVertexDrawer.html
+++ b/api/pypath.visual.igraph_drawing.vertex.AbstractVertexDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.vertex.AbstractVertexDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.vertex.AbstractVertexDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.vertex.DefaultVertexDrawer.html b/api/pypath.visual.igraph_drawing.vertex.DefaultVertexDrawer.html
index 1b8ce0532..266f3a565 100644
--- a/api/pypath.visual.igraph_drawing.vertex.DefaultVertexDrawer.html
+++ b/api/pypath.visual.igraph_drawing.vertex.DefaultVertexDrawer.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.vertex.DefaultVertexDrawer — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.vertex.DefaultVertexDrawer — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/api/pypath.visual.igraph_drawing.vertex.html b/api/pypath.visual.igraph_drawing.vertex.html
index d0a6c591f..f0430afdb 100644
--- a/api/pypath.visual.igraph_drawing.vertex.html
+++ b/api/pypath.visual.igraph_drawing.vertex.html
@@ -8,7 +8,7 @@
- pypath.visual.igraph_drawing.vertex — pypath 0.16.14 documentation
+ pypath.visual.igraph_drawing.vertex — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/contents.html b/contents.html
index e30e55c45..8f825312c 100644
--- a/contents.html
+++ b/contents.html
@@ -8,7 +8,7 @@
- Contents — pypath 0.16.14 documentation
+ Contents — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/genindex.html b/genindex.html
index b45705daf..0830d3d4b 100644
--- a/genindex.html
+++ b/genindex.html
@@ -7,7 +7,7 @@
- Index — pypath 0.16.14 documentation
+ Index — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/index.html b/index.html
index 7c3ce736b..64b0c2c29 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
- Welcome to pypath! — pypath 0.16.14 documentation
+ Welcome to pypath! — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/notebooks/manual.html b/notebooks/manual.html
index 5a484dedc..f76f7f675 100644
--- a/notebooks/manual.html
+++ b/notebooks/manual.html
@@ -5,7 +5,7 @@
- The pypath book — pypath 0.16.14 documentation
+ The pypath book — pypath 0.16.15 documentation
-
+
diff --git a/objects.inv b/objects.inv
index ea4ce204c..be434ce98 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/py-modindex.html b/py-modindex.html
index 32e67951e..afa22156f 100644
--- a/py-modindex.html
+++ b/py-modindex.html
@@ -7,7 +7,7 @@
- Python Module Index — pypath 0.16.14 documentation
+ Python Module Index — pypath 0.16.15 documentation
@@ -36,7 +36,7 @@
-
+
diff --git a/reference.html b/reference.html
index 587d2d51c..aaebe62b6 100644
--- a/reference.html
+++ b/reference.html
@@ -8,7 +8,7 @@
- Reference — pypath 0.16.14 documentation
+ Reference — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/releasehistory.html b/releasehistory.html
index c8d489203..95af6d5d2 100644
--- a/releasehistory.html
+++ b/releasehistory.html
@@ -8,7 +8,7 @@
- Release history — pypath 0.16.14 documentation
+ Release history — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+
diff --git a/search.html b/search.html
index 99de8a419..d2c56330c 100644
--- a/search.html
+++ b/search.html
@@ -6,7 +6,7 @@
- Search - pypath 0.16.14 documentation
+ Search - pypath 0.16.15 documentation
@@ -35,7 +35,7 @@
-
+
diff --git a/webservice.html b/webservice.html
index 985799db2..3c8408025 100644
--- a/webservice.html
+++ b/webservice.html
@@ -8,7 +8,7 @@
- Webservice — pypath 0.16.14 documentation
+ Webservice — pypath 0.16.15 documentation
@@ -37,7 +37,7 @@
-
+