Open arq5x opened 3 years ago
Currently, the following happens:
for (i1, i2) in result { println!("{:?} {} {}, i1.chrom(), i1.begin(), i1.end() }
output:
1(Id=0) 67 167 1(Id=0) 91 191
Currently, the following happens:
for (i1, i2) in result { println!("{:?} {} {}, i1.chrom(), i1.begin(), i1.end() }
output:
1(Id=0) 67 167 1(Id=0) 91 191