AttributeError: 'itertools.chain' object has no attribute 'next'
Hello, I hope you are fine :) I'm writing in english for people who meet the same issue. I have installed the obitools, but, when I want to use the first function obicount, I have this error message that i don't understand : cre@cre-Latitude-E6230:~$ obicount /home/cre/OBITools-1.2.13/bin/activate/fastq_files/180427_SN1126_A_L001_GWM-1359_R1.fastq Traceback (most recent call last): File "/usr/bin/obicount", line 46, in for s in entries: File "src/obitools/options/_options.pyx", line 105, in allEntryIterator File "src/obitools/fastq/_fastq.pyx", line 480, in fastFastqIterator AttributeError: 'itertools.chain' object has no attribute 'next'
I understand that File.... are exceptions, but what is the problem with the itertools.chain and how can I fix it ?
Best regards Have a nice day
Cresciense