Hi
I was using cuffmerge for merging my transcripts..gtd file.
I get the following error
Thu May 13 23:19:38 2021] Preparing output location ./merged_asm/
Traceback (most recent call last):
File "/usr/bin/cuffmerge", line 580, in
sys.exit(main())
File "/usr/bin/cuffmerge", line 526, in main
run_log = open(logging_dir + "run.log", "w", 0)
ValueError: can't have unbuffered text I/O
Ive tried switching my python version from 3.8 to 2.7... Any suggestions to solve this error would be much appreciated
Thanks in advance