lmb-embrapa / machado

This repository provides users with a framework to store, search and visualize biological data.
GNU General Public License v3.0
26 stars 14 forks source link

set which overlapping features will be indexed in the settings.py #330

Open azneto opened 3 years ago

azneto commented 3 years ago

Currently, the rebuild_index will index only the types set in this variable:

OVERLAPPING_FEATURES = ["SNV", "QTL", "copy_number_variation"]

https://github.com/lmb-embrapa/machado/blob/ffddba81c70976a6d8a1819e3122b944cadb247d/machado/search_indexes.py#L23