Brian Ondov

Results 86 comments of Brian Ondov

Hi Jordi, We currently use a tagged release model rather than a stable tip, so it's fine just to have new features in master. Also on that note, do you...

Yes, I think the fork makes sense for now, and I can merge things when I get time to look closer.

What's happening is the distance estimate between these sequences is greater than 1, so it gets filtered. Theoretically, this means they are so distant that each residue has likely mutated...

BIOM format is not officially supported, but it seems like you could use `ktImportText` after converting to TSV (I have not tried this): http://biom-format.org/documentation/biom_conversion.html

It would be good to support BIOM officially.

I was able to pull and run this, and the code is pretty straightforward, so I'd be fine with merging a pull request. A few comments: - It might make...

The master branch now has this implemented via `mash info -d`. I adhered to JSON syntax for more potential compatibility, but the whitespace is controlled, so a custom line-by-line parser...

I plan make to an official release tomorrow, which will include this feature. Any feedback on the format or what is included is certainly welcome...it will be fairly easy to...

Ok, take your time and I will hold for your comments, since you're the primary target of the feature.

Did you get a chance to take a look at the JSON? I think I will go ahead with the release in the next couple days, but it should be...