Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cfbuenabadn authored Aug 18, 2023
1 parent 115748b commit 532a5e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions psix/junctions2psi.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ def junctions_dir_to_psi(
cell_list = psi.columns
mrna = tpm2mrna(tpm_file, cell_list, dtype=dtype)
##### New thing
self.mrna_checkpoint = mrna
self.cells_checkpoint = cells
self.psi_checkpoint = psi
self.constitutive_sj_checkpoint = constitutive_sj
cells = psi.columns.intersection(mrna.columns)
mrna = mrna[cells]
psi = psi[cells]
Expand Down

0 comments on commit 532a5e0

Please sign in to comment.