Esempio n. 1
0
    def handle(self, *args, **options):

        if settings.CUSTOM_ANNOTATOR_SETTINGS is not None:
            print("Load dbNSFP.. ")

            # note that you could use mall.get_custom_annotator() here too
            custom_annotator = CustomAnnotator(settings.CUSTOM_ANNOTATOR_SETTINGS)
            custom_annotator.load()

        get_reference().load()
        mall.get_annotator().load()
Esempio n. 2
0
    def handle(self, *args, **options):

        if settings.CUSTOM_ANNOTATOR_SETTINGS is not None:
            print("Load dbNSFP.. ")

            # note that you could use mall.get_custom_annotator() here too
            custom_annotator = CustomAnnotator(
                settings.CUSTOM_ANNOTATOR_SETTINGS)
            custom_annotator.load()

        get_reference().load()
        mall.get_annotator().load()
Esempio n. 3
0
 def handle(self, *args, **options):
     _custom_annotator = CustomAnnotator(settings.CUSTOM_ANNOTATOR_SETTINGS)
     _custom_annotator.load()
Esempio n. 4
0
 def handle(self, *args, **options):
     _custom_annotator = CustomAnnotator(settings.CUSTOM_ANNOTATOR_SETTINGS)
     _custom_annotator.load()