-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi,
I am running juncBASE but when I run this command on my files, I always get this error.
Please let me know what I am doing wrong
And it always stop at this point of the command
Creating tree
Processing Reads
Getting Left and Right Counts
ERROR:
Traceback (most recent call last):
File "/Users/cherr5/Downloads/juncBASE-master/intron_exon_jctn_counts.py", line 403, in
if name == "main": main()
File "/Users/cherr5/Downloads/juncBASE-master/intron_exon_jctn_counts.py", line 269, in main
region_coord = getRegionCoord(line_list[2])
File "/Users/cherr5/Downloads/juncBASE-master/intron_exon_jctn_counts.py", line 366, in getRegionCoord
region_coord = convertCoordStr(region_coord_str)
File "/Users/cherr5/Downloads/juncBASE-master/getASEventReadCounts.py", line 2644, in convertCoordStr
start_str, end_str = start_end.split("-")
ValueError: too many values to unpack
Thanks,
Kashish Chetal