Skip to content

Commit

Permalink
missing metadata in rse
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed May 20, 2024
1 parent 96e1ed1 commit 9916df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dolomite_se/read_ranged_summarized_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def read_ranged_summarized_experiment(
assays=se.get_assays(),
row_data=se.get_row_data(),
column_data=se.get_column_data(),
metadata=se.get_metadata(),
)

_ranges_path = os.path.join(path, "row_ranges")
Expand Down

0 comments on commit 9916df3

Please sign in to comment.