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

Fix for typo in commit r338.

parent 11eb9eec
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ class Mapping(Db) :
if version is None:
q += """
where acc = %s
version desc, order by chrom asc;
order by version desc, order by chrom asc;
"""
statement = (q, mrnaAcc)
else:
......
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