WGLab / RepeatHMM

a hidden Markov model to infer simple repeats from genome sequences
Other
34 stars 14 forks source link

error: dont support for python 3 #58

Open 11malong opened 1 year ago

11malong commented 1 year ago

when i run 'repeatHMM.py', it showed: 'RepeatHMM does not support python 3 now. We will improve RepeatHMM for python 3 later.' How can I do for it?

looking forward your reply!

kaichop commented 1 year ago

You can use a conda environment and switch to different versions of Python.

On Wed, May 24, 2023 at 2:46 AM 11malong @.***> wrote:

when i run 'repeatHMM.py', it showed: 'RepeatHMM does not support python 3 now. We will improve RepeatHMM for python 3 later.' How can I do for it?

looking forward your reply!

— Reply to this email directly, view it on GitHub https://github.com/WGLab/RepeatHMM/issues/58, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNG3OFLKV6U3HDIMWLQEVLXHWVDLANCNFSM6AAAAAAYM4YREI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

11malong commented 1 year ago

thanks so much!