Fabian Rost

Results 14 issues of Fabian Rost

## Bug report ### Expected behavior and actual behavior Expected behavior: `nextflow run hello` should work. Actual behavior: About a week ago, I installed nextflow using mamba (i.e. conda) on...

Would it make more sense to link to https://github.com/theislab/scanpy_usage/blob/master/170522_visualizing_one_million_cells/plot.ipynb maybe?

### Description of the bug unzipping of fasta and gtf files fail, when I provide a relative path to those files. I can work around by either unzipping the file...

bug
Ready for review

I illustrate the problem with the `dots` dataset: ```python import pandas as pd from plotnine import * dots = pd.read_csv('https://raw.githubusercontent.com/mwaskom/seaborn-data/master/dots.csv') ``` Now, I plot with categorical x and continuous y...

Orientation Aware Geoms