Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Jun 1, 2023
1 parent 8d4a03c commit 15d27f9
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/beaconplus.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ The Beacon<sup><span style="color: #d00;">+</span></sup> implementation is a
custom front end on top of the [Progenetix](http://progenetix.org)
dataset, with emphasis on structural genome variations from cancer samples.

!!! note "Technical Documentation"

An increasing amount of documentation relevant to the Progenetix API can be
found in those locations:

* [`bycon` package documentation](http://bycon.progenetix.org)
* Beacon v2 [documentation site](http://docs.genomebeacons.org)


<!--
On 2020-01-20, Beacon<sup><span style="color: #d00;">+</span></sup> became part
of the [ELIXIR Beacon Network](https://beacon-network.elixir-europe.org).
Expand Down
4 changes: 2 additions & 2 deletions docs/css/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}

.md-typeset h1 {
line-height: 1;
margin: 0px;
line-height: 1.2;
margin: 0px 0px 1em 0px;
}

h2 {
Expand Down
Binary file added docs/img/age-query.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions docs/news/2023-06-01-age-filters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
template: post.html
title: Implementing <code>alphanumeric</code> filters
description: Age queries as first use case for comparator queries
date: 2023-06-01
links:
- '[`bycon` change notes](http://bycon.progenetix.org/changes-todo/)'
- '[Beacon filters](http://docs.genomebeacons.org/filters/#filter-types)'
---

![age query image](/img/age-query.png){ width="280" style="float: right; margin: 0px 0px 10px 20px;" }While the Beacon v2 API has _in principle_ support for an `alphanumeric` [filter
type](http://docs.genomebeacons.org/filters/#filter-types) so far in [`bycon`](http://bycon.progenetix.org/)
there had been no dedicated support. With yesterday's `v1.0.49` update the library
now supports such queries, implemented & tested specifically for age (...at diagnosis)
valuse.

<!--more-->

2 changes: 0 additions & 2 deletions docs/news/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
template: post_list.html
title: Latest Progenetix News
description: Progenetix news and updates.
---

# Progenetix News
6 changes: 6 additions & 0 deletions extra/post_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
-->

{% if future_posts|length > 0 %}

<!--
<h2 id="upcoming">Upcoming <a class="headerlink" href="#upcoming">&para;</a></h2>
-->
{% for post_page in (future_posts |sort(attribute="meta.date", reverse=False))[:config.extra.blog_list_length] %}
{% include "partials/post_preview.html" %}
{% endfor %}
Expand All @@ -58,7 +62,9 @@ <h2 id="upcoming">Upcoming <a class="headerlink" href="#upcoming">&para;</a></h2
-->

{% if news_posts|length > 0 %}
<!--
<h2 id="previous">Previous <a class="headerlink" href="#previous">&para;</a></h2>
-->
{% for post_page in (news_posts|sort(attribute="meta.date", reverse=True))[:config.extra.blog_list_length] %}
{% include "partials/post_preview.html" %}
{% endfor %}
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ nav:
- Technical Notes: technical-notes
- Progenetix Website Builds: progenetix-website-builds
- Progenetix Data &#8599;: http://progenetix.org
- cancercelllines.org &#8599;: http://cancercelllines.org
- Baudisgroup @ UZH &#8599;: http://info.baudisgroup.org

###############################################################################
Expand Down

0 comments on commit 15d27f9

Please sign in to comment.