Skip to content
Snippets Groups Projects
Commit 654393ea authored by Vermaat's avatar Vermaat
Browse files

Add NG example to name checker website form

parent 38f56308
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,10 @@ nomenclature according to the
<div class="caption">
<h3><a href="{{ url_for('.name_checker') }}">Name Checker</a></h3>
<p>The Name Checker takes the complete sequence variant description as input and checks whether it is correct.</p>
<p>Example: <code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code></p>
<p>Examples:
<code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code>,
<code class="example-input" data-for="description">NG_012337.1(SDHD_v001):c.274G&gt;T</code>
</p>
<!-- <a href="{{ url_for('.name_checker') }}" class="btn btn-default btn-small btn-primary">Try
this</a> -->
......
......@@ -54,7 +54,10 @@
<input class="form-control form-pre" type="text"
name="description" id="description" value="{{ description }}"
placeholder="Variant description using HGVS format">
<p>Example: <code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code></p>
<p>Examples:
<code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code>,
<code class="example-input" data-for="description">NG_012337.1(SDHD_v001):c.274G&gt;T</code>
</p>
</div>
<div class="form-group button-group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment