Skip to content

Commit c919530

Browse files
committed
fix to use updated cd.Dataset.format() function
1 parent 96c0140 commit c919530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/prepare_data_for_improve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def merge_master_tables(args, data_sets, data_type: str='transcriptomics'):
553553
getattr(data_sets[data_set], data_type, None) is not None
554554
):
555555
dfs_to_merge.append(
556-
data_sets[data_set].format(data_type=data_type)
556+
data_sets[data_set].format(data_type=data_type).transpose()
557557
)
558558

559559
merged_data = None

0 commit comments

Comments
 (0)