Skip to content

Commit

Permalink
make empty dict for meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Stuckey committed Nov 4, 2024
1 parent a1309c3 commit 3ab1b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/register_missing_combiner_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main(vds: str, dataset: str):
output=vds,
status=AnalysisStatus('completed'),
sequencing_group_ids=get_sg_ids(vds),
meta=None,
meta={},
)
aapi.create_analysis(project=dataset, analysis=am)

Expand Down

0 comments on commit 3ab1b01

Please sign in to comment.