I have a question about annotate_bam. The two parameters paired_end_minimum_distance and paired_end_maximum_distance do not work. In the code below, the default parameters in the definition of the function filter_pairs are as follows: min_distance=0, max_distance=float("inf"). Is there any other place to define them?
hi!
I have a question about annotate_bam. The two parameters paired_end_minimum_distance and paired_end_maximum_distance do not work. In the code below, the default parameters in the definition of the function filter_pairs are as follows: min_distance=0, max_distance=float("inf"). Is there any other place to define them?