lenaschimmel / sc2rf

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

TypeError: unsupported operand type(s) for |: 'dict' and 'dict' #7

Closed arodzh-sudo closed 2 years ago

arodzh-sudo commented 2 years ago

Getting this error while trying to run the program:

Reading reference genome, lineage definitions... Done. Reading actual input. Traceback (most recent call last): File "search_recombinants.py", line 539, in <module> main() File "search_recombinants.py", line 96, in main all_samples = all_samples | read_samples TypeError: unsupported operand type(s) for |: 'dict' and 'dict'

lenaschimmel commented 2 years ago

Thanks for your issue!

Ah yes, this has already been reported as issue #6, but I forget to push the fix yesterday. I just pushed an update which hopefully fixes it.

If you still experience this problem, please re-open or comment.