Daniel Wells

Results 5 issues of Daniel Wells

By default Python's [json module](https://docs.python.org/3/library/json.html#json.dump) allows NaN and Infinity when serialising to json: ```{python} >>> import json >>> json.dumps({'a':float('nan'), 'b':float('inf')}) '{"a": NaN, "b": Infinity}' ``` Though technically this isn't complient...

Parsing

Firstly thanks for adding the transient option! However, when response_type="transient" i.e. no genes are designated switching svd throws an error: ``` library(ouija) data(example_gex) oui

Using annotate for chain labels sometimes clips the start of the label. I changed to instead use the breaks and labels argument in scale_y_continuous which automatically handles resizing things such...

Sometimes the yahoo source will return None as a price (I think due to the date being too recent), this will result in a TypeError "conversion from NoneType to Decimal...

In the GRCh37 branch the GERP cutoff is +180 but in the GRCh38 version it was changed to -58: https://github.com/konradjk/loftee/commit/681c5072992fb8c0b6a12c3f78ed55b95fb7e125 This means that variants that are annotated as LC END_TRUNC...