kcleal / dysgu

Toolkit for calling structural variants using short or long reads
MIT License
92 stars 11 forks source link

Support for Python 3.11 #59

Closed tbenavi1 closed 1 year ago

tbenavi1 commented 1 year ago

Hello,

I was wondering if you planned to add support for Python 3.11. I was trying to use pip to install but there was no matching distribution found for dysgu. Thanks.

kcleal commented 1 year ago

Hi @tbenavi1, It is definitely on the to-do list. Last time I looked at it, some of the dependencies of dysgu had not migrated to 3.11. I can certainly have a look at this again.

kcleal commented 1 year ago

Support has been added for python 3.11, but only for linux so far as pysam does not currently support 3.11 on mac's. You will need to install via pip rather than conda though.