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
if (args.log_likelihood_threshold>=0andphased_read.log_likelihood_ratio>=args.log_likelihood_threshold) orphased_read.haplotag_error_rate<=args.error_rate_threshold:
282
282
# Phased read passing the error-rate/score threshold.
unphased and nonphasable reads written to their own files.
299
299
"""
300
300
# TO-DO: Need to handle all possible levels of ploidy.
301
-
ifphased_read.is_phased:
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