GoekeLab / xpore

Identification of differential RNA modifications from nanopore direct RNA sequencing
https://xpore.readthedocs.io/
MIT License
136 stars 22 forks source link

change df_events_per_read.loc index #25

Closed pabloacera closed 4 years ago

pabloacera commented 4 years ago

I have added parenthesis to this function from xpore-dataprep: df2write = df_events_per_read.loc[[(tx_id,read_id)],:].reset_index() It was crashing before, now it accounts for a multi-index search.

ploy-np commented 4 years ago

This was included in the new release (v0.5.4). Thanks again @pabloacera