Skip to content

Commit 143268d

Browse files
committed
update get_pmatrix to handle chunks
1 parent 356d4ed commit 143268d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/oggmap/orthomap2tei.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,8 @@ def get_pmatrix(adata,
796796
right=var_names_df_chunk,
797797
how='left',
798798
on='GeneID')['Phylostrata'])
799+
print(var_names_df_chunk)
800+
print(phylostrata_chunk)
799801
adata_pmatrix_chunk.var['Phylostrata'] = phylostrata_chunk
800802
adata_pmatrix_chunks.append(adata_pmatrix_chunk)
801803
all_phylostrata_chunks.append(phylostrata_chunk)

0 commit comments

Comments
 (0)