Bases: BaseProcessor
Processor for Gemma database annotations.
Raw data must be downloaded before processing using metahq-build download gemma.
process(output_dir=PROCESSED_DIR, **kwargs)
¶
Process Gemma annotations into standardized format.
Reads from the raw JSON file produced by metahq-build download gemma
(default location: data/unprocessed/gemma.json). Raises
ProcessorError if that file does not exist.
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|
validate(data)
¶
Validate processed Gemma data.
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|