Ted Brookings

Results 26 comments of Ted Brookings

There's a lot of stuff that I know is wrong here: 1. This is based on a master that's super out of date (I don't want to rebase at this...

- Parameters for get_genome_track_overlaps.py: I've used this code in the past, but it is currently not in use. I should have actually pulled it out of the PR and potentially...

I'm sorry for the delay, today had a lot of non-work emergencies. This is my suggestion: 1. Inside the metric class, directly below the existing `values` method, add `asdict` ```...

@Lucas-C @gmischler I've created a draft pull request in response to Issue #957. If you agree with the direction I've gone, it should be fairly quick to fix up remaining...

I understand the desire for simplicity. To be fair, you only supply one lambda, and generally it would be quite simple (e.g. see the re-implementation of the existing styles). The...

@gmischler I have been thinking about the best way to implement something along the lines of your suggestion. There are two issues that I see, and I see an easy...

Hi @Lucas-C I think we are interested in seeing this to completion one way or another. I just got back from international travel, but I should have time today to...

Hi, I'm sorry for dropping out for a bit, things got very hectic with urgent client commitments. I did look over the other work, and I think that unfortunately it's...

I think that seems practical. Just to be sure we're on the same page, you're thinking an abstract base class / protocol, or something similar, and then the user defines...

Hi @Lucas-C, I have made some progress on this, although there are two significant issues that I would like your input on: 1. Many tests fail now with differences in...