lenaschimmel / sc2rf

SARS-Cov-2 Recombinant Finder for fasta sequences
MIT License
48 stars 13 forks source link

Python version requirement 3.9 #6

Closed benkraj closed 2 years ago

benkraj commented 2 years ago

Thanks for the tool.

Just had a quick note that I think Python 3.9 is required due to the | operator in dict.

I was getting an error before trying it with 3.9.

lenaschimmel commented 2 years ago

Thanks for mentioning this!

I will change this in an update soon, so that it would work on Python 3.6 as well.

lenaschimmel commented 2 years ago

I just pushed an update which should fix it. I hope it works, because couldn't test it with python 3.6, 3.7 or 3.8 yet, as I currently don't have time to sort my python environment issues and only use 3.9.

As a side node: please don't close issues before I fixed them - I need them open to remind me that I still need to do something. (But it can probably remain closed now.)