Felix Wiegand

Results 25 comments of Felix Wiegand

Using `telegram-bot = { git = "https://github.com/ayrat555/telegram-bot", branch = "ayrat555/api-fixes-10" }` worked for me! Thanks a lot @ayrat555 for the fix. It'd be great to have that merged somehow! 😄

> 2. What does "multiple definitions" mean in this context? This means that your datavzrd config file contains more than one definition for the column named `B6_mtb_d14_N1-1` so datavzrd does...

I think the current error suggests that you need to add `libfontconfig` and `libfontconfig1-dev` to the build dependencies. https://github.com/plotters-rs/plotters/issues/10#issuecomment-500423482

This is the section from gemBS-rs that matters: ```sh apt-get install -y build-essential git autoconf wget lbzip2 pkg-config cmake apt-get install -y zlib1g-dev libbz2-dev libexpat1-dev apt-get install -y libncurses5-dev liblzma-dev...

@FelixMoelder Could you test this when you have some time and update the color mapping https://github.com/snakemake-workflows/dna-seq-varlociraptor/blob/23c3404e1984350fb3dd108fabf1a1edfab65653/workflow/resources/datavzrd/clinical_significance.js#L3-L18 to your liking?

@domoritz @PBI-David I still can't really tell from the docs how I would create a log scale with the `viridis` scheme for example. Would you mind giving me a short...

@domoritz @PBI-David i was actually looking for a way using the vega scale API.

@domoritz @PBI-David very sorry to bother you again but as previously mentioned i am looking for an example using the vega scale **API**.

@domoritz Any chance you could provide an example that uses the scale API? Would highly appreciate it! 😊

> Did https://github.com/vega/vega/blob/main/packages/vega-scale/README.md help? What did you try? Would d3 work for you instead (which Vega uses internally)? Nope sadly not since the example is missing an example or any...