Skip to content

Commit

Permalink
Use functional_annotation_agg in all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
naglepuff committed Nov 5, 2024
1 parent 890c313 commit be13b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmdc_server/ingest/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def load(db: Session, function_limit=None, skip_annotation=False):
),
pipeline.load_mp_analysis,
WorkflowActivityTypeEnum.metaproteomic_analysis.value,
annotations=mongodb["metap_gene_function_aggregation"],
annotations=mongodb["functional_annotation_agg"],
function_limit=function_limit,
)
db.commit()
Expand Down

0 comments on commit be13b70

Please sign in to comment.