Eric Roller

Results 9 issues of Eric Roller

### Step 1: Are you in the right place? - [X ] I have verified there are no duplicate active or recent bugs, questions, or requests - [X ] I...

### Step 1: Are you in the right place? - [X ] I have verified there are no duplicate active or recent bugs, questions, or requests - [X ] I...

I have a single site specified with `"upOnly": true` along with `"sync-rsync.onLoadIndividual": true` as follows: ```json "sync-rsync.onLoadIndividual": true, "sync-rsync.sites": [ { "upOnly": true } ] ``` When I load a...

It seems like empty_view is missing something that is needed to use with any_view? As a workaround I can first create a ref_view using ranges::views::all and then create an any_view...

**Is your feature request related to a problem? Please describe.** There is no way to require a field that is of type Optional, because dacite gives it a default value...

enhancement

the find* and visit* methods should return intervals "in-order" (i.e. left tree Intervals -> current vector Intervals -> right tree Intervals). This would guarantee the returned Intervals are sorted by...

What is the point of the minbucket and maxbucket constructor parameters? Seems like there could just be one parameter maxbucket and if the user wants to max out the depth...

I think this should be a requirement. I noticed the following differences from just reading in and writing out a vcf file: 1. header lines are in different order 2....

The `FORMAT/CNL` field has `Number=G` according to: https://github.com/samtools/hts-specs/blob/a6a4504917a1b02197538f21e1b441c3f3892be4/VCFv4.5.tex#L1149 but the field as described below seems to be in conflict: https://github.com/samtools/hts-specs/blob/a6a4504917a1b02197538f21e1b441c3f3892be4/VCFv4.5.tex#L1160 I think the `Number=G` means the number of possible GT...

vcf