Skip to content

Commit

Permalink
Register the processor
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jul 22, 2024
1 parent 0d0bfc2 commit ec49512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/indra_cogex/sources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from .sider import SIDERSideEffectProcessor
from .wikidata import JournalPublisherProcessor
from .gwas import GWASProcessor
from .depmap import DepmapProcessor

__all__ = [
"processor_resolver",
Expand Down Expand Up @@ -55,6 +56,7 @@
"DisgenetProcessor",
"GWASProcessor",
"HGNCEnzymeProcessor",
"DepmapProcessor",
]

processor_resolver: Resolver[Processor] = Resolver.from_subclasses(Processor)

0 comments on commit ec49512

Please sign in to comment.