Felix Ernst

Results 55 comments of Felix Ernst

Ah ok. Thanks for the info. But shouldn't rotation around a tip node result in the same output? Currently the parent node just gets removed/omited

Thanks for your answer. However, the issue remains. When using `angle = "auto"` and `horizontal = TRUE` the left hand site labels are shown upside down. I know, that this...

I am using RStudio on windows and macOS. On Windows it is shown, on macOS it is not. In addition I did run a linux docker image on both systems...

How does this translate, when I plot a circular tree plot? From what I understood there used to be a `geom_nodelab2` function, but that seams to be deprecated. Should I...

This doesn't work. Starting from the example given above: ``` ggplot(tidytree::as.treedata(td), aes(x, y)) + geom_tree(layout="circular") + theme_tree() ``` does not produce a circular plot as suggested by ?geom_tree. (The layout...

> the circular layout is produced by : > > ``` > ggplot(tree) + geom_tree() + layout_circular() > ``` So the `layout` argument for `geom_tree` is not used in any...

I have the same problem. However, I could not solve it by using other bowtie2 versions. However, on usegalaxy.eu the job runs without problem using the latest bowtie2 version.

ok. I could solve the issue by going back to version 18. I forgot to restart galaxy. So this seems to be specific to the docker installation, since the usegalaxy.eu...

I installed version 18 of the tool. I don't remember into which Bowtie2 version that actually translates, but its 2.3.x. Don't forget to restart galaxy after you installed the tool...

@thomasp85 Through the dependency ggplot2 --> ggnewscale --> miaViz I was informed today that ggnewscale would be archived the 17th of October due to the note regarding incompatibility to HTML5...