David Brann

Results 8 comments of David Brann

Ah, thanks for clarifying. I guess it's hard to see the white when there are lots of tiny boxes. If you have `linewidth=0`in the call to `sns.boxenplot` it also suppresses...

Hi, I have the same issue. I was hoping to use Compound Pi to simultaneous record video on multiple PIs. However, given the 1GB RAM on the Pi 3, I...

It looks like this issue is still present, and due to how the `Axes` of the selector gets updated. I had to make a `deepcopy` of `TransformsList` to warp both...

We also tried to address this in #572 and #624 but neither of those PRs have been merged since they're not fully backwards compatible.

Thanks for this—much appreciated. I was struggling with the various dependency issues between starfish, napari, xarray, numpy and scikit-image over the past few days, but this PR fixes it, and...

As described in the error message, if you follow the instructions to install rust via rustup [here](https://rustup.rs/) and then rerun `pip install -e .` you should be able to avoid...

I also encountered this same error. It looks like it was fixed in cca91ef4ef2c5cdb814edfd5704d941603a752b5 so you can clone this repo and then install it with `pip install -e .` as...

Can we also skip this error by specifying in advance the `genome_annotation` and `chromsizes` file paths in the output_data section of the snakemake `config.yaml` file (thereby avoiding running the `download_genome_annotations`...