Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mutalyzer
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
mutalyzer
Commits
654393ea
Commit
654393ea
authored
9 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Add NG example to name checker website form
parent
38f56308
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mutalyzer/website/templates/homepage.html
+4
-1
4 additions, 1 deletion
mutalyzer/website/templates/homepage.html
mutalyzer/website/templates/name-checker.html
+4
-1
4 additions, 1 deletion
mutalyzer/website/templates/name-checker.html
with
8 additions
and
2 deletions
mutalyzer/website/templates/homepage.html
+
4
−
1
View file @
654393ea
...
...
@@ -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
>
T
</code></p>
<p>
Examples:
<code
class=
"example-input"
data-for=
"description"
>
AB026906.1:c.274G
>
T
</code>
,
<code
class=
"example-input"
data-for=
"description"
>
NG_012337.1(SDHD_v001):c.274G
>
T
</code>
</p>
<!-- <a href="{{ url_for('.name_checker') }}" class="btn btn-default btn-small btn-primary">Try
this</a> -->
...
...
This diff is collapsed.
Click to expand it.
mutalyzer/website/templates/name-checker.html
+
4
−
1
View file @
654393ea
...
...
@@ -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
>
T
</code></p>
<p>
Examples:
<code
class=
"example-input"
data-for=
"description"
>
AB026906.1:c.274G
>
T
</code>
,
<code
class=
"example-input"
data-for=
"description"
>
NG_012337.1(SDHD_v001):c.274G
>
T
</code>
</p>
</div>
<div
class=
"form-group button-group"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment