Skip to content

Commit

Permalink
Ingest annotation documents with PFAM IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
naglepuff committed Sep 5, 2024
1 parent 97c876b commit c27d7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmdc_server/ingest/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

DataObjectList = List[str]
LoadObjectReturn = models.PipelineStep
gene_regex = re.compile(r"^(KEGG\.ORTHOLOGY|COG)")
gene_regex = re.compile(r"^(KEGG\.ORTHOLOGY|COG|PFAM)")


class LoadObject(Protocol):
Expand Down

0 comments on commit c27d7c7

Please sign in to comment.