bioinfo-biols / CIRIquant

circular RNA quantification tools
https://sourceforge.net/projects/ciri/files/CIRIquant
MIT License
27 stars 17 forks source link

invalid syntax in hisat2_read_statistics.py #67

Open qj009 opened 2 weeks ago

qj009 commented 2 weeks ago

Hello, When I ran CIRI-quant, it gave out an error below:

File ".conda/envs/CIRIquant/bin/hisat2_read_statistics.py", line 182 length_map = sorted(length_map.iteritems(), key=lambda (k,v):(v,k), reverse=True) ^ SyntaxError: invalid syntax

However, it still finish the circular RNA quantification and output a gtf file. Does this error matters?

Thank you!