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
PNEXT becomes incorrect if some VCF insertions of deletions are present between the 2 ends of a read cluster.
We could set PNEXT to 0, a valid value showing that the information is unavailable, but we decided to stick with the incorrect value as it is still informative when browsing the BAM file manually.
unsignedlong PNEXT = (directionIsForward?startPos2:startPos1) + globalPosShift; // TODO: This PNEXT is incorrect if there are some vcf indels between the 2 ends of the cluster
The text was updated successfully, but these errors were encountered:
PNEXT becomes incorrect if some VCF insertions of deletions are present between the 2 ends of a read cluster.
We could set PNEXT to 0, a valid value showing that the information is unavailable, but we decided to stick with the incorrect value as it is still informative when browsing the BAM file manually.
See
EAGLE/src/c++/lib/genome/BamMetadata.cpp
Line 177 in edb2c08
The text was updated successfully, but these errors were encountered: