Hi, the waafle_junctions works for two cohorts, but it fails with another cohort, popping up the following [error]. I tried adding “quoting=csv.QUOTE_NONE” to “csv.reader( fh, dialect=“excel-tab” )” in the file “/home/username/pythonenvs/biobakery/lib/python3.7/site-packages/waafle/utils.py”, but it did not fix the error. Any thoughts? Thanks,
Junhui
[Traceback (most recent call last):
File “/home/username/pythonenvs/biobakery/bin/waafle_junctions”, line 11, in
sys.exit(main())
File “/home/username/pythonenvs/biobakery/lib/python3.7/site-packages/waafle/waafle_junctions.py”, line 429, in main
for mate1, mate2 in concordant_hits( p_sam ):
File “/home/username/pythonenvs/biobakery/lib/python3.7/site-packages/waafle/waafle_junctions.py”, line 256, in concordant_hits
for hit in wu.iter_sam_hits( p_sam ):
File “/home/username/pythonenvs/biobakery/lib/python3.7/site-packages/waafle/utils.py”, line 543, in iter_sam_hits
for row in csv.reader( fh, dialect=“excel-tab” ):
_csv.Error: field larger than field limit (131072)]