Skip to content

Commit b2442de

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oggmap/orthomap2tei.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ def get_pmatrix(adata,
797797
how='left',
798798
on='GeneID')['Phylostrata'])
799799
print(var_names_df_chunk)
800-
print(phylostrata_chunk)
800+
print(len(phylostrata_chunk))
801801
adata_pmatrix_chunk.var['Phylostrata'] = phylostrata_chunk
802802
adata_pmatrix_chunks.append(adata_pmatrix_chunk)
803803
all_phylostrata_chunks.append(phylostrata_chunk)

0 commit comments

Comments
 (0)