Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cfbuenabadn authored Aug 18, 2023
1 parent 0390fcc commit 8266d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psix/solo2psi.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def solo_to_psi(
ncells_current = mrna_per_event.shape[0]
if ncells_former > ncells_current:
n_diff = str(ncells_former - ncells_current)
print('removed ' + n_diff + ' cells with missing of "inf" mRNA values.')
print('removed ' + n_diff + ' cells with all missing or "inf" mRNA values.')
print('This can be the consequence of very shallow coverage in the cell.')
psi = psi.loc[mrna_per_event.index]

Expand Down

0 comments on commit 8266d6a

Please sign in to comment.