tgen / bisbee

alternative splicing analysis pipeline
MIT License
17 stars 4 forks source link

Fix error due to deprecated use of np.reshape #2

Closed majohn40 closed 4 years ago

majohn40 commented 4 years ago

Replace deprecated use of reshape command with a combination of the numpy transform function and subsequent reshape to prevent errors when using new versions of numpy.