Skip to content

fix for _get_by_slice on feature-less slices

Marek Szuba requested to merge github/fork/danstaines/hotfix/get_by_slice into master

Created by: danstaines

This was revealed as a problem when running densityfeature code (from GenomeLoader, not from the hive) on genomes with slices without features - it looks as if bind parameters were left hanging around in the adaptor instance as they weren't ever used (and hence cleared). This is probably the simplest fix.

Merge request reports