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

Merge pull request #51 from mutalyzer/ng-example

Add NG example to name checker website form
parents 38f56308 654393ea
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,10 @@ nomenclature according to the ...@@ -18,7 +18,10 @@ nomenclature according to the
<div class="caption"> <div class="caption">
<h3><a href="{{ url_for('.name_checker') }}">Name Checker</a></h3> <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>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 <!-- <a href="{{ url_for('.name_checker') }}" class="btn btn-default btn-small btn-primary">Try
this</a> --> this</a> -->
......
...@@ -54,7 +54,10 @@ ...@@ -54,7 +54,10 @@
<input class="form-control form-pre" type="text" <input class="form-control form-pre" type="text"
name="description" id="description" value="{{ description }}" name="description" id="description" value="{{ description }}"
placeholder="Variant description using HGVS format"> 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>
<div class="form-group button-group"> <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