Markus J. Ankenbrand
Markus J. Ankenbrand
Running `npm run build` after making a change to one of the `assets/js` files recreates the minified versions (given dependencies are installed with `npm install`). Anyway, I'd also appreciate further...
I think you're right and I'm fine with changing the wording of the call-out as you suggested.
Awesome. I made a first attempt at the callout box in pr #235 and also fixed the other issue, you mention.
Nice, I did not know that. I still think it is better to call it consistently (either with or without `util`). I think it fits slightly better to use the...
Your comment also made me realize, that in the "Resizing an image" box, we need to also `import skimage.util` or `import skimage`. Otherwise, neither of the ways to call `img_as_ubyte`...
Nice, thanks for the pull request. Looking forward to some networking and exchange with other HackyHours :smiley:
Hi Amanda, indeed I'd love to join. I'll request membership with my google account. Thanks a lot for asking.
This feature would be very useful. I determine absence/presence with `hmmsearch` and would like to visualize the results with your tool. Any tabular input would be sufficient.
Did you load both `gggenomes` and `gggenes` prior to these commands? If so, in which order? Did you see any warning messages when running the respective `library` commands?
You can modify the style of elements like genes using the `shape` parameter: See [documentation and examples](https://thackl.github.io/gggenomes/reference/geom_gene.html). However, only different variants of arrows are currently possible.