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

Fix bug in NCBI mapping update process

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@657 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 935340b1
No related branches found
No related tags found
No related merge requests found
......@@ -726,6 +726,8 @@ class Mapping(Db) :
G.name as gene,
SUBSTRING(T.name FROM 1 FOR LOCATE('.', T.name) - 1) as transcript,
SUBSTRING(T.name FROM LOCATE('.', T.name) + 1) as version,
NULL as selector,
NULL as selector_version,
CONCAT('chr', T.chromosome) as chromosome,
T.orientation as orientation,
MIN(T.start) as start,
......
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