Skip to content

Commit

Permalink
add modality in summary.jsonld
Browse files Browse the repository at this point in the history
  • Loading branch information
vickydaiya committed Dec 4, 2023
1 parent f7e860f commit ecfc2e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/extract-summary/context/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def main(args: argparse.Namespace):
summary = {
"@type": "CellSummary",
"annotation_method": args.annotation_method,
"modality": "bulk",
"cell_source": args.cell_source,
"summary": summary_rows,
}
Expand Down

0 comments on commit ecfc2e9

Please sign in to comment.