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
I've come across an edge case whilst messing around with the tool. When the number of reads in the long-read alignment file is less than 100, the following code in function assignLongReadToSNPs() will fail:
Hi,
I've come across an edge case whilst messing around with the tool. When the number of reads in the long-read alignment file is less than 100, the following code in function
assignLongReadToSNPs()
will fail:If
len(samLines)/100
returns a value less than 1,int()
will turn it to a 0, which results in aZeroDivisionError
in theif
conditional.Cheers
Alastair
nPhase version: nPhase pipeline 1.1.3
Downloaded through conda
The text was updated successfully, but these errors were encountered: