Skip to content
Snippets Groups Projects
Commit 647667d9 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

Changes to _slice_fetch: simpify SQL if slice is an SNP - only 1bp long.

Functionality suggested by Ensembl Genomes, used when building a variation DB.
New flag: start_equals_end which controls the simplified sql for 1bp slice.
parent aa0c1632
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ sub new {
to true sub _slice_fetch will use a simplified sql to retrieve 1bp slices.
Returntype : boolean
Exceptions : none
Caller : Pipeline
Caller : EnsemblGenomes variation DB build
Status : Stable
=cut
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment