Skip to content

Commit

Permalink
Update modality field in cell summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Mar 5, 2024
1 parent 0497a6b commit add5e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/extract-summary/context/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def main(args: argparse.Namespace):
summary = {
"@type": "CellSummary",
"annotation_method": args.annotation_method,
"modality": "sc_bulk",
"modality": "sc_transcriptomics",
"cell_source": args.cell_source,
"summary": summary_rows,
}
Expand Down

0 comments on commit add5e6d

Please sign in to comment.