MiriamAligner

class MiriamAligner(force_download: bool | None = None)[source]

Bases: Aligner

Aligner for the MIRIAM registry.

Instantiate the aligner.

Attributes Summary

curation_header

Header to put on the curation table, corresponding to get_curation_row()

include_new

Should new entries be included automatically? Only set this true for aligners of very high confidence (e.g., OBO Foundry but not BioPortal)

key

The key for the external registry

Methods Summary

getter([force_process])

Get the MIRIAM registry.

Attributes Documentation

curation_header: ClassVar[Sequence[str]] = ('deprecated', 'name', 'description')

Header to put on the curation table, corresponding to get_curation_row()

include_new: ClassVar[bool] = True

Should new entries be included automatically? Only set this true for aligners of very high confidence (e.g., OBO Foundry but not BioPortal)

key: ClassVar[str] = 'miriam'

The key for the external registry

Methods Documentation

getter(force_process: bool = False)

Get the MIRIAM registry.