You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple threads supporting feasible? BTW, GATK4 Pileup may output line without 7 columns, which may causes an error corresping as follows.
Traceback (most recent call last):
File "/path/to/Conpair/scripts/estimate_tumor_normal_contamination.py", line 96, in
pileup = ContaminationMarker.parse_mpileup_line(line, min_map_quality=MMQ)
File "/path/to/Conpair//modules/ContaminationMarker.py", line 71, in parse_mpileup_line
baseQs = baseQ2int(line[4])
IndexError: list index out of range
No description provided.
The text was updated successfully, but these errors were encountered: