Skip to content

Commit cd40a8e

Browse files
committed
Deploying to gh-pages from @ 6cae490 🚀
1 parent 31a31fb commit cd40a8e

File tree

14 files changed

+362
-94
lines changed

14 files changed

+362
-94
lines changed

latest/_modules/gpsea/preprocessing/_config.html

Lines changed: 131 additions & 41 deletions
Large diffs are not rendered by default.

latest/_sources/user-guide/input-data.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Load phenopackets
8888
We can create a cohort starting from a collection of `Phenopacket` objects
8989
provided by Python `Phenopackets <https://pypi.org/project/phenopackets>`_ library.
9090
For the purpose of this example, we will load a cohort of patients with pathogenic mutations in *RERE* gene
91-
which are included in the release `0.1.18` of `Phenopacket Store <https://github.com/monarch-initiative/phenopacket-store>`_.
91+
which are included in the release `0.1.19` of `Phenopacket Store <https://github.com/monarch-initiative/phenopacket-store>`_.
9292
We use `Phenopacket Store Toolkit <https://github.com/monarch-initiative/phenopacket-store-toolkit>`_
9393
(``ppktstore`` in the code) to reduce the boilerplate code
9494
associated with extracting phenopacket data from Phenopacket Store release:

latest/apidocs/gpsea.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ <h2>Subpackages<a class="headerlink" href="#subpackages" title="Link to this hea
156156
<li class="toctree-l2"><a class="reference internal" href="gpsea.preprocessing.html#gpsea.preprocessing.configure_cohort_creator"><code class="docutils literal notranslate"><span class="pre">configure_cohort_creator()</span></code></a></li>
157157
<li class="toctree-l2"><a class="reference internal" href="gpsea.preprocessing.html#gpsea.preprocessing.configure_default_tx_coordinate_service"><code class="docutils literal notranslate"><span class="pre">configure_default_tx_coordinate_service()</span></code></a></li>
158158
<li class="toctree-l2"><a class="reference internal" href="gpsea.preprocessing.html#gpsea.preprocessing.configure_default_functional_annotator"><code class="docutils literal notranslate"><span class="pre">configure_default_functional_annotator()</span></code></a></li>
159+
<li class="toctree-l2"><a class="reference internal" href="gpsea.preprocessing.html#gpsea.preprocessing.configure_default_imprecise_sv_functional_annotator"><code class="docutils literal notranslate"><span class="pre">configure_default_imprecise_sv_functional_annotator()</span></code></a></li>
159160
<li class="toctree-l2"><a class="reference internal" href="gpsea.preprocessing.html#gpsea.preprocessing.configure_default_protein_metadata_service"><code class="docutils literal notranslate"><span class="pre">configure_default_protein_metadata_service()</span></code></a></li>
160161
<li class="toctree-l2"><a class="reference internal" href="gpsea.preprocessing.html#gpsea.preprocessing.configure_protein_metadata_service"><code class="docutils literal notranslate"><span class="pre">configure_protein_metadata_service()</span></code></a></li>
161162
<li class="toctree-l2"><a class="reference internal" href="gpsea.preprocessing.html#gpsea.preprocessing.VariantCoordinateFinder"><code class="docutils literal notranslate"><span class="pre">VariantCoordinateFinder</span></code></a></li>

latest/apidocs/gpsea.preprocessing.html

Lines changed: 45 additions & 4 deletions
Large diffs are not rendered by default.

latest/genindex.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ <h2 id="C">C</h2>
270270
<li><a href="apidocs/gpsea.view.html#gpsea.view.configure_default_cohort_artist">configure_default_cohort_artist() (in module gpsea.view)</a>
271271
</li>
272272
<li><a href="apidocs/gpsea.preprocessing.html#gpsea.preprocessing.configure_default_functional_annotator">configure_default_functional_annotator() (in module gpsea.preprocessing)</a>
273+
</li>
274+
<li><a href="apidocs/gpsea.preprocessing.html#gpsea.preprocessing.configure_default_imprecise_sv_functional_annotator">configure_default_imprecise_sv_functional_annotator() (in module gpsea.preprocessing)</a>
273275
</li>
274276
<li><a href="apidocs/gpsea.preprocessing.html#gpsea.preprocessing.configure_default_protein_metadata_service">configure_default_protein_metadata_service() (in module gpsea.preprocessing)</a>
275277
</li>

latest/objects.inv

9 Bytes
Binary file not shown.

latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

latest/user-guide/input-data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h3>Load phenopackets<a class="headerlink" href="#load-phenopackets" title="Link
179179
<p>We can create a cohort starting from a collection of <cite>Phenopacket</cite> objects
180180
provided by Python <a class="reference external" href="https://pypi.org/project/phenopackets">Phenopackets</a> library.
181181
For the purpose of this example, we will load a cohort of patients with pathogenic mutations in <em>RERE</em> gene
182-
which are included in the release <cite>0.1.18</cite> of <a class="reference external" href="https://github.com/monarch-initiative/phenopacket-store">Phenopacket Store</a>.
182+
which are included in the release <cite>0.1.19</cite> of <a class="reference external" href="https://github.com/monarch-initiative/phenopacket-store">Phenopacket Store</a>.
183183
We use <a class="reference external" href="https://github.com/monarch-initiative/phenopacket-store-toolkit">Phenopacket Store Toolkit</a>
184184
(<code class="docutils literal notranslate"><span class="pre">ppktstore</span></code> in the code) to reduce the boilerplate code
185185
associated with extracting phenopacket data from Phenopacket Store release:</p>

0 commit comments

Comments
 (0)