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
# Note that coordinates supplied in this way are assumed zero-based by pysam (see source code, https://github.com/pysam-developers/pysam/blob/master/pysam/libcbcf.pyx, line 4366. We should verify these are zero-based. If not, use pysam chr:start-end string -- these are treated as one-based. This may not be a huge deal, since only variants coinciding with the start/end of the fragment will be affected.
# TO-DO: Need to handle all possible levels of ploidy.
301
301
ifphased_read.is_tagged:
302
302
if (args.log_likelihood_threshold>=0andphased_read.log_likelihood_ratio>=args.log_likelihood_threshold) orphased_read.haplotag_error_rate<=args.error_rate_threshold:
0 commit comments