Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mutalyzer
mutalyzer2
Commits
5109526f
Commit
5109526f
authored
Jul 21, 2017
by
Mihai
Browse files
Website view additions: recommendations and changelog link.
parent
0610c1db
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
5109526f
...
...
@@ -14,9 +14,9 @@ Version 2.0.26
Released on July 19th 2017.
- Description-extractor dependency updated to version 2.35 (`#
- Description-extractor dependency updated to version 2.35 (`#
429
<https://github.com/mutalyzer/mutalyzer/pull/429>`_).
- Fix for negative cCDSStop due to wrong transcript to protein link. (`#
- Fix for negative cCDSStop due to wrong transcript to protein link. (`#
430
<https://github.com/mutalyzer/mutalyzer/issues/430>`_)
...
...
mutalyzer/website/templates/about.html
View file @
5109526f
...
...
@@ -173,6 +173,28 @@ of Mutalyzer.
title=
"SUN Microsystems"
></a>
</div>
<h2
id=
"recommended-by"
>
Recommended by
</h2>
<div>
<a
href=
"http://www.humanvariomeproject.org/solutions/recommended-systems.html"
>
<img
src=
"{{ url_for('static',
filename='images/hvp_recommended_system.png')
}}"
width=
"209"
height=
"140"
alt=
"HVP"
title=
"HVP"
></a>
<a
href=
"http://www.irdirc.org/activities/irdirc-recognized-resources/"
>
<img
src=
"{{ url_for('static',
filename='images/irdirc_recognized_resource.jpg')
}}"
width=
"300"
height=
"166"
alt=
"IRDiRC"
title=
"IRDiRC"
></a>
</div>
<h2>
Counters
</h2>
<p>
...
...
mutalyzer/website/templates/base.html
View file @
5109526f
...
...
@@ -172,10 +172,19 @@
development version
{% endif %}
</span>
<br>
<a
href=
"https://github.com/mutalyzer/mutalyzer/blob/master/CHANGES.rst"
>
Changelog
</a>
</p>
</div>
<div
class=
"col-md-4"
>
<p
class=
"text-muted"
>
HGVS nomenclature version {{ nomenclature_version }}
</p>
<p
class=
"text-muted"
>
HGVS nomenclature version {{ nomenclature_version }}
<br>
<a
href=
"{{ url_for('website.about') }}#recommended-by"
name=
"recommended-by"
>
Recommended by
</a>
</p>
</div>
<div
class=
"col-md-4"
>
<img
src=
"{{ url_for('static', filename='images/LUMC_24x24.png') }}"
align=
"middle"
>
...
...
mutalyzer/website/templates/static/images/hvp_recommended_system.png
0 → 100644
View file @
5109526f
3.54 KB
mutalyzer/website/templates/static/images/irdirc_recognized_resource.jpg
0 → 100644
View file @
5109526f
16.5 KB
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment