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
89ff6172
Commit
89ff6172
authored
9 years ago
by
Vermaat
Browse files
Options
Downloads
Plain Diff
Merge pull request #64 from mutalyzer/release-2.0.10
Release 2.0.10
parents
e921f13a
638f08b6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.rst
+17
-1
17 additions, 1 deletion
CHANGES.rst
mutalyzer/__init__.py
+2
-2
2 additions, 2 deletions
mutalyzer/__init__.py
with
19 additions
and
3 deletions
CHANGES.rst
+
17
−
1
View file @
89ff6172
...
...
@@ -4,12 +4,28 @@ Changelog
This is a record of changes made between each Mutalyzer release.
Version 2.0.1
0
Version 2.0.1
1
--------------
Release date to be decided.
Version 2.0.10
--------------
Released on July 21st 2015.
- Don't crash the position converter on transcript mappings containing no
exons (`#63
<https://github.com/mutalyzer/mutalyzer/pull/63>`_).
- Use the notation for an uncertain stop codon, e.g., `p.(Gln730Profs*?)`
instead of `p.(Gln730Profs*96)` when a variant results in a frame shift or
extension and we don't see a new stop codon in the RNA (`#57
<https://github.com/mutalyzer/mutalyzer/pull/57>`_).
- Added Dog (Broad CanFam3.1/canFam3) assembly for position converter (`#56
<https://github.com/mutalyzer/mutalyzer/pull/56>`_).
Version 2.0.9
-------------
...
...
This diff is collapsed.
Click to expand it.
mutalyzer/__init__.py
+
2
−
2
View file @
89ff6172
...
...
@@ -21,8 +21,8 @@ from __future__ import unicode_literals
# [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
# [2] http://semver.org/
__version_info__
=
(
'
2
'
,
'
0
'
,
'
1
0
'
,
'
dev
'
)
__date__
=
'
9
Jul 2015
'
__version_info__
=
(
'
2
'
,
'
0
'
,
'
1
1
'
,
'
dev
'
)
__date__
=
'
21
Jul 2015
'
__version__
=
'
.
'
.
join
(
__version_info__
)
...
...
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