lenaschimmel / sc2rf

SARS-Cov-2 Recombinant Finder for fasta sequences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

arodzh-sudo opened this issue · comments

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'

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.